From 207ef2a6f79981d0230932924a527d1af20ceaba Mon Sep 17 00:00:00 2001 From: lsvishaal Date: Mon, 23 Mar 2026 09:28:57 +0000 Subject: [PATCH] Add tokburn: local analytics dashboard for Claude Code --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4a46b1..8e596bd 100644 --- a/README.md +++ b/README.md @@ -794,6 +794,7 @@ claude-code-toolkit/ 800+ files | [TokenEater](https://github.com/AThevon/TokenEater) | 179 | Native macOS menu bar app for monitoring Claude AI usage limits and watching coding sessions live | | [Claw](https://github.com/jamesrochabrun/Claw) | 86 | Native macOS app wrapping Claude Code SDK in Swift. Plan Mode, MCP Integration, Custom System Prompts | | [The Claude Protocol](https://github.com/AvivK5498/The-Claude-Protocol) | 149 | Enforcement layer wrapping Claude Code with 13 hooks -- blocks unsafe operations, enforces worktree isolation | +| [tokburn](https://github.com/lsvishaal/tokburn) | 3 | Local analytics dashboard for Claude Code -- calculates API-equivalent costs, detects waste patterns (repeated reads, floundering, cost outliers), serves web UI + REST API. Zero network calls, zero accounts, zero telemetry. `uvx tokburn serve`. | ---