Simple, hackable, cross-platform minecraft launcher
- Python 100%
| icons | ||
| src/znlauncher | ||
| tests | ||
| .gitignore | ||
| CHANGELOG | ||
| launcher_preview.png | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
ZnLauncher
(Zink Launcher)
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.pyto 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
minecraft-launcher-lib: https://pypi.org/project/minecraft-launcher-lib/Briefcase: https://briefcase.readthedocs.io/The BeeWare Project: https://beeware.org/
