aicoolies logo
CodeBurn logo

CodeBurn

See where your AI coding tokens actually go

Share
freeOpen Source
Visit Website →

Open-source TUI dashboard and CLI that shows where your AI coding tokens actually go, broken down by task type, tool, model, MCP server, and project. CodeBurn reads local session data directly from Claude Code, Codex, Cursor, OpenCode, Pi, and GitHub Copilot — no wrapper, proxy, or API keys — and layers on one-shot success rates so you can see whether the AI nails work first try or burns budget on edit/test/fix retries. Ships with a macOS menu bar widget and CSV/JSON export.

CodeBurn is an open-source cost and token observability tool for AI coding agents built by AgentSeal. It ships as a Node CLI that opens an interactive TUI dashboard showing exactly where your AI coding tokens go: broken down by task type, tool, model, MCP server, and project. Instead of a wrapper, proxy, or SDK, CodeBurn reads session data directly off disk from each supported agent — Claude Code (`~/.claude/projects/`), Codex (`~/.codex/sessions/`), Cursor, OpenCode, Pi, and GitHub Copilot — so there are no API keys to configure and nothing to install in your IDE.

The dashboard is built around gradient charts, responsive panels, and keyboard navigation, with a provider plugin system so new agents can be dropped in without touching the core. Beyond raw token and dollar totals, CodeBurn tracks the one-shot success rate per activity type, surfacing the gap between tasks where the AI gets it right first try and tasks where it burns tokens cycling through edit/test/fix loops. Pricing is pulled from LiteLLM and auto-cached, covering every supported model, with configurable currency and a macOS menu bar widget via SwiftBar for always-on visibility.

CodeBurn is MIT licensed and installs with `npm install -g codeburn` or runs directly with `npx codeburn` on Node 20+. Data never leaves your machine; the tool simply parses local session files and produces CSV/JSON exports when you need to pipe numbers into a spreadsheet or team dashboard. For solo developers it answers "am I getting value from my $20/month plan?" and for engineering managers it quantifies which agents, projects, and task types are quietly becoming the most expensive — a growing need as AI coding spend moves from hobby experiment to real line-item on the cloud bill.

Pricing

Free and open source (MIT) — no paid tier; install with `npm install -g codeburn` or run via `npx codeburn`

Platforms

Terminal TUI (Node.js 20+, macOS/Linux/Windows), plus optional macOS menu bar widget via SwiftBar

Categories

Tags

Use Cases

Related Tools

Ghostty logo

Ghostty

Top Pick

Fast, native terminal emulator

GPU-accelerated terminal emulator written in Zig by Mitchell Hashimoto (HashiCorp co-founder). Native UI rendering on macOS and Linux. Supports ligatures, true color, Kitty graphics protocol, and splits/tabs. Configurable via a simple key-value file with sensible defaults. Open-source with 20K+ GitHub stars and a focus on correctness, speed, and minimal resource usage. Growing as a modern alternative to iTerm2, Alacritty, and WezTerm.

open-sourceOpen Source
Claude Code logo

Claude Code

Top Pick

Anthropic's agentic coding CLI

Anthropic's agentic CLI coding tool that delegates complex tasks to Claude directly from the terminal. Understands entire codebases via automatic context gathering, edits multiple files, runs shell commands, and manages Git workflows autonomously. Supports CLAUDE.md for persistent project instructions, integrates with VS Code and JetBrains, and uses Claude Opus/Sonnet with extended thinking for complex architectural decisions. Built for terminal-first developers.

paidOpen Source
Hermes Agent logo

Hermes Agent

Top Pick

Open-source AI agent framework with persistent memory, reusable skills, tools, and messaging gateways

Hermes Agent is an open-source AI agent framework with persistent memory, reusable skills, 40+ tools, cron jobs, and messaging gateways.

open-sourceOpen Source
pi dev code

Pi

Top Pick

Minimal terminal coding harness

Pi is an open-source minimalist coding agent built by Mario Zechner that runs in the terminal with an intentionally lean design — just four core tools (read, write, edit, bash) and a ~300-word system prompt. It treats the context window as scarce, omits sub-agents and MCP by default, and pushes extensibility to TypeScript extensions, skills, and prompt templates developers build for their own needs. A radical counterpoint to bloated AI coding tools.

open-sourceOpen Source
OpenCode logo

OpenCode

Top Pick

Open-source AI coding agent for the terminal

Open-source terminal-based AI coding agent built in Go by the SST team, with a rich TUI (Bubble Tea) supporting 75+ model providers including OpenAI, Anthropic, Gemini, Bedrock, Groq, and OpenRouter. Features vim-like editing, persistent SQLite sessions, and LSP integration for 40+ languages. Fully free with no vendor lock-in, it has rapidly grown to 95k+ GitHub stars.

open-source
Codex logo

Codex

Top Pick

OpenAI's agentic coding CLI and cloud sandbox

OpenAI's cloud-based AI coding agent powered by codex-1 (a version of o3 optimized for software engineering). Autonomously writes features, fixes bugs, and proposes pull requests, with each task running in its own sandboxed environment preloaded with your repository. Teams can deploy multiple agents in parallel to work on independent tasks, with MCP integration and AGENTS.md for repo-specific instructions.

freemiumOpen Source