See where your AI coding tokens go.
npm install -g codeburnOr run without installing:
npx codeburnRequires Node.js 20+ and Claude Code (~/.claude/projects/ session data).
codeburn # interactive dashboard (default: 7 days)
codeburn today # today's usage
codeburn month # this month's usage
codeburn report -p month # same as above
codeburn status # compact one-liner (today + month)
codeburn status --format json
codeburn export # CSV with today, 7 days, 30 days
codeburn export -f json # JSON exportKeyboard: arrow keys or 1/2/3/4 to switch periods, r to toggle auto-refresh, q to quit.
codeburn install-menubar # install SwiftBar/xbar plugin
codeburn uninstall-menubar # remove itRequires SwiftBar (brew install --cask swiftbar).
MIT
Inspired by ccusage. Pricing data from LiteLLM. Originally built by AgentSeal.