Anthropic has released a mobile version of Claude Code, called Remote Control, allowing users to issue commands to the AI coding agent from their iPhone and Android smartphones. This new feature is currently available to subscribers of Anthropic’s Claude Max tier, which costs between $100-$200 USD monthly, and is expected to be rolled out to Claude Pro subscribers, who pay $20 USD monthly, in the future.
Remote Control is a synchronization layer that bridges local command-line interface (CLI) environments with the Claude mobile app and web interface, enabling developers to initiate complex tasks on their terminal and maintain full control of them from a phone or tablet. This feature effectively decouples the AI agent from the physical workstation, allowing users to take a walk or work from anywhere without losing their “flow state.” To access Remote Control, users must update to Claude version 2.1.52 and execute the command claude remote-control or use the in-session slash command /rc, which generates a QR code that opens a synchronized session in the Claude mobile app.
The architecture of Remote Control is designed to be secure, with the desktop machine initiating an outbound connection to Anthropic’s API for serving the models, rather than opening any “inbound” ports or exposing the computer to the open web. The local machine polls the API for instructions, and when users visit the session URL or use the Claude app, they are essentially using those devices as a “remote window” to view and command the process still running on their computer. This ensures that local context, including filesystem access, environment variables, and Model Context Protocol (MCP) servers, remains active and reachable even if the user is miles away from their desk.
The launch of Remote Control marks a significant milestone for Anthropic, which has seen Claude Code hit a $2.5 billion annualized run rate as of February 2026. This figure has more than doubled since the start of the year alone, with Claude Code experiencing its “ChatGPT moment” and surging to 29 million daily installs within Visual Studio Code. By extending the power of Claude Code to mobile, Anthropic is further entrenching its lead in the “agentic” coding space, moving beyond simple autocomplete to a world where the AI acts as an autonomous collaborator.
The move toward mobile terminal control signals a broader shift in the software market, with AI tools writing roughly 41% of all code. This trend is likely to accelerate as mobile-tethered agents become the norm, enabling a single developer to manage complex systems that previously required entire DevOps teams. As Claude Code moves from the desk to the pocket, the definition of a “software engineer” is being rewritten, and the industry may see a surge in “one-person unicorns” – startups built and maintained almost entirely via mobile agentic commands – marking the end of the manual coding era as we knew it.

















Leave a Reply