Download Latest Version ClaudeBar v0.4.2 source code.tar.gz (46.7 MB)
Email in envelope

Get an email when there's a new version of ClaudeBar

Home / v0.4.0
Name Modified Size InfoDownloads / Week
Parent folder
ClaudeBar-0.4.0.dmg 2026-02-03 13.8 MB
ClaudeBar-0.4.0.dmg.sha256 2026-02-03 86 Bytes
ClaudeBar-0.4.0.zip 2026-02-03 13.8 MB
ClaudeBar-0.4.0.zip.sha256 2026-02-03 86 Bytes
ClaudeBar v0.4.0 source code.tar.gz 2026-02-03 46.7 MB
ClaudeBar v0.4.0 source code.zip 2026-02-03 46.9 MB
README.md 2026-02-03 2.9 kB
Totals: 7 Items   121.1 MB 0

What's New

Added

  • Claude API Mode: New alternative to CLI mode that fetches quota data directly via Anthropic's OAuth API. Faster than CLI mode (no subprocess spawning), with automatic token refresh. Switch between modes in Settings → Claude Configuration.
  • Claude Configuration Card: New settings panel to choose between CLI mode (default, uses claude /usage command) and API mode (direct HTTP API calls using OAuth credentials).
  • Copilot Manual Usage Override: For users with organization-based Copilot subscriptions where API data isn't available, manually enter your usage from GitHub settings. Supports both request counts (e.g., "99") and percentages (e.g., "198%").
  • Copilot Monthly Limit Configuration: Choose your Copilot plan tier (Free/Pro: 50, Business: 300, Enterprise: 1000, Pro+: 1500) for accurate quota calculations.
  • Over-Quota Display: Negative percentages now display correctly when you've exceeded your quota limit (e.g., -98% when using 99 of 50 requests).

Improved

  • Better Error Messages: When Claude API session expires, shows user-friendly message: "Session expired. Run claude in terminal to log in again."
  • Gemini Quota Accuracy: Falls back to any available GCP project when primary project isn't found, ensuring quota data is displayed.
  • Auto-Trust Probe Directory: Automatically trusts the probe working directory when Claude CLI shows trust dialog, eliminating manual intervention.
  • CLAUDE_CONFIG_DIR Support: Respects custom Claude configuration directory for trust file location.

Fixed

  • Copilot Dashboard URL: Now links directly to GitHub Copilot features page for easier usage viewing.
  • Copilot Usage Period Reset: Manual usage entries automatically clear when billing period changes.
  • Schema Validation: Guards against unexpected config file schemas to prevent crashes.

Technical

  • Added ClaudeAPIUsageProbe with OAuth token refresh via https://platform.claude.com/v1/oauth/token
  • Added ClaudeCredentialLoader for loading OAuth credentials from ~/.claude/.credentials.json or Keychain
  • Added ClaudeProbeMode enum and ClaudeSettingsRepository protocol for probe mode persistence
  • Extended ClaudeProvider with dual probe support (CLI + API) and mode switching
  • Added ProbeError.sessionExpired case with user-friendly error description
  • Migrated build system to Tuist for dependency management
  • Updated aws-sdk-swift and SwiftTerm dependencies

Installation

Option 1: DMG (Recommended) 1. Download ClaudeBar-0.4.0.dmg 2. Open the DMG and drag ClaudeBar.app to Applications 3. Launch from Applications folder

Option 2: ZIP 1. Download ClaudeBar-0.4.0.zip 2. Unzip and move ClaudeBar.app to Applications 3. Launch from Applications folder

Verification

SHA256 checksums are provided. Verify with:

:::bash
shasum -a 256 -c ClaudeBar-0.4.0.zip.sha256
Source: README.md, updated 2026-02-03