mirror of
https://github.com/ow-mods/ow-mod-man.git
synced 2025-12-11 20:15:50 +01:00
Outer Wilds Mod Manager
CURRENTLY A WORK IN PROGRESS!!

This is the monorepo for the new Outer Wilds Mod Manager.
Core |
CLI |
GUI
Packages
- owmods_core: The core library, shared between the CLI and the GUI
- owmods_cli: The CLI interface for the manager, made with clap
- owmods_gui: The GUI interface for the manager, made with tauri
Platform Support
| Platform | Supported |
|---|---|
| Windows | ✅ |
| Linux | ✅* |
| Deck | 🔜* |
* Quantum Space Buddies Currently Has Issues
Contributing
Each package has different prerequisites for compiling/building, please look at the README.md and CONTRIBUTING.md files in each package for more info.
Commit Names
When performing changes on a specific package, try to prefix the name with the package you're changin, see below:
- For the core package:
[CORE] Made changes to core - For the cli package:
[CLI] Made changes to the CLI - For the gui package:
[GUI] Made changes to the GUI - For multiple packages:
[CORE/GUI] Made changes to both the core and GUI - For all packages:
[ALL] Made changes to everything - For chores such as updating deps:
[CHORE] Update Deps - For meta-related changes such as editing actions or updating READMEs:
[META] Changed CD/CI pipeline
Also try to tag issues and PRs with the appropriate tags.
Languages
Rust
62.9%
TypeScript
33.9%
Nix
1.2%
CSS
0.7%
Python
0.4%
Other
0.9%