PulseUsage v0.6.26
PulseUsage v0.6.26
This is the first downloadable GitHub Release for PulseUsage as an independent project.
PulseUsage is a macOS menu bar app for tracking AI coding subscription usage across supported providers. This release establishes the cleaned PulseUsage baseline after separating the project from the original OpenUsage release/update infrastructure.
Download
PulseUsage_0.6.26_aarch64.dmg— unsigned macOS Apple Silicon buildPulseUsage_0.6.26_aarch64.dmg.sha256— checksum for the DMG
Highlights
- Adds the new PulseUsage app icon and regenerated Tauri icon assets.
- Renamed and organized the app as PulseUsage.
- Established the independent
abyssbugg/PulseUsagerepository as the active project home. - Removed upstream updater, analytics, and signed-release assumptions from the project setup.
- Added Rust validation to CI on macOS.
- Made the Rust timeout cleanup test deterministic.
- Aligned release setup with direct-download distribution through GitHub Releases.
- Removed repo-local assistant/tooling configs that were not required to build or run the app.
- Kept bundled plugin support for the currently documented providers.
Supported providers
PulseUsage currently includes bundled support/docs for providers such as Claude, Codex, Cursor, Copilot, Amp, Antigravity, Devin, Factory / Droid, Grok, JetBrains AI Assistant, Kiro, Kimi Code, MiniMax, OpenCode Go, Perplexity, Synthetic, and Z.ai.
Distribution notes
This project is not distributed through the Mac App Store at this stage.
Current distribution target: direct downloads through GitHub Releases or a direct download link.
No Apple Developer Program membership, code signing, notarization, or auto-updater signing is required for this stage. Because this build is unsigned and not notarized, macOS may show standard Gatekeeper warnings when opening the downloaded app.
Validation
Validation completed before publishing the packaged artifact:
bun run buildbun run test --runbun run bundle:pluginscargo check --manifest-path src-tauri/Cargo.tomlcargo test --manifest-path src-tauri/Cargo.toml -- --test-threads=1bun run build:release