https://github.com/stephanos/claudecost
ClaudeCost macOS menu bar app
https://github.com/stephanos/claudecost
claude-code cost-tracking osx
Last synced: 2 months ago
JSON representation
ClaudeCost macOS menu bar app
- Host: GitHub
- URL: https://github.com/stephanos/claudecost
- Owner: stephanos
- License: mit
- Created: 2026-04-07T02:50:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-07T16:15:30.000Z (3 months ago)
- Last Synced: 2026-04-07T17:28:39.966Z (3 months ago)
- Topics: claude-code, cost-tracking, osx
- Language: Swift
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClaudeCost
[](https://github.com/stephanos/claudecost/releases/latest)
`ClaudeCost` is a standalone macOS menubar app that shows your Claude Code spend for today and the current month. It refreshes every 60s.

## Install
Download the latest packaged build from GitHub Releases:
-
Then:
1. Download `ClaudeCost.app.zip`
2. Unzip it
3. Move `ClaudeCost.app` to `/Applications`
4. Open `ClaudeCost.app`
On first launch, macOS may ask you to confirm opening the app.
## Development
To build from source, you need:
- `mise`
From this directory:
```sh
mise trust
mise install
mise run install
```
The install task copies the bundle to `~/Applications/ClaudeCost.app` and launches it.
It also enables "Open at Login" by default the first time the app runs.
For local development:
```sh
mise run dev
```
`mise` manages the Bun toolchain for this project and uses the system Swift toolchain. The build tasks install the local `ccusage` dependency, compile the helper, and stage both binaries into `ClaudeCost.app`.