Zono is an open source, multi-instance launcher for Minecraft.
Zono's feature set is very incomplete as it is still in the very early stages of development. A summary of features desired for release is below.
- Support for multiple instances
- Modding support
- Fabric
- Forge
- Quilt
- Mod registry support
- CurseForge
- Modrinth
Since Zono is still under development, the quick-start is perhaps not as quick as it could be. Running Zono effectively requires a build from source.
Here is a list of dependencies required to build Zono from source.
- Rust v1.65 (stable)
- NodeJS v16 or above
- PNPM v7
With the above dependencies installed, run the following commands:
pnpm i
pnpm tauri build
If you are interested in contributing to Zono, have a look at CONTRIBUTING. It provides some basic information on how the project is structured and how to contribute.
Zono is distributed under the terms of the GNU General Public License, a copy of which can be found in the LICENSE file. More information on copyright terms can be found in COPYRIGHT.