A Mod Manager for the Game Nuclear Option
- Automatic BepInEx installation
- Mod searching
- Mod installing and updating
- Mod conflict warnings
- Mod automatic dependency resolution
- Adding Mods from Files
- Mod toggling
- Mod Uninstalling
- Modpack Sharing
- Server List
- Direct Server Connect
- Automatic Server Modpack resolution
- Customizable Theme
Download the appropriate file for your platform from the Latest Release.
- Portable:
portable.exe - Installer:
.msi
- Debian:
.deb - Fedora:
.rpm - Standalone:
.AppImage - Flatpak:
.flatpak(Flatpak may or may not work)
To work NOMM retrieves a manifest from NOMNOM to get the list of mods. To add your own mods go there.
- RaylaValdez:
Server List Backend and NOSMR - Shumatsu:
App Icon - Combat:
The Rest
This is a Kotlin Multiplatform project targeting Desktop (JVM).
To build and run the development version of the desktop app, use the run configuration from the run widget in your IDE’s toolbar or run it directly from the terminal:
- on macOS/Linux
./gradlew :composeApp:run
- on Windows
.\gradlew.bat :composeApp:run
Learn more about Kotlin Multiplatform…