Download and run it
One container, SQLite, no external services. One command.
git clone https://github.com/Ayub-shaik/tomorrowtools.git cd tomorrowtools docker compose up -d --build # -> http://localhost:8787
Wiring up live telemetry (optional, recommended)
The dashboard works from your session logs alone out of the box. For live rate-limit
gauges, burn-rate detection, and agent-spawn accounting, merge the provided hooks/statusLine
config into your ~/.claude/settings.json — full instructions are in the repo's
README once you've cloned it.
System requirements
Docker + Docker Compose v2
The only requirement to run the dashboard — no Python, no separate database or broker to install or manage. The image is self-contained.
Contributing to the code?
You'll want a local Python 3.11+ environment instead — see the repo README's Development section for the venv/pytest setup used to work on tomorrowtools itself.