The TF2 demo manager for Linux, Windows and MacOS.
Version 1 of DemoMan is feature-complete and available for download. Visit the releases page to download the latest executable, and the v1 branch of this repo for screenshots, features, and source code of version 1.
I'm currently working on version 2 of the app, rewritten from scratch with Rust, Tauri, and Mantine. This version will have many exciting features that were not feasible to implement in version 1.
Contributions are welcome and appreciated. If you have any questions, feel free to contact me on the project's Discord server. Development is organized here.
If you can't contribute code, you can still help:
- Give the repo a star on GitHub 😉
- Contribute map thumbnails
- Report any issues you encounter
- Let the devs know if you have any ideas/suggestions
Prerequisites:
- Install Rust and npm.
- Follow this guide to be able to build tauri apps.
Once that's done:
- Clone the repository and run
npm install
. - Start the program by running
npm run tauri dev
. - Create a packaged executable by running
npm run tauri build
.
DemoMan is free software released under the GNU GPLv3 license.