Releases: a77ming/tally
Release list
Tally 1.5.0 — Universal (Apple Silicon + Intel)
What's new
- Universal binary — the DMG now runs natively on both Apple Silicon and Intel Macs (arm64 + x86_64). No more "build from source" for Intel users; just download and run.
- Same one-file install, ~1.2 MB.
Built locally by compiling each architecture separately and merging with lipo — no CI required.
Install
Download the DMG, drag Tally to Applications. Unsigned (no paid dev account) — first launch: right-click → Open, or xattr -cr /Applications/Tally.app.
Tally 1.4.1 — Claude rate limits now show (no password prompt)
Fix
- Claude rate limits now display — and without any Keychain password prompt. A double-clicked GUI app can't read another app's Keychain item directly (its request is silently denied), which is why the 5h/weekly gauges stayed blank. Tally now reads the credentials through
/usr/bin/security, which is already trusted for that item — so the limits appear automatically, no prompt.
Both Claude Code and Codex now show full plan badge + 5h/weekly gauges out of the box.
Install
Download the DMG, drag Tally to Applications. Unsigned — first launch: right-click → Open, or xattr -cr /Applications/Tally.app. (arm64; Intel: build from source.)
Tally 1.4.0 — Accurate tiers + ranked badges
What's new
- Accurate Claude tier — Tally now reads your plan from
~/.claude.json(organizationRateLimitTier), which correctly distinguishes Max 5× ($100) from Max 20× ($200). The Keychain credential field flattened every paid plan to "pro", so a $200 Max user was wrongly shown as Pro $20 — fixed. - Ranked plan badges — subscription tiers now render as game-style ranks: bronze (Free) → silver-blue (Plus/Pro) → amethyst (Max 5× / Pro Lite) → a crowned gold badge for the $200 plans. A quiet flex for screenshots. 👑
- Bigger rate-limit card — full-width gauges and large percentages, much easier to read at a glance.
- The plan badge now shows from local files even before you approve Keychain access (only the live 5h/weekly gauges need it).
Install
Download the DMG, drag Tally to Applications. Unsigned — first launch: right-click → Open, or xattr -cr /Applications/Tally.app. (arm64; Intel: build from source.)
Tally 1.3.0 — Subscription plan badges
What's new
- Plan badge — Tally now shows which subscription tier you're on, and what it costs, right next to each app in the rate-limit card and the Apps tab:
- Claude — Free / Pro $20 / Max 5× $100 / Max 20× $200 (read from the stored OAuth credentials).
- Codex / ChatGPT — Free / Go $8 / Plus $20 / Pro Lite $100 / Pro $200 (read from the
chatgpt_plan_typeclaim in local~/.codex/auth.json— no prompt).
- A quiet flex for screenshots. 😎
Install
Download the DMG, drag Tally to Applications. Unsigned — first launch: right-click → Open, or xattr -cr /Applications/Tally.app. (arm64; Intel: build from source.)
Tally 1.2.0 — Rate-limit quota + bilingual UI
What's new
- Rate-limit quota, front and center — a prominent card at the top of the popover shows your 5-hour and weekly limit usage as large gauges, for both Claude Code (official subscription) and Codex. Green / amber / red by how close you are.
- Claude quota is read from Anthropic's official usage endpoint using the OAuth credentials Claude Code already stores in your Keychain. First time, macOS asks you to approve Keychain access — click Always Allow. One toggle in Settings turns the whole thing off.
- Codex quota comes straight from local session logs — no prompt.
- Bilingual UI — English / 简体中文 / follow system, switchable live in Settings.
Install
Download the DMG, drag Tally to Applications. Unsigned — first launch: right-click → Open, or xattr -cr /Applications/Tally.app. (arm64; Intel: build from source.)
Tally 1.1.0 — Codex CLI support
What's new
- Codex CLI support — Tally now also reads
~/.codex/sessionsrollouts: GPT model usage, estimated cost (at API prices), and your live rate-limit quota. - New Apps tab — Claude Code vs Codex side by side, with Codex's 5-hour and weekly quota shown inline (e.g.
5h 4% · 7d 35%). - GPT models join the Models tab and the 14-day chart.
Install
Download the DMG, drag Tally to Applications. Unsigned app — first launch: right-click → Open, or xattr -cr /Applications/Tally.app. (arm64; Intel: build from source.)
Tally 1.0.0
First release 🎉
Tally — native macOS menu bar meter for Claude Code: live token usage, cost, 14-day model-stacked chart, per-project and per-provider breakdowns (reads cc-switch if installed).
Install: download the DMG, drag Tally to Applications. The app is unsigned (no paid developer account) — on first launch right-click → Open, or run:
xattr -cr /Applications/Tally.app
This DMG is Apple Silicon (arm64). Intel users: build from source with ./Scripts/build-app.sh.