minecraft-launcher/README.md
s8n 5c2f3ad2fa
Remove GPL-3.0 license note
Removed GPL-3.0 license note from README.
2026-05-05 04:56:23 +01:00

2.6 KiB

minecraft-launcher


Download latest

Linux Windows macOS


an opinionated launcher - my based opinion

built for myself, If your its to your taste, help yourself.


racked.ru launcher

Changelog · Audits


Trust

Don't take my word on the privacy stuff. Read the audits:


Status

Personal project. I use it daily, that's the only QA. No support guarantees. Bugs happen. Use at your own risk.

PRs welcome but not promised to merge — this is opinionated by design.


Build from source

git clone https://github.com/s8n-ru/minecraft-launcher.git
cd minecraft-launcher

# Fedora 43
sudo dnf install cmake gcc-c++ ninja-build extra-cmake-modules \
    qt6-qtbase-devel qt6-qttools-devel qt6-qtsvg-devel qt6-qtnetworkauth-devel \
    libarchive-devel cmark-devel qrencode-devel tomlplusplus

# Ubuntu / Debian
sudo apt install cmake g++ ninja-build extra-cmake-modules \
    qt6-base-dev qt6-tools-dev qt6-svg-dev libqt6networkauth6-dev \
    libarchive-dev libcmark-dev libqrencode-dev libtomlplusplus-dev gamemode-dev libvulkan-dev

JAVA_HOME=/path/to/jdk-21 cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build build -j$(nproc)
./build/prismlauncher

CI builds via GitHub Actions for all 3 platforms on every tag.


GPL-3.0 · fork chain: PrismLauncherPolyMCMultiMC