Skip to content

v1.0.0 - Initial public release

Latest

Choose a tag to compare

@DvirNaaman DvirNaaman released this 18 May 09:36
· 5 commits to main since this release

First public release of Dvir Token Manager — a fully local, Hebrew/RTL dashboard for analyzing Claude Code token usage, costs, and sessions.

Features

  • Seven dashboard tabs — Overview, Prompts, Sessions, Projects, Skills, Cost-saving Tips, Settings
  • Real cost analytics — per-prompt cost, cache analytics, model breakdown, project comparison
  • Skills catalog scan — see which Claude Code skills you use most, and which you're paying for but ignoring
  • Privacy-first — runs only on 127.0.0.1:8080, zero outbound calls, all assets (ECharts, Heebo font) vendored locally
  • Stdlib-only Python — no pip install required
  • Hebrew/RTL interface — proper logical-property CSS, Heebo typography, RTL chart layout
  • Ctrl + B privacy blur — instantly mask prompt content for screenshots

Installation

git clone https://github.com/DvirNaaman/dvir-token-manager.git
cd dvir-token-manager
python cli.py dashboard

Opens automatically at http://127.0.0.1:8080. Requires Python 3.8+ and at least one existing Claude Code session under ~/.claude/projects/.

Credits

  • Original JSONL parsing engine and dashboard architecture by Nate Herk (MIT)
  • Hebrew/RTL adaptation, UI redesign, branding, Skills/Tips engines by Dvir Naaman

Tested on

  • Windows 10/11 (PowerShell + Windows Terminal)
  • Python 3.8 through 3.14
  • Chrome, Edge, Firefox