@rethinkingstudio/clawpilot
v1.0.3
Published
ClawAI relay client for Mac mini
Readme
ClawPilot
OpenClaw relay client for Mac mini — connects your Mac to the cloud relay server for iOS app communication.
Installation
npm install -g @rethinkingstudio/clawpilotUsage
Pair with Relay Server
Register your Mac with the relay server and generate a QR code for iOS pairing:
clawpilot pairOptions:
-s, --server <url>— Relay server URL (default:http://8.140.58.48)-n, --name <name>— Display name for this Mac (default:My Mac)
Run Relay Client
Start the relay client to connect with the cloud relay server:
clawpilot runCheck Status
Show pairing config, gateway URL, and launchd service status:
clawpilot statusAuto-start on Login
Install as a launchd service to auto-start on login:
clawpilot installStop Service
Stop the relay client and remove launchd service:
clawpilot stopRemove Service
Remove the launchd service (keeps config):
clawpilot uninstallHow It Works
- Pair — Register with relay server, get a QR code
- Scan QR with iOS app — iOS app pairs with your Mac
- Run — Relay client maintains WebSocket connection to relay server
- Communicate — iOS app sends commands to Mac via relay server
Requirements
- macOS
- Node.js 18+
License
MIT
