How to use Claude Code from your phone

There are now two practical paths: Anthropic's official Remote Control and CC Pocket, an independent open-source client that also supports OpenAI Codex.

Last verified July 13, 20266 minute readOfficial sources cited
Short answer

Use Claude's official Remote Control for the most direct first-party workflow. Choose CC Pocket when you want one open-source, self-hostable remote for both Claude Code and Codex, with no CC Pocket account.

Runs where?
Claude Code stays on your computer
CC Pocket license
MIT open source
CC Pocket agents
Claude Code + Codex

Option 1: Claude Remote Control

Anthropic documents two entry points: run /remote-control inside an existing Claude Code session, or start with claude remote-control. The official guide says Remote Control requires Claude Code 2.1.51 or later and is available on Pro, Max, Team, and Enterprise plans.

This is the first-party route. If you already use a supported Claude plan and only need Claude Code, it is the simplest place to start.

Option 2: CC Pocket

CC Pocket installs a daemon on your computer and pairs it with the mobile or desktop client. The daemon launches or resumes the local Claude Code CLI; the client lets you read streaming output, send messages, inspect changes, and approve or deny tool requests.

  1. Install CC Pocket on iOS, Android, macOS, Windows, or Linux.
  2. Install the CC Pocket daemon on the computer that runs Claude Code.
  3. Pair the devices, choose a project, then start or resume a Claude session.

The project README contains current install commands and release links.

CC Pocket showing a remote coding-agent permission workflow
CC Pocket is a remote client; Claude Code and the project files remain on the paired computer.

What is different?

QuestionClaude Remote ControlCC Pocket
ProviderAnthropic, first partyIndependent open-source project
Agent supportClaude CodeClaude Code and OpenAI Codex
Source / hostingUse Anthropic's serviceMIT source; relay can be self-hosted
CC Pocket accountNot applicableNot required; devices pair directly
Best fitOfficial Claude-only workflowOne cross-agent remote and inspectable deployment

These are complementary choices. CC Pocket is not affiliated with or endorsed by Anthropic. Claude and Claude Code are trademarks of Anthropic.

Security and limits

CC Pocket encrypts client-to-daemon traffic with P-256 ECDH, HKDF, and AES-256-GCM. Its relay forwards ciphertext and does not hold the endpoint private keys. You can inspect the security and trust-boundary guide before pairing.

Important: encryption does not sandbox the local daemon. It controls the coding agent with the permissions of your operating-system user. Keep approval prompts enabled for commands you do not want executed automatically, and keep your computer online for remote access.

Sources

  1. Anthropic Help Center — Claude Code power user tips (official Remote Control commands, version, and plan eligibility).
  2. CC Pocket source repository (license, architecture, installation, and supported agents).

Product availability can change. Facts above were checked against the linked sources on July 13, 2026.