
Orbit Launcher brings your instances, mods, accounts, and servers together in one clean, friendly app - free and open source, built for players who just want to get into the game faster.
No account required to download. View the source on GitHub →
Every one of these already works today - no roadmap items, no "coming soon" placeholders.

Every modpack and version, kept completely separate. Clone, duplicate, or import as many instances as you want - nothing ever bleeds into another.

Search, install, and update mods, resource packs, and shader packs from Modrinth without ever leaving the launcher.

Play with your friends on your own server in minutes - no separate hosting provider, no VPS, no third-party tunnel tool to set up. It's all already built in.
Fabric, Quilt, Legacy Fabric, Forge, and NeoForge - all supported out of the box.
Bring instances over from other clients/launchers, a .mrpack / CurseForge file, or almost any launcher's folder.
Switch Microsoft accounts instantly, manage skins and capes with a real 3D preview.
Low memory, wrong Java version, a missing mod - diagnosed and offered a fix.

Orbit Launcher is licensed under Apache 2.0 - one of the most permissive open-source licenses there is. No telemetry you can't see, no premium tier, no catch.
Every line of code is public on GitHub. See exactly what the launcher does before you ever run it.
Bug reports and pull requests are welcome - issues are tracked in the open, not in a black box.
Apache 2.0 means you can use, modify, and even redistribute it - no strings attached, now or later.

Download the latest build for your platform. It's free, it's open source, and it takes about a minute to get running.
# clone and install git clone https://github.com/erqf1/Orbit-Launcher.git cd Orbit-Launcher && npm install # one-time: electron doesn't fetch its own binary automatically npx install-electron # run it npm run dev