Outer Wilds Mod Manager GUI

The GUI Version Of The Outer Wilds Mod Manager.
Core |
CLI |
GUI
The GUI interface for the Outer Wilds Mod Manager, this package is responsible for providing a streamlined way to manage, install, and validate your mods. As well as running the game. This is achieved using the owmods_core package.
Installation
Check out the mods website for instructions.
Steam Deck Installation
Go into the Discover app in desktop mode and search "Outer Wilds" and the manager should appear.
Building
Prerequisites:
- rust
- cargo
- node
- npm
You'll need the tauri CLI installed, so run:
cargo install tauri-cli
Clone the repo:
git clone https://github.com/ow-mods/ow-mod-man/
Go into owmods_gui/frontend and run:
npm i
To install dependencies, then go back to the root of the repo.
And finally you can run a dev environment:
cargo tauri dev
... Or Build:
cargo tauri build
Builds are located in target/ at the root of the repo.
On Debian
On debian you need to install some dependencies with apt:
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev librsvg2-dev
build.rs Error in backend/
Just create an empty dist/ folder next to backend, tauri expects one to be there from vite but it isn't since you haven't ran it yet.




