An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ClaudeCost

[![release](https://img.shields.io/github/v/release/stephanos/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.

![ClaudeCost menu bar screenshot](docs/menu-bar.png)

## 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`.