supercharged
v1.0.0
Published
Remote control your Claude Code terminal from your mobile device
Maintainers
Readme
claude-remote
Remote control your Claude Code terminal from your mobile device.
Quick Start
npx claude-remoteThis will start Claude Code and provide a QR code to scan with your mobile device for remote terminal access.
Installation
No installation required! Use with npx:
# Run Claude Code remotely
npx claude-remote
# Run any command remotely
npx claude-remote bash
npx claude-remote "npm start"Features
- 🚀 Zero installation - works with npx
- 📱 Mobile terminal control via QR code
- 🤖 Claude Code integration by default
- 🔧 Configurable remote server settings
- 🌐 Works with any terminal application
Configuration
Configure your remote server settings:
# Set custom server
npx claude-remote set hostname your-server.com
npx claude-remote set websocket wss://your-server.com
# View current config
npx claude-remote configLicense
ISC
