A cross platform mod manager for DOOM Eternal, making it easier to set-up and install mods in both Windows and Linux.
The app is currently available in the AUR. You can use your favorite AUR helper to install it, or download and build manually as described in the Arch wiki.
Download and extract the .zip file from the latest release to your DOOM Eternal directory.
- Install Rust by following the instructions here.
- Follow the GTK4 installation instructions for your platform.
- Follow the libadwaita installation instructions for your platform.
- Clone the repo using:
git clone https://github.com/brunoanc/EternalModManager.git
cd EternalModManager
- Compile the project using cargo:
cargo build --release
The compiled binary will be located at ./target/release
.