Vibemeter

Claude Code quota tracker

Know your Claude Code runway before a long task starts.

Vibemeter reads local Claude Code files and optional statusline data to show quota runway, burn-rate, active context usage, session history, and completion alerts. It is built for developers who want a quick local answer before starting a long agent run.

curl -fsSL 'https://vibemeter.siney.top/install.sh?src=claude-code-quota' | bash

5-hour and weekly windows

See whether the current Claude Code window has enough runway for another agent task, with reset time and recent burn-rate in the local dashboard.

Context window monitor

Watch the active 200k context budget fill and get a visible nudge before a session needs compaction.

Local-first by default

Vibemeter reads files already on disk. There is no hosted account, telemetry endpoint, or remote usage database.

What Vibemeter reads

  • ~/.claude/projects/**/*.jsonl
  • ~/.claude/sessions/*.json
  • ~/.vibemeter/statusline-latest.json when the optional statusline hook is enabled

The dashboard runs locally at http://localhost:9527, and the macOS floating meter can stay above your editor for quick quota checks.

Useful when

  • You are about to start a refactor or migration with a long-running agent.
  • You need to know whether to compact, pause, or wait for a reset.
  • You want completion notifications instead of watching the terminal.