Anthropic's 'Mobile App' for Claude Code Is a Remote Desktop from 2005
One session at a time. Laptop must stay on. 10-minute timeout. Can't edit code. They called it Remote Control. At least the name is honest.
They Called It Remote Control. They Weren’t Kidding.
In February 2026, Anthropic launched “Remote Control” — their answer to the question every developer has asked: how do I check on my Claude Code session when I’m away from my desk?
The answer, apparently, is a thin synchronization layer that mirrors your local terminal to your phone. That’s it.
Remote Control isn’t a mobile app. It’s a remote desktop for your CLI.
What Remote Control Actually Is
Here’s the technical reality:
Your Mac runs Claude Code in a terminal. Remote Control creates an encrypted bridge between that terminal and the Claude mobile app (or web interface). You can see what the agent is doing and send messages from your phone.
What you cannot do:
Run more than one session. Each Claude Code instance supports exactly one remote session. If you have 3 agents running, you can monitor… one.
Survive network interruptions. If your machine loses connectivity for more than ~10 minutes, the session times out. You have to restart from your computer.
Actually edit code. The mobile experience is a “remote window.” It’s designed for “supervision, direction, and approval” — Anthropic’s words. Not editing. Not real work.
Use it on a team plan. Remote Control launched for Max subscribers only. Not available on Team or Enterprise plans. The people who need mobile access most — managers overseeing multiple developers — can’t use it.
What a Real Mobile App Looks Like
A real mobile agent management app should:
Show all your sessions at a glance. Not one session through a remote tunnel. All of them. Which are running, which are stuck, which finished while you were in a meeting.
Let you review diffs visually. Red and green highlights. Tap to approve or reject. Pinch to zoom into a specific function.
Start new tasks from anywhere. Walk away from your desk with an idea. Open your phone. Describe the feature. Agent starts working. Come back to finished code.
That’s what Nimbalyst Mobile is. Not a remote desktop. A mobile-native agent management experience, available now.
The Alternative
Nimbalyst gives you session management, visual editors, diff review, and multi-agent oversight for free. The mobile app is included.
FAQ
Does Remote Control work well for quick checks? For a 30-second “is my agent still running?” check, it works. But that’s a push notification, not a product.
Will Remote Control get better? Probably. Anthropic ships fast. But the architectural limitation — tethered to a running local terminal — is fundamental, not a bug to fix.