A modern Minecraft launcher built with Tauri and Vue 3.
- Mod and modpack management
- Multiple game profiles
- Modrinth integration for content discovery
- Automatic updates
- Support for different Minecraft versions and mod loaders
- Windows 10+, Linux (Ubuntu 20.04+,Fedora based system),
- 4 GB RAM (8 GB recommended)
- 500 MB free disk space
Download the installer for your platform:
- Windows:
.exefile - Linux:
.debor.rpmfile
Run the installer and follow the instructions.
Requirements:
- Rust 1.90+
- Node.js 20+
- pnpm 9+
# Install dependencies
pnpm install
# Development mode
pnpm app:dev
# Build for production
pnpm app:buildSee docs/BUILDING.md for detailed build instructions.
Linux: File picker dialogs may crash due to WebKit limitations. Use drag-and-drop instead.
GPL-3.0 - see COPYING.md
- Based on Modrinth Launcher code
- Built with Tauri, Vue 3, and Modrinth API
- Special thanks to ashtray for beta testing