Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A cross-platform status bar application that monitors Claude Code usage in real-time. Supports macOS and Ubuntu/Linux.

Features

CCOwl

  • 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

Installation

Download from Releases

Download the latest release for your platform from thereleases page.

Build from Source

git clone https://github.com/sivchari/ccowl.gitcd ccowlgo build -o ccowl./ccowl

Requirements

  • macOS or Ubuntu/Linux
  • Claude Code CLI installed and configured
  • Theccusage command must be available in your PATH

Ubuntu/Linux Additional Requirements

For Ubuntu/Linux systems, install the required dependencies:

sudo apt updatesudo apt install -y libayatana-appindicator3-dev pkg-config

Usage

  1. Make sure Claude Code CLI is installed andccusage command is working
  2. Run CCOwl:
    ./ccowl
  3. 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
  4. 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

Status Indicators

  • 🟢LOW: < 300 tokens/min
  • 🟡MODERATE: 300-700 tokens/min
  • 🔴HIGH: > 700 tokens/min

Development

Running Tests

gotest ./...

Running Lint

go vet ./...

License

MIT License - seeLICENSE file for details.

Contributing

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

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp