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.2
Name Modified Size InfoDownloads / Week
Parent folder
ClaudeBar-0.4.2.dmg < 24 hours ago 14.1 MB
ClaudeBar-0.4.2.dmg.sha256 < 24 hours ago 86 Bytes
ClaudeBar-0.4.2.zip < 24 hours ago 14.2 MB
ClaudeBar-0.4.2.zip.sha256 < 24 hours ago 86 Bytes
ClaudeBar v0.4.2 source code.tar.gz < 24 hours ago 46.7 MB
ClaudeBar v0.4.2 source code.zip < 24 hours ago 46.9 MB
README.md < 24 hours ago 1.9 kB
Totals: 7 Items   121.9 MB 0

What's New

Added

  • Codex API Mode: New alternative to RPC mode that fetches quota data directly via the ChatGPT backend API. Faster than RPC mode (no subprocess spawning), with automatic OAuth token refresh. Switch between modes in Settings → Codex Configuration.
  • Codex Configuration Card: New settings panel to choose between RPC mode (default, uses codex app-server JSON-RPC) and API mode (direct HTTP API calls using OAuth credentials from ~/.codex/auth.json).

Improved

  • Codebase Organization: Reorganized Infrastructure and Domain layers from mechanism-based grouping (CLI/, Adapters/, AWS/) to provider-based grouping (Claude/, Codex/, Gemini/, etc.), making it easier to find all files related to a specific provider.

Technical

  • Added CodexAPIUsageProbe calling https://chatgpt.com/backend-api/wham/usage with OAuth token refresh via https://auth.openai.com/oauth/token
  • Added CodexCredentialLoader for loading OAuth credentials from ~/.codex/auth.json
  • Added CodexProbeMode enum (.rpc, .api) and CodexSettingsRepository protocol for probe mode persistence
  • Extended CodexProvider with dual probe support (RPC + API) and mode switching
  • Reorganized Sources/Infrastructure/ into provider-level folders (Claude/, Codex/, Gemini/, Copilot/, Antigravity/, Zai/, Bedrock/, Shared/)
  • Reorganized Sources/Domain/Provider/ and Tests/InfrastructureTests/ to mirror the same provider-first structure

Installation

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

Option 2: ZIP 1. Download ClaudeBar-0.4.2.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.2.zip.sha256
Source: README.md, updated 2026-02-04