Use Claude Code from Your iPhone

You started a long run at your desk, and now you're on the train. Here are the three real ways to monitor and steer that session from your phone — and when each one fits.

Option 1: Official Remote Control

Anthropic's Remote Control (research preview) connects claude.ai/code or the Claude mobile app to a session running on your machine. It's polished, first-party, and free with a subscription — if it covers your setup, use it.

Requirements to know about:

Option 2: SSH + tmux (Termius, Blink…)

The classic. Run Claude Code inside tmux, SSH in from a terminal app. Works with any auth, fully under your control. The trade-offs: you need a reachable machine (static IP, Tailscale, or similar), and you get a raw terminal on a phone screen — no tappable permission cards, no notifications when the session needs you, and thumb-typing tmux keybindings is nobody's favorite hobby.

Option 3: A native client app (like PocketAI)

PocketAI is a native iOS app that drives the Claude Code on your own computer (Mac, Windows via WSL, or Linux). It renders the session as a real chat — streaming output, thinking blocks, tool cards, Markdown, diffs — and turns permission prompts into tappable cards with red/green diff previews.

Honest trade-off: traffic passes through PocketAI's relay (TLS; no accounts; nothing stored or logged — it only forwards bytes between your devices). End-to-end encryption between phone and computer is the top roadmap item.

Quick comparison

Remote Control (official)SSH + tmuxPocketAI
Works with API keys / gatewaysNoYesYes
Needs claude.ai reachableYesNoNo
Network setupNoneStatic IP / TailscaleNone (relay, outbound-only)
Permission prompts on phoneYesRaw terminalTappable cards + diff preview
Native chat renderingYes (Claude app)NoYes
Multi-machine dashboardSession listDIYYes
CostIncluded in subscriptionFree (DIY)Free tier; Pro $19.99 once or $2.99/mo

PocketAI setup (about two minutes)

  1. On the computer (with Claude Code installed & logged in): curl -fsSL https://juelegan.com/install.sh | bash — a pairing QR code opens in the browser.
  2. Install PocketAI on your iPhone and scan the code. Pairing persists across restarts.
  3. That's it. Create sessions, pick model and permission mode, and go outside.

Get PocketAI on the App Store

The free tier is genuinely usable — one machine, one session, the full chat experience, and permission prompts included (safety features are never paywalled).