- Notifications
You must be signed in to change notification settings - Fork3
A cross-platform status bar application that monitors Claude Code usage in real-time.
License
NotificationsYou must be signed in to change notification settings
sivchari/ccowl
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A cross-platform status bar application that monitors Claude Code usage in real-time. Supports macOS and Ubuntu/Linux.
- Real-time monitoring: Displays current Claude Code session costs in your status bar
- Detailed information: Click to view comprehensive usage statistics
- Live updates: Automatically refreshes every 5 seconds
- Human-friendly display: Shows costs, burn rates, and projections in an easy-to-understand format
Download the latest release for your platform from thereleases page.
git clone https://github.com/sivchari/ccowl.gitcd ccowlgo build -o ccowl./ccowl- macOS or Ubuntu/Linux
- Claude Code CLI installed and configured
- The
ccusagecommand must be available in your PATH
For Ubuntu/Linux systems, install the required dependencies:
sudo apt updatesudo apt install -y libayatana-appindicator3-dev pkg-config
- Make sure Claude Code CLI is installed and
ccusagecommand is working - Run CCOwl:
./ccowl
- The app will appear in your status bar as 🦉 with the current session cost
- macOS: Status bar in the top menu
- Ubuntu/Linux: App Indicator in the Gnome top bar
- Click on the status bar icon to see detailed information:
- Session timing and remaining time
- Current cost and burn rate with status indicators
- Token usage statistics
- Projected final costs
- API call counts
- 🟢LOW: < 300 tokens/min
- 🟡MODERATE: 300-700 tokens/min
- 🔴HIGH: > 700 tokens/min
gotest ./...go vet ./...
MIT License - seeLICENSE file for details.
Pull requests are welcome! Please make sure tests pass before submitting.
About
A cross-platform status bar application that monitors Claude Code usage in real-time.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
