2026-04-13 12:51:47 +03:00
2026-03-05 20:25:14 +03:00
2026-03-05 20:25:14 +03:00
2026-03-10 18:53:56 +03:00
2026-03-05 20:25:14 +03:00
2026-03-10 18:53:56 +03:00
2026-04-13 12:51:47 +03:00

THIS LAUNCHER HAS BEEN DEPRECATED MOVE OVER TO Emerald Launcher

Legacy Launcher

Launcher for Minecraft Legacy Console Edition on GNU/Linux

Screenshot

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

Description
No description provided
Readme MIT 529 KiB
Languages
C++ 93.2%
Makefile 5.1%
CMake 1.1%
C 0.6%