Install with yay. There is two options for btw users:
Prebuild binary (Fast)
yay -Sy oranglauncher-binBuild from source py (Slower, can fail)
yay -Syu oranglauncherInstall with dnf
sudo dnf install oranglauncher-binfor the open source build version:
sudo dnf install oranglauncherDownload zip: launcher_x64_linux_x.x.x.tar.gz
Download installer: OrangLauncher_Windows.msi
Download zip: launcher_arms_win_x.x.x.zip
The launcher includes a terminal/CLI mode for headless servers or users who prefer command-line interfaces.
Run the launcher with the --terminal flag:
python launcher.py --terminalThis will:
- Display a list of your configured Minecraft instances
- Let you select an instance by number
- Show available game profiles (accounts)
- Let you select a profile/account
- Prompt for RAM allocation (default: 4G)
- Launch the game directly
==================================================
OrangLauncher - Terminal Mode
==================================================
Available Instances:
1. Fabulously Optimized (MC 26.1.2, fabric)
2. gh (MC 1.20.1, forge)
3. New Profile (MC 1.21.1, vanilla)
Select instance (1-3): 1
Available Profiles:
1. MyAccount (Microsoft)
2. OfflinePlayer (Offline)
Select profile (1-2): 1
Enter RAM amount (default: 4G): 6G
[Launcher] Launching Minecraft 26.1.2 (fabric) as MyAccount...
This launcher is designed to be a modular, modern, and highly customizable Minecraft launcher experience. It uses Python for backend that keeps everything lightweight, fast, and fully scriptable.
This is achieved by using localhost and microsoft official page. If that fails, then it will use browser to connect. It's safe for you to use this, because the launcher gets the token from the Microsoft servers, not from me! Token is required to indentify if you are legit owner of your account.
Simply enter username and boom you have that account, and you can use it only on cracked servers (offline-mode=false) and singleplayer. Though, you can't have a custom skin bc you cracked it!
I'm not resposible for any legal damage, nor im Mojang or Xbox studios, I use methods that mojang provides to give offline mode.
The launcher includes a news page that displays every updates, announcements, and community info. It refreshes automatically every start in a clean way.
A dedicated modding tab provides:
- Easy mod installation and management
- Version‑aware mod compatibility handling
- Automatic folder structuring for cleaner organization
- MrPack file support from modrith
You can create and switch between multiple game profiles, each with its own:
- Name
- Game version
- Loader
- Version of loader
- Ram And more!
The launcher features a tab for visual enhancements:
Enable, disable, and reorder resource packs. Manage shaders with eaay toggling. Add/remove shaderpacks and resourcepacks
The settings interface lets you modify:
- Launcher general
- Accounts page
- About page And more!
The entire application supports changeable languages, including community‑driven translations.
Go to GitHub Wiki up in the GitHub website of this repo, and open Wiki. You will find all tutorials and examples about this launcher, and even build your own version!


