Usage4Claude 3.0.0: Open Source macOS Menu Bar Tracker for Claude and Codex
Usage4Claude is a native macOS menu bar app that tracks Claude subscription usage. Version 3.0.0 adds optional Codex support, built-in browser login for Claude, multi-account switching, and localized notifications.
Key Features
- Displays current usage limits in the menu bar: Claude shows 5-hour, 7-day, Extra, 7-day Opus, and 7-day Sonnet limits when available.
- Codex (optional) shows 5-hour, 7-day, and Extra Usage credits side by side with Claude.
- Built-in browser login for Claude — no manual cookie/session digging required.
- Multiple Claude accounts and organizations supported, plus separate Codex account switching.
- Notifications at 90% usage and on usage reset.
- Stores auth in macOS Keychain — no analytics, only usage-related requests.
- Localizations: English, Japanese, Chinese, Korean, French.
Technical Details
Built primarily with Claude Code as the coding partner, handling SwiftUI work, refactors, localization passes, and edge cases around refresh state. The app is open source and independent — not affiliated with Anthropic or OpenAI.
Who It's For
Developers using both Claude and Codex who need a quick, local usage overview without leaving the menu bar.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude-switch CLI tool automates switching between Claude Max accounts when hitting usage caps
A developer built claude-switch, a 250-line bash CLI tool that saves and restores Claude Code credentials from macOS Keychain to switch between accounts when one hits usage limits. The tool eliminates browser re-authentication and maintains workflow continuity.

Browser39: A Headless Web Browser for AI Agents
Browser39 is a headless web browser designed specifically for AI agents that converts web pages to token-optimized Markdown locally, runs JavaScript, manages cookies and sessions, queries the DOM, and fills forms. It's a single binary with no external browser needed, no fees, and no external service.

Bypassing NemoClaw Sandbox Isolation for Local Nemotron 9B Agent
A developer bypassed NemoClaw's sandbox isolation to run a fully local agent using Nemotron 9B with tool calling on a single RTX 5090. The approach involved iptables configuration, a custom TCP relay, and real-time tool call translation.

Unsloth and NVIDIA Collaborate to Speed Up LLM Training by ~25%
Unsloth and NVIDIA release optimizations for LLM training: caching packed-sequence metadata (~14.3% speedup) and double-buffered async gradient checkpointing (~8% speedup), with no accuracy loss. Auto-enabled on RTX laptops, data center GPUs, and DGX Spark.