DropOut is a modern, minimalist, and efficient Minecraft launcher built with the latest web and system technologies. It leverages Tauri v2 to deliver a lightweight application with a robust Rust backend and a reactive Svelte 5 frontend.
arguments.jvm and arguments.game parsingDownload 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 |
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/.
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the MIT License. See LICENSE for more information.