A fast, open-source launcher built with Rust + Tauri. Mod loaders, Modrinth mods, multi-account login, screenshots, world backup — all in one tiny app.
The newest release is now available. Explore new features and bug fixes.
Everything you need to play, mod, and manage Minecraft. Nothing you don't.
Search, install and update mods, shaders, and resource packs directly from Modrinth — no browser, no manual downloads. Drop a file in to install instantly.
Detects your existing Java or downloads the right JRE automatically. Supports Java 8, 17, and 21.
Microsoft, Ely.by, AMoon Account, and offline — switch between accounts without restarting.
One-click zip backup of any world. Keeps all your builds safe before a big update.
Browse, preview, copy, and share screenshots in a full-screen gallery. Lazy-loaded, keyboard-friendly.
Verifies RAM, disk, CPU, and Java before installing. Warns you before a surprise crash.
Built with Tauri, not Electron. ~5 MB binary. Opens in under a second. Leaves RAM for Minecraft.
AMoon Launcher is MIT licensed. Read every line, fork it, contribute — no telemetry, no ads, no account wall.
// Auto-install Fabric loader #[tauri::command] pub async fn install_fabric( mc_version: String, game_dir: String, ) -> Result<String, String> { let loaders = fetch_loaders(&mc_version).await?; let fabric_id = install_profile( &loaders[0], &game_dir ).await?; Ok(fabric_id) // "fabric-loader-0.16-1.21" }
Free forever. No login required. MIT licensed.
AMoon-Launcher.exe. WebView2 is installed automatically if missing.
curl -fsSL https://cdn-rcf.anhcong.dev/install.sh | bash