Show HN: CC Pocket – Control Claude Code/Codex from Your Phone

github.com

2 points by k9i a month ago

CC Pocket is a mobile app (iOS/Android) for remotely controlling Claude Code and Codex CLI sessions on your Mac.

Architecture: a bridge server on the Mac (`npx @ccpocket/bridge@latest`) wraps the Claude Code SDK and Codex CLI via stdio, exposing a WebSocket API. The phone connects over Tailscale or local Wi-Fi.

The main use case is approving tool calls without being at the keyboard. Approvals are surfaced directly on the session list so you can handle multiple agents quickly. You can also start new sessions (with git worktree creation), write prompts with file mention and slash command completion, and review diffs including image comparisons.

Flutter (Dart) on the client, TypeScript on the bridge. MIT licensed.