claude-iphone
v1.0.5
Published
Bridge your iPhone with Claude Code CLI on your computer. Run npx claude-iphone to pair your phone.
Maintainers
Readme
claude-bridge
Bridge your iPhone with Claude Code CLI on your computer.
Prerequisites
- Claude Code CLI installed and logged in on your computer
- Node.js 18+
Usage
npx claude-iphoneThis will:
- Generate a 6-digit pair code
- Display a QR code in your terminal
- Wait for your mobile device to connect
Open the Claude Code mobile app, enter the pair code, and start sending prompts from your phone.
Options
-s, --server <url> Relay server URL (default: http://localhost:3001)
-V, --version Show version
-h, --help Show helpHow it works
iPhone App <--> Relay Server <--> claude-bridge <--> Claude Code CLI- Your prompts are sent from the mobile app through a relay server to the bridge
- The bridge runs Claude Code CLI on your computer with your own API key
- Responses are streamed back to your phone in real-time
No API keys are stored or transmitted. The bridge uses your local Claude Code installation.
License
MIT
