A straightforward mod manager for Total War games.
- Features
- Planned Features
- Supported Games
- Installation
- Prerequisites
- Contributing
- License
- Acknowledgments
- Issues
- Profiles
- Mod groups
- First-party Linux support
- Profile export (pack files + profile JSON)
- Windows support
- Steamworks integration (subscribe/unsubscribe)
- Total War: Warhammer III
To add another title: add its defaults in src-tauri/src/defaults/games.rs, a game icon under public/images/games/, and a translation entry in the locale file(s).
Arch Linux (AUR)
The package foolhammer-mod-manager-bin is available on the AUR.
You can install it using your preferred AUR helper, for example:
# Using yay
yay -S foolhammer-mod-manager-bin
# Using paru
paru -S foolhammer-mod-manager-binPlease see the Arch Wiki for more information on installing AUR packages.
Debian
Download the deb from the release pageFedora
Download the rpm from the release pageBuild from source
You must have the prerequisites first.
git clone https://github.com/tpkee/foolhammer-mod-manager.git
cd foolhammer-mod-manager
pnpm install
pnpm buildBefore you begin, ensure you have the following installed:
- Node.js (>=24.13.0)
- pnpm package manager
- Rust and Cargo
- Tauri prerequisites for your platform
- Clone the repository:
git clone https://github.com/tpkee/foolhammer-mod-manager.git
cd foolhammer-mod-manager- Install dependencies:
pnpm installRun the app:
pnpm devContributions are welcome! Please feel free to submit a Pull Request.
Note: No AI slop pls
This project is licensed under the GPL3 License - see the LICENSE file for details.
- Built with Tauri
- Uses RPFM Library for pack file management
- Steam integration via steamworks-rs
If you encounter any issues or have suggestions, please open an issue on GitHub.
Note: This project is in active development. Features and documentation may change.