The development of the app was put on hold for a while due to exams
A Tauri-based Minecraft launcher written in TypeScript with a permission-based plugin system
English | Русский
Kaede is in really early stages of development. Look at the plan to see more about this launcher >.<
No prior Rust knowledge is needed to contribute to this project. Most of the code was written in TypeScript using the Tauri API. These files will help in contributing:
- README for TypeScript-related code (the most important one)
- README for Rust-related code
- Contributing Guidelines
- Building from Source
I also leave comments in the code.
For launcher plugins, themes, or translations:
Pull requests are welcome. AI code is not welcome. For major changes, please open an issue first to discuss what you would like to change.
nothing here yet
- Plugin system
- Cross-platform
- Fast startup
- Uses just 140 MBs of RAM (without plugins)
- MultiMC-like instance management
- Available as Non-Portable/Portable
- Open Source, GPL-3.0
- Written in TypeScript
Download Kaede from the GitHub Releases page. Packages are available for Linux, Windows, and macOS.
Please understand that these builds are not intended for most users. There may be bugs and other instabilities.
The development builds are available through:
- GitHub Actions (includes builds from pull requests opened by contributors).
- nightly.link (this link will always point only to the latest version of the
nightlybranch).
Prebuilt Development builds are provided for Linux, Windows, and macOS.
If you want to report a bug or suggest a feature, please open an issue in GitHub Issues.
I also recommend installing bun.
Once you are ready, clone this repository:
git clone https://github.com/kaede-basement/kaede
Navigate to the cloned directory and install project dependencies:
bun installRun:
bun devRun:
bun run build



