v0.1.0 — Now available

Minecraft,
Elevated.

A fast, open-source launcher built with Rust + Tauri. Mod loaders, Modrinth mods, multi-account login, screenshots, world backup — all in one tiny app.

Download free View source
~5 MB
Binary size
<1s
Launch time
Rust
Backend
MIT
License
AMoon Launcher
🏠
Home
🧩
Mods
📁
Files
📷
Screenshots
Installations
Latest Release
Fabric 1.21
Forge 1.20
Latest News

Minecraft Java Edition 1.21.4

The newest release is now available. Explore new features and bug fixes.

Java
21 ✓
Version
1.21.4
RAM
4 GB
Loader
Fabric
Java 21
Fabric 1.21.4
Supported mod loaders
🟢 Vanilla
✂️ Fabric
🔨 Forge
🔧 NeoForge
🧵 Quilt

Built for players,
loved by modders

Everything you need to play, mod, and manage Minecraft. Nothing you don't.

Modrinth mod browser, built-in

Search, install and update mods, shaders, and resource packs directly from Modrinth — no browser, no manual downloads. Drop a file in to install instantly.

✓ Search mods ✓ Auto-install ✓ Mod updater ✓ .mrpack import
🔮
Iris Shaders
installed
Sodium
v0.5.11
🗺️
Xaero's Minimap
update!

Zero-config Java

Detects your existing Java or downloads the right JRE automatically. Supports Java 8, 17, and 21.

👤

Multi-account

Microsoft, Ely.by, AMoon Account, and offline — switch between accounts without restarting.

💾

World backup

One-click zip backup of any world. Keeps all your builds safe before a big update.

📷

Screenshots gallery

Browse, preview, copy, and share screenshots in a full-screen gallery. Lazy-loaded, keyboard-friendly.

📊

System check

Verifies RAM, disk, CPU, and Java before installing. Warns you before a surprise crash.

Tiny footprint

Built with Tauri, not Electron. ~5 MB binary. Opens in under a second. Leaves RAM for Minecraft.

Free & open source,
forever.

AMoon Launcher is MIT licensed. Read every line, fork it, contribute — no telemetry, no ads, no account wall.

MIT
License
Rust
Backend
React
Frontend
View on GitHub
src-tauri/src/fabric.rs
// 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"
}

Get AMoon Launcher

Free forever. No login required. MIT licensed.

🪟
Windows
x86_64
Windows setup: extract the zip, run AMoon-Launcher.exe. WebView2 is installed automatically if missing.
One-line install
curl -fsSL https://cdn-rcf.anhcong.dev/install.sh | bash