-
Notifications
You must be signed in to change notification settings - Fork 1
macOS
Falco Schmutz edited this page Jul 7, 2026
·
1 revision
A native SwiftUI MenuBarExtra app (SwiftPM, macOS 13+). Menu-bar only — no Dock icon.
On macOS, Claude Code stores its OAuth token in the login Keychain, not in
~/.claude/.credentials.json. The app reads it via security find-generic-password
(falling back to the file if present). The first read may prompt for Keychain access —
click Always Allow.
cd macos
./build-app.sh # ClaudeUsagePanel.app (LSUIElement, no Dock icon)System Settings → General → Login Items → + → add the built app.
See PUBLISHING.md
for Developer ID signing, notarytool, and a Homebrew cask template.