AgentTally is a standalone macOS menu bar app for tracking AI agent spending.
The app shows Claude Code and Codex spend for today and the current month.
- Download
AgentTally.dmg - Open the disk image
- Drag
AgentTally.appto/Applications - Open
AgentTally.app
On first launch, macOS may ask you to confirm opening the app. If macOS warns that the app cannot be opened because it cannot check it for malware, remove the quarantine attribute and open it again:
xattr -dr com.apple.quarantine /Applications/AgentTally.appTo build from source, you need:
mise
From this directory:
mise trust
mise install
mise run installThe install task copies the bundle to /Applications/AgentTally.app and launches it.
For local development:
mise run devTo cut a new release:
mise run check
git tag -a v0.10 -m "v0.10"
git push origin v0.10Pushing the tag runs the GitHub Actions release workflow, which builds the app,
uploads AgentTally.dmg, publishes appcast.xml, and makes the release available to Sparkle.
