Launched this week

Conan
A native Mac cockpit for Claude Code
198 followers
A native Mac cockpit for Claude Code
198 followers
Conan is a native macOS app that wraps Claude Code in a live HUD — every prompt, tool call, skill, and token, surfaced as it happens.



The local-only angle is important here; for a Claude Code HUD, I’d care less about another dashboard and more about making pauses, tool failures, and context pressure obvious at a glance.
Conan
@jimmy_lee12 Yep, nailed the priorities. Context pressure's the headline number (with a handoff button right there when it spikes), and failures/pauses pop in the timeline instead of hiding in scrollback. Curious if there's a failure mode you'd want louder than the rest?
Cool tool, the most pain point for me is skill usage, I don't know which skill claude code actual choose in conversation unless I specify to model.
Conan
@sleekzheng this is actually one of the main things Conan tries to solve. the Timeline shows which skill fired on each turn, and since Claude Code doesn't expose its own skill scoring, there's a heuristic that also surfaces which skills were considered, not just the one that won. so you get to see the choice happening instead of guessing. curious if that's the kind of visibility you were after.
I basically live in Claude Code and Cursor, so a native Mac cockpit is exactly the thing I've been missing. Losing track of what's happening across terminal tabs is the real pain. Does it handle multiple parallel Claude Code sessions or worktrees in one view? Congrats on shipping.
A live HUD for Claude Code makes sense as agents become more like coworkers than autocomplete. Seeing prompts, tool calls, skills, and tokens in one place would help debugging. Are you thinking about session replay or summaries after a run?