Stategr helps you maximize your productivity, giving you the quickest and most effective way to time-box your day with strategies.
More on the website
Strategr's data model is built with vanilla C++ 17, UI layer is Qt 5.
- macOS
- Windows
- iOS
- Linux
- Android
Things are being reworked at the moment, and building is currently only supported on macOS. It may build on Windows & Linux with a fix or two though.
Dependencies are managed via vcpkg. Run once:
./scripts/setup_vcpkg.sh
Build the app target:
cd desktop
cmake --preset macos
cmake --build --preset default -t Strategr
PR's or any help and suggestions are appreciated!