Homebrew tap for @soumyadebroy3/codeburn — a fork of getagentseal/codeburn that tracks where your AI coding tokens go (Claude, Codex, Cursor, Copilot, and 14 other tools).
brew tap soumyadebroy3/codeburn
brew install codeburnAfter installation:
codeburn # interactive dashboard
codeburn export --format html --all-projects
codeburn menubar # install the macOS menu-bar appWhen a new release is cut on the main repo, update Formula/codeburn.rb:
- Bump
urlto the newarchive/refs/tags/vX.Y.Z.tar.gz - Recompute
sha256withcurl -sfL <url> | shasum -a 256 - Commit + push
MIT (matches the upstream codeburn licence).