Rusty Minecraft Launcher is a Minecraft Client launcher and a simple one click mod installer.
-
Installable clients
- Vanilla
- Forge
- Neoforge
- Fabric
- Quilt
-
Profile Support
- Import profiles from offical launcher
- Export profiles to offical launcher
-
Modpacks
- One click Install (modrinth)
- Import curseforge Modpack
- Auto update (modrinth)
-
Mods
- One Click Install (modrinth)
- Auto update
-
Accounts
- Multi microsoft account
- Modrinth account
-
Custom themes
See PATCHNOTES.md or view in app from
View -> Patch Notes
Click here or click the releases section and download the installer for your platform.
If you have any feedback, create a github issue for any suggestions or features that you would think would benefit this project.
Contributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct.
See Theme Docs
Clone the project
git clone https://github.com/VisualSource/rusty-mc-launcherGo to the project directory
cd rusty-mc-launcherInstall dependencies
pnpm installCreate a .env.development file add the following varaiables
- VITE_CLIENT_ID
- Microsoft TenentId
- VITE_AUTHORITY
- Microsoft authority id
- VITE_MODRINTH_CLIENT_ID
- Modrinth application id
- VITE_MODRINTH_SCOPES
- Scope for modrinth application. Default 'NOTIFICATION_READ+NOTIFICATION_WRITE+USER_READ+USER_WRITE'
- VITE_MODRINTH_CLIENT_SECRET
- VITE_GITHUB
- VITE_GITHUB_API_VERSION
- Version of git api. Example '2022-11-28' Start the application
pnpm tauri dev