Developers no longer need to be chained to their desks. With Remote Control, Anthropic’s Claude Code now lets users launch and manage coding sessions from an iPhone or Android device while keeping the heavy lifting—file access, environment variables, and model processing—happening on their local machine. The feature, rolling out first to Claude Max subscribers ($100–$200/month), turns smartphones into remote terminals, syncing commands and output in real time.

The idea isn’t just about flexibility—it’s about preserving the ‘flow state’ developers crave. Anthropic’s product lead framed it as a way to ‘walk your dog, take a break, or step outside’ without losing track of a long-running task. The session stays alive on the desktop, with the mobile device acting as a control panel.

Security is built in: the connection is outbound-only, meaning no ports are exposed. Files and local context never leave the user’s machine—only chat inputs and results stream through an encrypted bridge. A QR code or direct URL links the mobile app to the active terminal session, with automatic reconnection if the laptop wakes from sleep or the network drops.

This isn’t just a convenience—it’s a replacement for the DIY hacks developers previously used to access their terminals remotely. Tools like Tailscale, Termux, and custom WebSocket bridges were common workarounds, but they were fragile and required manual setup. Remote Control eliminates that friction with a native, always-on solution.

Key specs & requirements

apple technology
  • Availability: Research Preview for Claude Max ($100–$200/month); Claude Pro ($20/month) support coming soon.
  • Models used: Opus 4.6 and Sonnet 4.6 (same as desktop Claude Code).
  • Setup: Update to Claude CLI v2.1.52, run claude remote-control or use the /rc slash command in-session.
  • Connection: Outbound-only API polling; no port forwarding or VPNs needed.
  • Sync: Full terminal output and command input mirrored across devices.
  • Local context preserved: Filesystem access, environment variables, and Model Context Protocol (MCP) servers remain on the user’s machine.

For power users, this means no more context switching—start a script at the desk, pause it mid-execution, and pick it up from the couch. The terminal stays active, and the mobile device acts as a live dashboard for progress, logs, and next steps.

Anthropic’s move also underscores the growing dominance of agentic AI in development. Claude Code, which now processes an estimated 4% of all public GitHub commits, has seen its annualized revenue hit $2.5 billion—a figure that doubled just this year. Extending this capability to mobile reinforces the trend toward AI as a collaborative partner, not just a tool. The days of typing line-by-line may be fading as developers shift to strategic oversight, with AI handling the heavy lifting.

What started as a ‘vibe coding’ experiment—building full applications in plain English—is now becoming a mobile-first workflow. For freelancers, solo founders, or anyone who codes on the move, Remote Control could be the next evolution in how software gets built.