View usage statistics of all your apps. Track and determine where you are wasting time, and get your procrastination under control.
Show more screenshots
Edit Alert Page (Usage Preview)
Edit Alert Page (Action Preview)
Warning
This project is mostly production-ready, but sometimes Chrome might slow down by 2-5%. If this becomes noticible, please report it so that I can trace the issue!
See the ARCHITECTURE.md for an overview of the project.
More detailed developer guides:
- General: DEV_GUIDE.md
- Engine: DEV_GUIDE_Engine.md
- UI: DEV_GUIDE_UI.md
# Install UI dependencies
bun i
# Build all
cargo build
# Run the UI
bun dev
# Run the Engine
cargo run --bin engine
# Test
cargo test








