Claude Code
~/.claude/projects/ + Claude Desktop
- Exact tokens and cache reads
- Bash commands and tool calls
- MCP server and tool usage
live parser docs ->
Token Use reads the Claude Code, Codex, Cursor, and GitHub Copilot sessions already on your machine, stores them in a local archive, and shows usage by day, project, tool, model, shell command, or MCP server.
The TUI and desktop app share the same archive, filters, refresh logic, and export path. In the terminal, press 1-5 for time ranges, t for tools, p for projects, and e to export.
Token Use reads the session files your tools already write to disk. It does not proxy prompts or require editor extensions; it normalizes existing local history into one browsable usage archive.
Use Homebrew on macOS, or pull the latest TUI binary from GitHub Releases for Linux and Windows.
$ brew install russmckendrick/tap/tokenuse $ tokenuse $ brew install --cask russmckendrick/tap/tokenuse $ open -a "Token Use"
$ curl -L -o tokenuse https://github.com/russmckendrick/tokenuse/releases/latest/download/tokenuse-linux-amd64 $ chmod +x tokenuse $ sudo install -m 0755 tokenuse /usr/local/bin/tokenuse $ tokenuse
PS> Invoke-WebRequest -Uri "https://github.com/russmckendrick/tokenuse/releases/latest/download/tokenuse-windows-amd64.exe" -OutFile "tokenuse.exe" PS> .\tokenuse.exe