claude-usage

skill
Security Audit
Fail
Health Pass
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 22 GitHub stars
Code Fail
  • rm -rf — Recursive force deletion command in macos/build-app.sh
  • rm -rf — Recursive force deletion command in macos/install-app.sh
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

A live dashboard that reads Claude Code’s local files, tracks token usage by project and session, and estimates what you would pay using API pricing.

README.md

Claude Code Usage

Bun
TypeScript
React

A live dashboard that reads Claude Code’s local files, tracks token usage by project and session, and estimates what you would pay using API pricing.

https://github.com/user-attachments/assets/9efc6ab9-0461-49a2-9c44-9bdab2903824


What it does

  • Measures input, output, and cache tokens per session and project
  • Shows activity peaks by hour, day, and time range
  • Estimates API equivalent cost, including cache savings
  • Updates live while you work
  • Never inspects content, only volume and time ⌛️

How it works

  • Watches ~/.claude for file changes (using Chokidar)
  • Parses Claude JSONL session logs
  • Aggregates usage in memory
  • Streams updates to a local React dashboard using WebSocket

More details in docs/how-it-works.md.


Install

curl -fsSL https://ocodista.com/claude-usage-install.sh | bash

Run

claude-code-usage

Opens at http://localhost:3190


macOS menu bar

The native Claude Usage companion keeps today's API-equivalent cost in
the menu bar and shows the active project, session tokens, and all-time usage.
It starts the local usage engine in the background and opens the full dashboard
on demand.

Build and install it locally on Apple Silicon:

./macos/build-app.sh
./macos/install-app.sh

The locally signed app is installed to ~/Applications/Claude Usage.app. It is a menu-bar
accessory (LSUIElement) and does not add a Dock icon. The generated app and
zip archive remain under dist/ and are not committed.


Uninstall

curl -fsSL https://ocodista.com/claude-usage-uninstall.sh | bash

Privacy

All data stays on your machine.
This tool reads files Claude already wrote.


License

MIT

Reviews (0)

No results found