Burnly v0.1.25
Burnly v0.1.25
Adds a Burnly-owned cost calculator and upgrades the bundled ccusage sidecar.
Highlights
- Burnly cost calculator: sources that report no cost (Grok, Antigravity,
ZCode) now get estimated cost from an embedded models.dev pricing snapshot,
recorded asburnly_calculated. - Gap-fill: when a source reports zero cost with positive tokens and the
snapshot prices the model, Burnly fills the cost — without ever overriding a
positive source-reported or collector-calculated cost. - ccusage 20.0.19: per-agent JSON reports now emit
modelBreakdowns,
resolving the OpenCode "Multiple models" collapse — multi-model OpenCode
days show individual model names. Also includes opencode--since/--until
fixes and codex replay dedupe. - Cost provenance is now explicit: source-reported, collector-calculated,
burnly-calculated, or gap-filled.
Install
Linux
Run:
curl -fsSL https://github.com/fikrilal/burnly/releases/latest/download/install-linux.sh | shFor a pinned install of this release:
curl -fsSL https://github.com/fikrilal/burnly/releases/download/v0.1.25/install-linux.sh | BURNLY_VERSION=v0.1.25 shWindows Preview
Download the Windows x64 installer from this release:
burnly-v0.1.25-windows-x86_64.exe
The Windows preview installer is unsigned for the MVP. Windows may show an
unknown publisher or SmartScreen warning. Only download Burnly from the
official GitHub release.
macOS Preview
Run:
curl -fsSL https://github.com/fikrilal/burnly/releases/latest/download/install-macos.sh | shFor a pinned install of this release:
curl -fsSL https://github.com/fikrilal/burnly/releases/download/v0.1.25/install-macos.sh | BURNLY_VERSION=v0.1.25 shManual .dmg installation is also available:
burnly-v0.1.25-macos-aarch64.dmg
burnly-v0.1.25-macos-x86_64.dmg
Open the .dmg, drag Burnly.app to Applications, then clear Gatekeeper
quarantine once if macOS blocks the unsigned preview build:
xattr -dr com.apple.quarantine /Applications/Burnly.appUpdates
In-app updates are available from the Settings tab on Linux, Windows, and macOS.
On macOS, the .dmg is only the first-install artifact; updates use the signed
.app.tar.gz updater archive from the release.
Verification
- Passed
pnpm verifyon both merged feature branches. - Cost calculator runtime evidence: Antigravity gains
burnly_calculated
cost; Command Codesource_reportedand Codex/OpenCode
collector_calculatedcosts preserved. - Privacy scan clean; calculator is pure token arithmetic over an embedded
pricing snapshot.
Release artifacts include SHA256SUMS. Updater metadata is published as
latest.json; latest-linux.json is kept as a compatibility alias for older
Linux builds.
Notes
- Cost is an estimate (models.dev community pricing), not a bill.
- Antigravity model labels and ZCode model ids may not match the pricing
snapshot's id format; those resolve to cost-unavailable until label→id
mapping is added. - Command Code remains experimental; its local transcript format is
reverse-engineered and may change upstream. - Windows and macOS support is preview.
- Windows and macOS installer code signing is deferred; Tauri updater artifact
signing is still required.