The Official Dedicated Installer for MelonLoader
145
stars
313
commits
C#
primary language
Jul 16, 2026
updated
The Official Dedicated Installer for MelonLoader.
The installer should automatically list installed Unity games on your machine.
macOS first-launch note:
The installer is not notarized with Apple, so Gatekeeper may refuse to open it on first launch
("cannot be opened because the developer cannot be verified")
To bypass, either:
Right-click MelonLoader Installer.app → Open → Open in the confirmation dialog
Or run xattr -dr com.apple.quarantine "/Applications/MelonLoader Installer.app" in Terminal once after installing.
If the game you're trying to mod isn't listed, you can locate it manually by clicking on the Add Game Manually button.
To install MelonLoader, click on the game you wish to mod. Next, select your preferred version and hit the big Install button.
We strongly advise against enabling Nightly builds unless you know what you're doing.
Nightly builds are bleeding-edge builds, generated right after any changes are made to the project. They can be enabled with the switch under the version selection menu.
Contributions to this project are welcome! If you wish to contribute, please adhere to the following guidelines:
Ensure you have the .NET 9.0 SDK installed on your machine.
You can build the project locally using the following command:
dotnet publish
All pull requests should be made towards the development branch.
The master branch contains the source code for the stable release and is protected to ensure stability.
MelonLoader.Installer is licensed under the Apache License, Version 2.0. See LICENSE for the full License.
See MelonLoader Wiki for the full Credits.
C#
99.9%
The Official Dedicated Installer for MelonLoader
145
stars
313
commits
C#
primary language
Jul 16, 2026
updated
The Official Dedicated Installer for MelonLoader.
The installer should automatically list installed Unity games on your machine.
macOS first-launch note:
The installer is not notarized with Apple, so Gatekeeper may refuse to open it on first launch
("cannot be opened because the developer cannot be verified")
To bypass, either:
Right-click MelonLoader Installer.app → Open → Open in the confirmation dialog
Or run xattr -dr com.apple.quarantine "/Applications/MelonLoader Installer.app" in Terminal once after installing.
If the game you're trying to mod isn't listed, you can locate it manually by clicking on the Add Game Manually button.
To install MelonLoader, click on the game you wish to mod. Next, select your preferred version and hit the big Install button.
We strongly advise against enabling Nightly builds unless you know what you're doing.
Nightly builds are bleeding-edge builds, generated right after any changes are made to the project. They can be enabled with the switch under the version selection menu.
Contributions to this project are welcome! If you wish to contribute, please adhere to the following guidelines:
Ensure you have the .NET 9.0 SDK installed on your machine.
You can build the project locally using the following command:
dotnet publish
All pull requests should be made towards the development branch.
The master branch contains the source code for the stable release and is protected to ensure stability.
MelonLoader.Installer is licensed under the Apache License, Version 2.0. See LICENSE for the full License.
See MelonLoader Wiki for the full Credits.
C#
99.9%