Lethal Manager is a mod management tool designed for Lethal Company, inspired by the popular Modrinth platform.
- Supports game installations from any location, including Steam
- Allows creating and managing profiles with custom mod sets
- Provides a search tool for mods from the Thunderstore website
- Export/Import profiles
- Import profiles from Thunderstore
- Modify BepInEx configurations
- Settings
To install Lethal Manager, visit the releases page and download the latest version.
To contribute to Lethal Manager:
- Clone the repository
- Run
cargo tauri dev
To build Lethal Manager from source:
- Clone the repository
- Run the appropriate command:
- Release build:
cargo tauri build
- Debug build:
cargo tauri build --debug