Skip to content

brunoanc/EternalModManager

Repository files navigation

EternalModManager

FlatHub Downloads

A cross platform mod manager for DOOM Eternal, making it easier to set-up and install mods in both Windows and Linux.

Installing on Linux

Flatpak (Recommended)

Download on Flathub

Snap

Get it from the Snap Store

AppImage

Download as an AppImage

AUR (Arch 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.

Installing on Windows

Download and extract the .zip file from the latest release to your DOOM Eternal directory.

Compiling

  1. Install Rust by following the instructions here.
  2. Follow the GTK4 installation instructions for your platform.
  3. Follow the libadwaita installation instructions for your platform.
  4. Clone the repo using:
git clone https://github.com/brunoanc/EternalModManager.git
cd EternalModManager
  1. Compile the project using cargo:
cargo build --release

The compiled binary will be located at ./target/release.