mirror of
https://github.com/neoapps-dev/legacy-launcher.git
synced 2026-07-15 23:30:54 +00:00
main
THIS LAUNCHER HAS BEEN DEPRECATED MOVE OVER TO Emerald Launcher
Important!
This project does not include the source code for Minecraft Legacy Edition, nor any code copyrighted by Mojang AB, Microsoft, or 4J Studios.
UPDATE!!
LegacyLauncher 1.2.0 introduces WeaveLoader support for mods!
Supported Platforms
Legacy Launcher is designed primarily for GNU/Linux. Windows or macOS support is not on our list, nor is currently supported. Though contributions to add support for those platforms are very welcome.
Installation
| Type | Link |
|---|---|
| Native Build | here |
| AppImage (x86_64) | here |
| Flatpak | here |
Building from source
The source code for Legacy Launcher uses the CMake build system. A Makefile is also provided for ease of use.
make # compile native
make install # compile native and install it
make debug # compile debug rather than release
make flatpak # compile flatpak
make flatpak-install # compile flatpak and install it
make flatpak-run # run the installed flatpak
make appimage # compiles an AppImage
make clean # cleans the directory from build output
Extras
Legacy Launcher also comes with a few flags you can use:
--auto: Runs the last instance launched without showing the launcher window
License
Legacy Launcher is licensed under the MIT License
Languages
C++
93.2%
Makefile
5.1%
CMake
1.1%
C
0.6%