MeoLauncher is a high-performance, modern Minecraft launcher built with a focus on aesthetics, security, and performance.
pywebview frontend.git clone https://github.com/meohunterr/MeoLauncher.git
cd MeoLauncher
pip install -r requirements.txt
.env file with your CLIENT_ID:
CLIENT_ID=your_azure_client_id_here
python app/webview_app.py
The launcher uses a multi-stage build process for maximum security and portability.
We use cx_Freeze combined with PyArmor for code protection.
python compile.py build
The output will be located in the output-build/ directory.
Use the provided NSIS scripts in the installer/ directory to generate a professional Windows installer.
installer/compile.nsi for the standard setup.MeoLauncher/
├── app/
│ ├── assets/ # Frontend (HTML, CSS, JS, Templates)
│ ├── core/ # Backend (Auth, Launcher, Skins, Anti-Cheat)
│ ├── game/ # Minecraft game files & assets
│ ├── java_pkg/ # Bundled Java Runtime
│ └── webview_app.py # Application entry point
├── installer/ # NSIS installation scripts
├── compile.py # Build & Encryption script
├── .env # Environment variables (Secrets)
└── requirements.txt # Python dependencies
If you find this project helpful, consider supporting its development:
MeoLauncher is not affiliated with Mojang AB or Microsoft. Minecraft is a trademark of Mojang Synergies AB.
Developed with ❤️ by MeoHunterr