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

Destiny: Claude Code Plugin for Deterministic Fortune Telling Using Classical East Asian Astrology
Destiny is a Claude Code plugin that computes your eight-character birth chart, today's day pillar, and I-Ching hexagram deterministically (Python), then uses Claude to generate prose readings — no LLM-hallucinated horoscopes.

Cognithor: A Local-First Agent OS with PGE Trinity Architecture
Cognithor is a fully local, autonomous Agent OS built over a year with 16 development phases. It features the PGE Trinity architecture (Planner → Gatekeeper → Executor), 11,609+ tests with 89% coverage, and supports 16 LLM providers including Ollama and LM Studio.

X-MCP 2.0: MCP Server for X/Twitter API Access from Claude
X-MCP 2.0 is an MCP server that connects Claude Desktop and Claude Code to the X/Twitter API v2 with OAuth 2.0 PKCE authentication, providing 10 tools for posting tweets, searching, getting timelines, liking, retweeting, replying, and viewing profiles.

MCP Server for Semantic Search in Obsidian Vaults
A developer built an MCP server that indexes Obsidian vaults into Qdrant with local embeddings, enabling semantic search instead of keyword matching. It chunks markdown by headings, uses BAAI/bge-small-en-v1.5 embeddings, and works with Claude Code, Cursor, Windsurf, or any MCP client.