Ready-to-use CodeBurn environment. CodeBurn is an interactive TUI dashboard that shows where your AI coding tokens go — by task type, model, tool, project, and provider.
Everything runs locally. No wrapper, no proxy, no API keys. CodeBurn reads session data directly from disk and prices every call using LiteLLM.
Include in your manifest:
[include]
environments = ["flox/codeburn"]Or activate directly:
flox activate -r flox/codeburn
codeburncodeburn— interactive TUI dashboard and CLI
| Command | Description |
|---|---|
codeburn |
Interactive dashboard (default: 7 days) |
codeburn today |
Today's usage |
codeburn month |
This month's usage |
codeburn report -p 30days |
Rolling 30-day window |
codeburn status |
Compact one-liner (today + month) |
codeburn export |
CSV with today, 7 days, 30 days |
codeburn optimize |
Find waste, get copy-paste fixes |
codeburn compare |
Side-by-side model comparison |
codeburn yield |
Productive vs reverted/abandoned spend |
codeburn models |
Per-model token + cost table |
CodeBurn auto-detects sessions from 20+ AI coding tools, including Claude Code, Claude Desktop, Codex (OpenAI), Cursor, cursor-agent, Cline, Gemini CLI, GitHub Copilot, OpenCode, OpenClaw, Kiro, Roo Code, KiloCode, Qwen, Kimi, Goose, Antigravity, Crush, and more.
Use --provider <name> on any command to scope a single
provider, e.g. codeburn report --provider claude or
codeburn today --provider codex.
CLAUDE_CONFIG_DIRS — colon-separated list of Claude
config dirs to merge across multiple Claude profiles,
e.g. ~/.claude-work:~/.claude-personal.
- codeburn-demo — interactive demo with banner
- Upstream repo
- Provider docs