Claude Code remote control: the built-in option and the local-only one

If you want to control Claude Code from your phone, the first thing to know is that Anthropic now ships this themselves: a first-party feature literally called Remote Control, included with a Claude subscription at no extra cost. It's good, and for a lot of people it's the whole answer. This page explains exactly what it does and how it's built — then where our own tool, DevFob, takes a different architectural path. Use whichever matches how you work.

The built-in: Anthropic's Remote Control

Remote Control (currently a research preview) connects a Claude Code session running on your machine to claude.ai/code in any browser, or to the official Claude mobile app on iOS and Android. The session itself keeps running locally — your filesystem, MCP servers, and project config stay on your machine — and the phone or browser is a synced window into it.

Getting started is about as low-friction as it gets:

Requirements, per the official docs: a claude.ai subscription login (Pro, Max, Team, or Enterprise — API-key auth isn't supported), and on Team/Enterprise an Owner has to switch it on in admin settings first. It's not available on Amazon Bedrock, Google Cloud's Agent Platform, or Microsoft Foundry, nor in gateway/proxy setups that point ANTHROPIC_BASE_URL somewhere other than Anthropic's API.

How it's built: relayed through Anthropic's cloud

The architecture is clever and worth understanding, because it's the root of both the feature's biggest strength and its main trade-off. Your machine makes outbound HTTPS requests only — no inbound ports opened, nothing exposed on your network. Claude Code registers with the Anthropic API, and when you connect from a phone or browser, Anthropic's servers route messages between the remote client and your local session over a streaming connection, secured with TLS and short-lived single-purpose credentials.

Two consequences follow directly from that design:

On session lifetime: Remote Control is a local process, so it lives and dies with that process. Close the terminal and the session ends. If your laptop sleeps or the network drops, the docs say the session “reconnects automatically when your machine comes back online” — which in practice means a lid-closed MacBook on battery isn't running your session in the meantime; the work resumes when the machine wakes. And if the machine is awake but offline for more than roughly 10 minutes, the session times out and the process exits.

Our honest summary of the built-in: zero setup, zero extra cost, first-party, works from anywhere, and gives you the full conversation on your phone. Its one structural trade-off is that the conversation is relayed and stored through Anthropic's cloud, and the session only runs while your machine is awake with the process alive. If neither of those bothers you, you may not need anything else — including us.

The local-only path: DevFob

Disclosure: DevFob is our product — this is our site, so read this section with that in mind. DevFob is a Mac menu-bar app ($15 once, 14-day trial, macOS 14+) with free iPhone and Apple Watch companion apps (Android and Wear OS companions are in beta). It solves an overlapping problem with a different architecture, and the differences are exactly where the two tools diverge in philosophy:

Try DevFob free — 14 days $15 until Aug 14, then $29 · no account · macOS 14+

Side by side

Anthropic Remote ControlDevFob
CostIncluded with Pro/Max/Team/Enterprise$15 once (Mac app); phone/watch apps free
TransportRelayed through Anthropic's API over TLSLAN/hotspot direct, end-to-end encrypted
Where the transcript livesStored on Anthropic servers while connectedOnly on your own devices
Works fromAnywhere with internet on both endsSame network or personal hotspot
Phone interactionFull conversation: type prompts, attach filesStructured: answer questions, approve plans, clear permission gates
Agents coveredClaude CodeClaude Code + Codex
Watch appsNot part of the documented featureApple Watch (Wear OS in beta)
Mac asleep / lid closedWork stops while asleep; reconnects automatically on wakeNomad mode keeps sessions running lid-closed
ExtrasServer mode, worktree-per-session, VS Code, mobile file attachmentsPer-account usage meters + auto-switch, notch HUD
Account neededclaude.ai subscription loginNone

When the built-in is the right answer

We build on Anthropic's platform and we'd rather you pick the right tool than our tool. Use Remote Control — and skip DevFob — when:

DevFob earns its $15 in the complement of that list: when the transcript must stay off third-party servers, when you also run Codex, when you want your wrist to buzz for a plan approval, when you juggle multiple accounts against rate-limit windows, or when the MacBook needs to keep working with the lid shut. Plenty of people will reasonably use both — the built-in for far-from-home steering, DevFob for everything within Wi-Fi range.

Try DevFob free — 14 days $15 until Aug 14, then $29 · no account · macOS 14+

Accurate to the best of our knowledge as of July 2026, based on Anthropic's official Remote Control documentation. Remote Control is a research preview and changes quickly; the linked docs are the source of truth. Something wrong here? Tell us.