Mine4Ease is a multi-instance Minecraft launcher designed to provide an easy way to manage assets and instances for your game. Built with Vue, Vite, and Electron, it offers a modern and user-friendly interface for Minecraft players.
| Create Instance | Instance View |
|---|---|
![]() |
![]() |
- Multi-Instance Management: Create and manage multiple Minecraft instances independently.
- Mod Loader Support: Support for popular mod loaders including Fabric, Forge, NeoForge, and Quilt.
- Modpack Integration: Browse and install modpacks from CurseForge and Feed The Beast (FTB).
- Mod Management: Easily search for and manage mods for your instances.
- Easy Authentication: Simple login process to get you into the game quickly.
- Asset Management: Streamlined way to manage your game assets.
- Markdown Support: Integrated markdown renderer for mod and modpack descriptions.
🚀 You can download the latest version of Mine4Ease from the Releases page.
- Download the
Mine4Ease-Windows-X.X.X-Setup.exefile. - Run the installer and follow the on-screen instructions.
- Once installed, you can launch Mine4Ease from your desktop or start menu.
- Download the
Mine4Ease-Mac-X.X.X-Installer.dmgfile. - Open the
.dmgfile and drag Mine4Ease to yourApplicationsfolder. - Launch Mine4Ease from your
Applicationsfolder.
AppImage
- Download the
Mine4Ease-Linux-X.X.X.AppImagefile. - Make the file executable:
chmod +x Mine4Ease-Linux-X.X.X.AppImage
- Run the AppImage to launch the application.
Flatpak (via Flathub) — _recommended
Mine4Ease is available directly from Flathub — no manual download, with automatic updates:
flatpak install flathub io.github.fezlight.mine4ease
flatpak run io.github.fezlight.mine4easeRequirements: Node.js 22+ and Yarn.
yarn install
yarn buildBuild output is written to dist/.
Building the Linux Flatpak additionally requires
flatpakandflatpak-builder, plus the following Flatpak runtimes from Flathub:flatpak install --user -y flathub \ org.freedesktop.Platform//25.08 \ org.freedesktop.Sdk//25.08 \ org.freedesktop.Sdk.Extension.node22//25.08 \ org.electronjs.Electron2.BaseApp//25.08These are only needed for the
flatpaktarget. TheAppImagetarget builds without them.
- FezLight - Maintener - GitHub
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.

