A beautiful macOS menu bar app for tracking your Claude Code usage in real-time. Monitor token consumption, costs, and usage patterns with an elegant interface.
- Real-time monitoring - Live token usage tracking with 30-second updates
- Menu bar integration - Percentage indicator with color-coded status
- Smart plan detection - Auto-detects Pro/Max5/Max20/Custom plans
- Usage analytics - 7-day charts, model breakdowns, and trend analysis
- Smart notifications - Alerts at 70% and 90% thresholds with cooldown
- Cost tracking - Daily cost estimates and burn rate calculations
- Beautiful UI - Gradient design with glass morphism effects
Download the latest release from GitHub Releases:
- macOS (Apple Silicon):
CCSeva-darwin-arm64.dmg
- macOS (Intel):
CCSeva-darwin-x64.dmg
git clone https://github.com/Iamshankhadeep/ccseva.git
cd ccseva
npm install
npm run build
npm start
npm run electron-dev # Hot reload development
- Launch - CCSeva appears in your menu bar
- Click - View detailed usage statistics
- Right-click - Access refresh and quit options
The app automatically detects your Claude Code configuration from ~/.claude
directory and updates every 30 seconds.
- macOS 10.15+
- Node.js 18+ (for building from source)
- Claude Code CLI installed and configured
- Electron 36 + React 19 + TypeScript 5
- Tailwind CSS 3 + Radix UI components
- ccusage package for data integration
MIT License - see LICENSE file for details.
Built with ❤️ using Electron, React, Tailwind CSS, and ccusage.
Note: This is an unofficial tool for tracking Claude Code usage. Requires valid Claude Code installation and configuration.