Releases: maz0x/burndown
Release list
Burndown 0.9.1
Housekeeping release, no feature changes.
The website moved to burndown-app.pages.dev, and the Guide menu item now opens it directly. The old maz0x.github.io/burndown address has been retired, so update to keep that menu item working.
Install instructions rewritten. Both documented ways past Gatekeeper had stopped working: Homebrew removed the --no-quarantine command-line flag, and Apple removed the right-click, Open shortcut in macOS 15 Sequoia. There are now four routes that actually work, easiest first:
- Homebrew, which needs the setting as an environment variable now:
HOMEBREW_CASK_OPTS="--no-quarantine" brew install --cask maz0x/tap/burndown - After a manual download:
xattr -d com.apple.quarantine /Applications/Burndown.app - No Terminal at all: let the launch get blocked, then System Settings > Privacy & Security > Security > Open Anyway. That button only appears for about an hour after a blocked launch.
- Build from source with
./build.sh— a locally built app is never quarantined, so Gatekeeper never appears.
Universal (Apple Silicon + Intel), macOS 13 or later. Ad-hoc signed. Verify the download against Burndown-0.9.1.zip.sha256.
Burndown 0.9.0
What's new in Burndown
0.9.0
The first public release.
Burndown is a native macOS menu bar app that shows how much of your Claude
session and weekly limits are left, which conversation is spending them, and
when your current pace reaches a cap.
- The card. Session and weekly percentages with reset clocks, every
per-model weekly cap, live tokens per minute, and what the same work would
have cost at API list prices. - Attribution. Per-conversation and per-project usage, so the chat that
quietly ate your week has a name, a token count and an estimated cost. - Forecasting. Time to limit from your recent pace, weekly pacing in plain
language, model-mix advice, and a pace gauge against the rate that lasts
exactly to the reset. - Alerts, all off by default. Thresholds, burn spikes, budgets, quiet
hours, and adaptive runaway detection that learns your normal rate instead of
using a fixed number. - Two dozen charts, each drawn with sample or live data in a gallery before
you choose it. - Yours to shape. Twenty-plus themes, real Liquid Glass on macOS 26, a
couple dozen menu bar glyphs, a widget that follows the Claude window, a
screen-edge meter, a floating card, and a gauge for the Claude Code
statusline. - Private by design. Estimate mode makes no network requests at all. Live
mode is opt-in and talks only to Anthropic. Nothing is sent anywhere else. - Self-updating, verified against a published SHA-256 and the signature.
Why 0.9 and not 1.0
Everything above works and is tested, but two things are still ahead: releases
are not yet Developer ID signed, so macOS asks once on first open, and support
for other providers is in active development. 1.0 is reserved for when those
land.
If something looks wrong, say so in
Discussions or open an
issue. Early reports carry the most
weight.