The Glyph launcher is a cutting-edge open source Minecraft launcher with instance management, mod downloading, and more coming soon. The launcher is built to be extremely lightweight, utilizing SvelteKit and Tauri.
Please note that Glyph launcher is still in development and is not yet ready for public use.
In order to build the launcher from source, follow these steps:
- Install Node.js
- Install pnpm
- Install Rust
- Clone the repository
- Run
pnpm install
- Run
pnpm run tauri build
- The launcher will be built in the
src-tauri/target/release
directory