- Public beta
macOS menu bar app
macOS 14+
The home base. Lives in the menu bar, reads local agent logs, surfaces cost, tokens, quota, sessions, and insights.
- LSUIElement — no Dock icon, no windows stealing focus
- Dashboard, providers, models, sessions, projects, streams, search
- Hermes chat panel sits inside the dashboard
- Daily digest, smart insights, quota refresh, daemon-backed control plane
- Optional Firebase sync, optional iCloud session mirror, optional Sentry diagnostics
- In App Store review
iOS & iPadOS companion
iOS 17+
Quota Watch, Pulse, Streams, Hermes, Chart Studio. The Mac runs the data; the phone/tablet renders it natively.
- Native Swift Charts via Chart Studio — 10 chart kinds plus sandboxed Mermaid
- Trend Atlas insights rotate across 9 rules
- Lock-screen Live Activity, Dynamic Island, Siri shortcut
- Adaptive split-view + sidebar nav on iPad, keyboard shortcuts ⌘1–4, ⌘R, ⌘H
- Hermes Realtime Relay reaches the Mac's local assistant remotely (paid feature)
- Source-only beta
Cursor & VS Code extension
Cursor / VS Code 1.95+
An activity-bar panel that hooks into the daemon over the local UNIX socket. Build locally and load unpacked — no marketplace listing yet.
- Burn for the active workspace, scoped to the current Cursor agent run
- Quota panel pulled from the same daemon the menu bar reads
- Routed-provider gateway support — Z.ai, MiniMax, Ollama Cloud via Cloudflare tunnel
- Open VSX / VS Marketplace publication is on the roadmap, not shipped
- Shipping
Local daemon
Embedded in macOS app
The control plane. A launchd-managed UNIX socket service every surface talks to.
- Auth-token-gated JSON-RPC + HTTP gateway
- Owns provider routing, quota refresh, retrieval, mission control
- JSONL run journal — every agent invocation, every tool call, replayable
- Repairs itself when launched from a stale plist or moved app bundle
- Shipping
Command-line interface
macOS
openburnbar — eight commands for scripting, agents, and operators. Same daemon, no extra account.
- health · controller · questions · followups · missions
- mission-approve · simulator-runs · simulator-replay
- Pipes cleanly into git hooks, CI, and other agent scripts
- Shipping (with iOS app)
Widgets & Live Activity
iOS / iPadOS
Lock-screen quota, Dynamic Island countdown, home-screen cost sparkline. Siri shortcut: "What's my burn today?"
- Hero small, cost sparkline medium, dashboard large
- Live Activity on iOS 16.1+ with top provider + tokens + cost
- App Intents for Spotlight + Siri
-
One-click "Make display work" — casts a live OpenBurnBar dashboard, with proof of acceptance before marking healthy.
- Google Nest Hub via Cast V2 + Home Assistant blueprints
- ULANZI TC001 via AWTRIX HTTP or stock-firmware simulator
- Per-device QA matrix gates support claims — see docs/SMART_DISPLAY_DEVICE_QA.md
- In development
Android companion
Android 8+
Read-only Firestore consumer — renders burn data other clients push to Firebase. Source under android/.
- Material 3 + Jetpack Compose, edge-to-edge
- Full screen set: burn · streams · pulse · providers · hermes · chart studio · smart display · store · you
- No Play Store distribution path yet