Skip to main content

Claude Usage Monitor — terminal widget and dashboard for tracking Claude Code usage

Project description

clu - Claude Usage Monitor 2.0

A terminal tool that monitors your Claude Code usage — from a cute animated widget to a full per-project dashboard.

Python 3.9+

clu dashboard

What it does

Widget mode (default) — the original cute clu:

  • 5-hour and 7-day sliding window usage with progress bars
  • Reset countdowns for each window
  • Token counts for the current period
  • A little animated creature to keep you company

Dashboard mode (--dash) — full terminal dashboard:

  • Everything from widget mode, plus:
  • Per-project token breakdown with smart project names (parsed from local Claude Code data)
  • Real-time utilization chart (live 5h usage over time)
  • Session history with duration, message count, and model used
  • Cache hit rate and efficiency metrics
  • Daily token sparkline (14-day trend)
  • Model usage breakdown
  • External/untracked usage estimation (percentage of rate limit)
  • Multi-source support (local + HPC + any synced .claude directory)

Installation

# Install from PyPI
pip install clu-widget

# Or install from source
git clone https://github.com/hsantanna/clu.git
cd clu
pip install .

Usage

# Widget mode — cute animated companion
clu

# Dashboard mode — full terminal dashboard
clu --dash

# Include data from a remote machine (e.g. HPC)
clu --dash --data-dir ~/hpc-sync/.claude

# Multiple remote sources
clu --dash --data-dir ~/hpc-sync/.claude --data-dir ~/server-sync/.claude

# Custom refresh interval
clu --refresh 60

# Don't resize the terminal window
clu --no-resize

# Pass a token directly
clu --token sk-ant-...

Options

Flag Description
--dash Full-terminal dashboard with per-project stats
--data-dir PATH Additional .claude data directory (repeatable)
--refresh N API refresh interval in seconds (default: 30)
--no-resize Don't resize the terminal window
--token TOKEN Override OAuth token

Using with HPC / Remote Machines

The dashboard reads local Claude Code conversation data from ~/.claude/projects/. If you run Claude Code on an HPC or remote server, you can sync that data to see it locally:

# Sync from HPC (run periodically or via cron)
rsync -az hpc:~/.claude/ ~/hpc-sync/.claude/

# Then view everything together
clu --dash --data-dir ~/hpc-sync/.claude

The API usage (5h/7d windows) is account-level — it shows all usage regardless of where Claude Code runs. The per-project breakdown comes from local JSONL files, so those need to be synced from remote machines.

Token Resolution

clu automatically finds your Claude Code OAuth token by checking (in order):

  1. CLAUDE_TOKEN environment variable
  2. macOS Keychain (multiple known service names)
  3. Credential JSON files (~/.claude/.credentials.json, etc.)

If you've used Claude Code at least once, it should just work.

Requirements

  • Python 3.9+
  • rich - terminal formatting
  • requests - HTTP client

Changelog

v2.0.0

Full dashboard mode with per-project analytics.

  • Dashboard mode (--dash): full-terminal layout with hero panel, stats, projects, sessions, and live chart
  • Smart project names: directory paths are parsed into human-readable names with title casing and acronym detection (e.g. sis-employment becomes SIS Employment)
  • Per-project breakdown: ranked list of projects by token usage with proportional bars, session counts, and last-active timestamps
  • Session history: recent sessions with message count, token usage, model, duration, and time ago
  • Live utilization chart: real-time ASCII bar chart tracking 5h utilization over time with color-coded thresholds (green/amber/orange/red)
  • External usage estimation: detects untracked usage from other devices as a percentage of rate limit capacity
  • Daily sparkline: 14-day token usage trend with directional indicator
  • Cache hit rate: shows cache efficiency as a percentage of total token volume
  • Model breakdown: per-model token usage stats
  • Multi-source data: --data-dir flag to include synced .claude directories from remote machines (HPC, servers)
  • Stats panel: cost estimate, daily averages, cache hit rate, model split, and sparkline in a dedicated panel

v1.0.0

Initial release — cute terminal widget.

  • 5h and 7d utilization bars with reset countdowns
  • Animated ASCII creature with mood based on usage level
  • Automatic OAuth token discovery (Keychain, credential files, env var)
  • Auto-refresh with configurable interval

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clu_widget-2.0.0.tar.gz (20.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

clu_widget-2.0.0-py3-none-any.whl (18.4 kB view details)

Uploaded Python 3

File details

Details for the file clu_widget-2.0.0.tar.gz.

File metadata

  • Download URL: clu_widget-2.0.0.tar.gz
  • Upload date:
  • Size: 20.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for clu_widget-2.0.0.tar.gz
Algorithm Hash digest
SHA256 b54293d864b03195f6aab7a976382b5fa392e126b1b1db6056c92272265a7069
MD5 ed5118f48444e1746ce34626615b59c1
BLAKE2b-256 f66558c12de95d79e8148e88076caae44d0f1daa09d9e209b577a33f38864a67

See more details on using hashes here.

Provenance

The following attestation bundles were made for clu_widget-2.0.0.tar.gz:

Publisher: publish.yml on hsantanna88/clu-widget

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clu_widget-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: clu_widget-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 18.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for clu_widget-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 66939244b511a8b2ef32e3bb96bd922a4bccc694160311fc73272791d66bb726
MD5 b90ae830b3cc70e70efc08eca79a69f3
BLAKE2b-256 e99d875b4d138cee883fb72ae796e1bf4de786556e166c65ecb8d5aa857086d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for clu_widget-2.0.0-py3-none-any.whl:

Publisher: publish.yml on hsantanna88/clu-widget

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page