Skip to content

Burnly v0.1.18

Choose a tag to compare

@github-actions github-actions released this 06 Jul 11:47
· 56 commits to main since this release

Burnly v0.1.18

Adds experimental native support for Grok Build CLI local token usage.

Highlights

  • Adds a first-party Grok Build collector that reads shell.turn.inference_done
    rows from ~/.grok/logs/unified.jsonl and joins session metadata from
    ~/.grok/sessions/**/summary.json.
  • Counts each model inference call toward tray totals, not each user turn.
  • Includes cached prompt tokens in tray totals; cache_read_tokens remains
    breakdown metadata only.
  • Stores Grok usage in a durable local cache so refresh can recover from partial
    upstream log changes without clearing previously imported totals.
  • Updates README, product docs, and runtime evidence for the experimental Grok
    collector rollout.

Install

Linux

Run:

curl -fsSL https://github.com/fikrilal/burnly/releases/latest/download/install-linux.sh | sh

For a pinned install of this release:

curl -fsSL https://github.com/fikrilal/burnly/releases/download/v0.1.18/install-linux.sh | BURNLY_VERSION=v0.1.18 sh

Windows Preview

Download the Windows x64 installer from this release:

burnly-v0.1.18-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 | sh

For a pinned install of this release:

curl -fsSL https://github.com/fikrilal/burnly/releases/download/v0.1.18/install-macos.sh | BURNLY_VERSION=v0.1.18 sh

Manual .dmg installation is also available:

burnly-v0.1.18-macos-aarch64.dmg
burnly-v0.1.18-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.app

Updates

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 verify.

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

  • Grok Build support is experimental. Grok local formats are reverse-engineered
    and may change upstream.
  • Grok cost is unavailable in v1.
  • Burnly never reads Grok chat transcripts, ACP updates, prompt history,
    terminal logs, or auth credentials for normal usage aggregation.
  • Antigravity, ZCode, and Cline CLI support remain experimental.
  • macOS and Windows builds are unsigned previews. macOS Apple Developer ID
    signing/notarization and Windows installer code signing are deferred; Tauri
    updater artifact signing is still required.