Iamshankhadeep/ccseva

A beautiful macOS menu bar app for tracking your Claude Code usage in real-time.

What it solves

CCSeva is a lightweight macOS menu bar application designed to help users of Claude Code track their token consumption, costs, and server-side usage limits in real-time. It eliminates the need to manually check limits, providing immediate visibility into 5-hour session blocks and weekly utilization.

How it works

The app is built natively in Swift and SwiftUI, running as a menu-bar-only application. It parses the local ~/.claude transcripts (JSONL files) directly to calculate usage. It also reads Claude Code's OAuth usage endpoint to provide "server-truth" limit gauges, with a local estimation fallback if the endpoint is unavailable.

Who it’s for

Developers and power users of Claude Code on macOS who want to monitor their API costs and token burn rate without leaving their terminal or using heavy runtime dependencies.

Highlights

  • Real-time Menu Bar Tracking: Displays usage percentage with color-coded status directly in the macOS menu bar.
  • Server-Truth Gauges: Tracks 5-hour and weekly utilization, including usage from other devices, with predicted cutoff times.
  • Native Performance: A ~3 MB app bundle with zero runtime dependencies (no Electron or Node.js).
  • Detailed Analytics: Provides per-model and per-project cost breakdowns using Swift Charts.
  • Native Notifications: Alerts users at 70% and 90% usage thresholds.
  • Optional Sync: Opt-in synchronization with claudecode.directory for a private usage dashboard.

Related

  • Project
  • Dispatch
  • Project
  • Project
  • Project