A local HTML dashboard for viewing Codex orchestration usage, quota changes, and API-equivalent cost estimates. Developed with Codex.
Dashboard overview:
Price and quota changes:
Token and model composition:
Project allocation:
Agent statistics:
Run details:
Requires Python 3.9+ on macOS or Linux.
git clone https://github.com/yuysky/codex-orchstats.git
cd codex-orchstats
pipx install .Try the built-in demo:
orchstats dashboard --demoGenerate a dashboard from all local Codex history (the default):
orchstats dashboardChoose a time window explicitly when needed:
orchstats dashboard --since 24h
orchstats dashboard --since 7d
orchstats dashboard --since 30d
orchstats dashboard --since allIf your Codex sessions are stored somewhere else, pass their directory explicitly:
orchstats dashboard --sessions-root /path/to/codex/sessionsThe dashboard opens automatically in your browser. The command also prints the full HTML path:
Dashboard: /path/to/orchstats-dashboard.html
To save it somewhere specific:
orchstats dashboard --output ~/Desktop/orchstats.html --no-openThen open ~/Desktop/orchstats.html in any browser.





