Arylmera/Token-Dashboard

6 stars · Last commit 2026-05-31

Local desktop dashboard for Claude Code. Reads your JSONL transcripts and surfaces per-prompt cost, tool heatmaps, subagent attribution, cache analytics, and a rule-based tips engine. Rust + Tauri, fully offline, MIT.

README preview

# Token Dashboard

**See exactly where your Claude Code tokens go.** A local desktop app that turns the JSONL transcripts in `~/.claude/projects/` into per-prompt cost analytics, tool and file heatmaps, subagent attribution, cache analytics, and a tips engine that flags expensive patterns before your next bill does.

100% local · no telemetry · no login · MIT · Windows / macOS / Linux · ~7 MB installer.

> **New in v5 — Live.** The dashboard now folds in [Praetorium](https://github.com/Arylmera/praetorium): a live command post for your Claude Code sessions (Console / Cockpit / Explorer), reachable from the **Live** tab and detachable into its own window. The analytics tabs stay exactly as they were — passive and read-only, they only ever *read* the transcripts Claude already wrote. The Live tab is the one place the app can *launch* `claude` for you, and it only ever does so on an explicit, user-initiated action — never automatically.

[![Latest release](https://img.shields.io/github/v/release/Arylmera/Token-Dashboard?style=for-the-badge&label=download)](https://github.com/Arylmera/Token-Dashboard/releases/latest)
[![License](https://img.shields.io/github/license/Arylmera/Token-Dashboard?style=for-the-badge)](LICENSE)
[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-Arylmera-40DCA5?style=for-the-badge&logo=buymeacoffee&logoColor=black)](https://www.buymeacoffee.com/Arylmera)

![Rust](https://img.shields.io/badge/Rust-1.82-000000?logo=rust&logoColor=white)
![Tauri](https://img.shields.io/badge/Tauri-2.0-24C8DB?logo=tauri&logoColor=white)
![React](https://img.shields.io/badge/React-18.3-61DAFB?logo=react&logoColor=black)
![esbuild](https://img.shields.io/badge/esbuild-0.24-FFCF00?logo=esbuild&logoColor=black)
![License](https://img.shields.io/badge/License-MIT-3DA639?logo=opensourceinitiative&logoColor=white)

![Token Dashboard overview](docs/images/dashboard-wide.png)

View full repository on GitHub →