DropOut is a modern, reproducible, and developer-grade Minecraft launcher. It is designed not just to launch Minecraft, but to manage Minecraft environments as deterministic, versioned workspaces.
Built with Tauri v2 and Rust, DropOut delivers native performance and minimal resource usage, paired with a modern reactive web UI (currently Svelte 5, migrating to React).
Minecraft environments are complex systems. DropOut treats them like software projects.
Most Minecraft launchers focus on getting you into the game. DropOut focuses on keeping your game stable, debuggable, and reproducible.
-
Your instance worked yesterday but broke today?
→ DropOut makes it traceable. -
Sharing a modpack means zipping gigabytes?
→ DropOut shares exact dependency manifests. -
Java, loader, mods, configs drift out of sync?
→ DropOut locks them together.
This launcher is built for players who value control, transparency, and long-term stability.
- High Performance: Built with Rust and Tauri for minimal resource usage and fast startup times.
- Modern Industrial UI: A clean, distraction-free interface designed with Svelte 5 and Tailwind CSS 4.
- Microsoft Authentication: Secure login support via official Xbox Live & Microsoft OAuth flows (Device Code Flow).
- Mod Loader Support:
- Fabric: Built-in installer and version management.
- Forge: Support for installing and launching Forge versions.
- Java Management:
- Automatic detection of installed Java versions.
- Built-in downloader for Adoptium JDK/JRE.
- GitHub Integration: View the latest project updates and changelogs directly from the launcher home screen.
- Game Management:
- Complete version isolation.
- Efficient concurrent asset and library downloading.
- Customizable memory allocation and resolution settings.
- Account Persistence — Save login state between sessions
- Token Refresh — Auto-refresh expired Microsoft tokens
- JVM Arguments Parsing — Full support for
arguments.jvmandarguments.gameparsing - Java Auto-detection & Download — Scan system and download Java runtimes
- Fabric Loader Support — Install and launch with Fabric
- Forge Loader Support — Install and launch with Forge
- GitHub Releases Integration — View changelogs in-app
- Instance/Profile System — Multiple isolated game directories with different versions/mods
- Multi-account Support — Switch between multiple accounts seamlessly
- Custom Game Directory — Allow users to choose game files location
- Launcher Auto-updater — Self-update mechanism via Tauri updater plugin
- Mods Manager — Enable/disable mods directly in the launcher
- Import from Other Launchers — Migration tool for MultiMC/Prism profiles
Download the latest release for your platform from the Releases page.
| Platform | Files |
|---|---|
| Linux x86_64 | .deb, .AppImage |
| Linux ARM64 | .deb, .AppImage |
| macOS ARM64 | .dmg |
| Windows x86_64 | .msi, .exe |
| Windows ARM64 | .msi, .exe |
- Rust: Install from rustup.rs.
- Node.js & pnpm: Used for the frontend dependencies.
- System Dependencies: Follow the Tauri Prerequisites for your OS.
-
Clone the repository
git clone https://github.com/HsiangNianian/DropOut.git cd DropOut -
Install Frontend Dependencies
cd ui pnpm install cd ..
-
Run in Development Mode
# This will start the frontend server and the Tauri app window cargo tauri dev -
Build Release Version
cargo tauri build
The executable will be located in
src-tauri/target/release/.
DropOut is built with long-term maintainability in mind. Contributions are welcome, especially in these areas:
- Instance system design
- Mod compatibility tooling
- UI/UX improvements
- Cross-launcher migration tools
Standard GitHub workflow applies: fork → feature branch → pull request.
Distributed under the MIT License. See LICENSE for more information.
