Signed and notarised by Apple. Open source.
Service: "Claude Code-credentials"
This is the entry created by the official Claude Code CLI when you log in. The app:
1. Only reads - never writes, modifies, or deletes any keychain data
2. Only accesses this one service name - cannot read any other passwords, keys, or credentials
3. Extracts only the OAuth access token - used to call api.anthropic.com/api/oauth/usage
4. Sends data only to Anthropic's API - no analytics, no third-party servers
The token never leaves your machine except to Anthropic's own API endpoint. You can verify this yourself - the entire source is ~400 lines of Swift: https://github.com/richhickson/claudecodeusage
macOS will also prompt you the first time the app tries to access this keychain entry, giving you control to allow or deny.Thank you!
I built another tool that should have really been part of the core Claude Code CLI (which you may or may not find useful): https://github.com/agentic-utils/ccs
It lets you search and resume past Claude code conversations from anywhere.
Doesn't support the "from anywhere" part, but the resume strategies are pretty cool.
[0] https://github.com/pchalasani/claude-code-tools#aichat-sessi...
Are there any others?
Do I just not need one (claude code can do it without a starter template at all)?
The macOS UI decision of "just pretend that whatever doesn't fit to the right of the notch doesn't exist" is baffling.
I've seen a few apps that claim to do that, but it's always done in some really hacky way (such as needing screen recording permissions), and the behavior is never that of simple overflow handling. Instead they have "always hidden" sections and things like that, which is not what I want.
% defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 8
% defaults -currentHost write -globalDomain NSStatusItemSpacing -int 8I used CC just yesterday to build a native MacOS menu bar app by using plan mode (opus) until there was alignment then to edit mode for the build (I use Zed for the prompting).
CC walked me through the needed Xcode project setup and handled all of the code there after.
I’m sure something more complex would be more challenging but I was happy with a two-shot result for this native menu bar app.
Why... just why? Why do people keep insisting on using it?
I wonder if it's because they don't see other relevant low-cost/overhead solutions. "Follow me on facebook" certainly isn't going to be a win. "Follow me on Bluesky or Mastadon" is going to be ignored. "You can see my comments on insta" won't be relevant. "My TikTok is where it's at" might get you some young followers.
Other solutions (your own blog, medium, substack, etc), all come with more overhead and setup.