Anthropic Launches Remote Control Feature for Claude Code, Enabling Cross-Device Development
Key Takeaways
- ▸Remote Control allows Claude Code sessions to be accessed from phones, tablets, and browsers while running locally on the developer's machine
- ▸All code execution and file access remains on the local machine, with remote devices serving only as interface windows
- ▸Sessions automatically reconnect after network interruptions or when the host machine wakes from sleep
Summary
Anthropic has announced Remote Control, a new feature for Claude Code that allows developers to continue local coding sessions across multiple devices. Currently available in research preview for Max plan subscribers and coming soon to Pro users, Remote Control enables developers to seamlessly transition between their desktop, phone, tablet, or browser while maintaining a connection to their local development environment.
Unlike cloud-based solutions, Remote Control keeps Claude Code running entirely on the user's local machine, with remote devices serving as windows into that local session. This approach ensures that the full local environment—including filesystem, MCP servers, tools, and project configurations—remains accessible from any connected device. The feature supports real-time synchronization across all connected devices and automatically reconnects if the host machine goes offline temporarily.
Developers can initiate a Remote Control session by running claude remote-control in their project directory or using the /remote-control command from within an existing Claude Code session. The system generates a session URL and QR code for easy connection from mobile devices or browsers. The feature is currently limited to Pro and Max individual plans and is not available for Team or Enterprise subscriptions.
- Currently available in research preview for Max users with rollout to Pro users coming soon; not available for Team or Enterprise plans
Editorial Opinion
This launch represents a thoughtful approach to remote development that prioritizes security and control by keeping code execution local rather than moving to cloud infrastructure. The automatic reconnection feature and cross-device synchronization address real pain points in mobile-first workflows, though the exclusion of Team and Enterprise plans during the research preview phase may limit adoption in corporate environments where such features would be most valuable.


