macOS
- macOS 14 Sonoma or later
- Apple Silicon or Intel
- ~120 MB on disk
- Signed with Developer ID + notarized + stapled
- SHA-256 / SHA-512 checksums published per release
- SPDX SBOM per release
macOS is shipping as a public beta. iOS is in Apple review. The editor extension is source-only for now — build locally and load unpacked.
Native Swift app. Runs as a menu-bar utility. macOS macOS 14 Sonoma or later. Apple Silicon and Intel both supported.
Latest beta lives on GitHub Releases. Each release ships signed, notarized, with SHA-256 and SHA-512 checksums next to it.
/ApplicationsThat's the install. No installer, no admin password.
OpenBurnBar lives in the menu bar — no Dock icon. Click the flame to open the popover. If Gatekeeper hesitates the first time, right-click → Open.
The app reads logs in ~/.claude/, ~/.codex/,
~/.factory/ and friends. No account, no API keys for
local tracking. Quota providers (Cursor, Copilot, Warp, MiniMax,
etc.) prompt you per provider when you choose to enable them.
git clone https://github.com/Imagine-That-Ai/BurnBar.git
cd BurnBar
make install Requires Xcode 16+, Swift 5.10+, XcodeGen optional.
iOS & iPadOS iOS 17 or later. Companion to the Mac app — the phone or tablet renders what the Mac records. Native widgets, Live Activity, Siri shortcut.
What "in review" means: OpenBurnBar 1.0 is submitted to App Store Connect with manual release enabled — Apple's approval doesn't auto-publish. We'll flip the switch and update this page the moment it's live.
Subscriptions (Hosted Quota Sync) are gated on the same review.
Activity-bar panel that talks to the same local daemon as the menu bar. No public marketplace listing yet — build from source and load unpacked.
The daemon must be running — it's how the extension reads data.
cd extensions/openburnbar
npm ci
npm run build
In Cursor or VS Code: Extensions → "Install from VSIX…" or
Run Extension from the Run-and-Debug panel pointing at
extensions/openburnbar.
The panel surfaces burn for the active workspace and the routed-provider gateway when you have it on.
Source under android/. Read-only Firestore consumer
today — renders burn data other clients push to Firebase. No Play
Store distribution path yet.