Simple, hackable, cross-platform minecraft launcher
Find a file
2025-12-29 11:47:40 +03:00
icons Icons windows fix 2025-11-13 22:41:21 +03:00
src/znlauncher Version bump 1.0.1 2025-11-14 19:40:27 +03:00
tests Mod loaders support + unification feature 2025-11-11 21:17:46 +03:00
.gitignore Config unification and custom assets support WIP 2025-11-10 23:43:23 +03:00
CHANGELOG first commit 2025-11-09 20:23:39 +03:00
launcher_preview.png add picture 2025-11-09 20:29:07 +03:00
LICENSE fix readme 2025-11-09 20:25:58 +03:00
pyproject.toml Version bump 1.0.1 2025-11-14 19:40:27 +03:00
README.md typo 2025-12-29 11:47:40 +03:00

ZnLauncher

(Zink Launcher)


Launcher Preview

Simple, hackable, cross-platform minecraft launcher with offline mode!

An easy to extend and maintain minecraft launcher, which goal is to supply custom SMP server with own launchers.

By default ZnLauncher will download 1.21.8 version with Forge and Optifine installed.

Features

  • Translation - all UI elements can be translated to different language
  • Extensibility - because of GNU GPL licence and Python you can easily fork project and add your own logic!
  • Tweaks - if you are not tech savvy you can easily change build_config.py to make launcher suit your needs!
  • Unification - if you want your players having same mods Zink Launcher is for you. It's enforces same mods by checksums verification.

Project future

  • Rewrite main code using SOLID principles
  • Further overhaul

Minecraft is © Mojang Studios 2009-2025. I am not affiliated with Mojang Studios.

Used tools