Usage | About | Features | Development | Technologies | License | Author
This section is for end users who want to manage their Ready or Not mods using a clean, performant GUI.
You do not need Node.js, Rust, or any developer tools to run the application.
- Go to the Releases page
- Download the installer for your operating system:
- Windows:
.msi - Linux:
.AppImage,.deb, or.rpm
- Windows:
⚠️ Windows Antivirus Notice
Because this is a custom-built Tauri application, some antivirus software may incorrectly flag the binary.
If this occurs, add an exception.
A modern, high-performance mod manager for Ready or Not. Built with Tauri and Vue, it provides a seamless experience for installing, enabling, and managing your local mods, alongside deep integration with Nexus Mods for online browsing. It uses a virtualized symlink system to enable/disable mods instantly without moving gigabytes of data.
✔️ Instant Toggle: Enable/disable mods via symlinks instantly
✔️ Nexus Mods Integration: Browse, search, and view stats (downloads, endorsements) directly in-app
✔️ Mod Presets: Save, load, and share collections of enabled mods via portable ZIP exports
✔️ Drag-and-Drop Installation: Drop any mod ZIP directly into the grid to install
✔️ Performance First: Optimized UI for smooth scrolling on Linux/WebKitGTK with large mod libraries
✔️ Cross-platform: Built with Tauri for native performance on Windows and Linux
The sections below are only required if you are developing or modifying the application.
- Git
- Node.js
- Rust Language Toolchain
- Tauri Prerequisites (See the Tauri Guide)
-
Clone the repository:
git clone https://github.com/EvilNick2/ron-mod-manager cd ron-mod-manager -
Install frontend dependencies:
npm install
-
Run in development mode:
npm run tauri dev
-
Build:
npm run tauri build
This project is under the MIT license. See the LICENSE file.
Made by EvilNick2