A mobile client for Claude Code — chat with Claude, manage sessions, and approve tool use from your phone.
0221.1.mp4
Built with React Native + Expo. Connects to claude-app-server over WebSocket.
- Connect to the server by scanning a QR code or entering a URL
- Create and manage multiple conversation sessions
- Real-time chat with streaming responses
- Approve or deny tool-use permissions on the go
- Supports all Claude models (Opus, Sonnet, Haiku)
- Node.js
- claude-app-server running on your machine
npm install
npm startThen open the app on your device with Expo Go, or run directly:
npm run ios # iOS simulator
npm run android # Android emulator
npm run web # Browser- React Native / Expo
- TypeScript