A simple Java Edition minecraft launcher wriiten by Python(3.10).
Our dream is to create a new minecraft launcher developing period for python developers.
CPU Arch\OS | Windows | Linux | MacOS |
---|---|---|---|
x64 | ✔ | ❔ | ❔ |
x86 | ❔ | ❔ | ❌ |
ARM64 | 📌 | 📌 | 📌 |
ARM32 | ❌ | ❌ | ❌ |
✔ - Full support (verified)
❔ - Done but unverified (Some functions may not be available)
📌 - Plan to do
❌ - Won't support
The FMCL core does not completely rely on the GUI module, so you can write your own GUI!
Because we chose the MIT open source license, you are nearly free to distribute the software however you want.
You can download packed .pyzw files in Releases.
If you want to build the programme by yourself or do something you like to do, you can download the repo and do what you want. But remember the MIT License!
-
Make stable launching core(Done)
-
Make stable downloading core(Done)
-
Make Forge/ Fabric/ Optifine/ Quilt auto-install
-
Make Mods search & install
-
version json download
-
find resource of LWJGL arm
-
Microsoft account auth(Done)
-
Logging(Done)
-
Rebuild NewUI(by pxinz)