Break Free. Code Anywhere.
CLI client for Roamie - the remote development platform that lets you control Claude Code from your phone.
- Secure device authentication via QR code
- WireGuard tunnel management
- SSH key sync across devices
- Automatic connection handling
# Download and install
curl -fsSL https://roamie.dev/install.sh | bash
# Or build from source
go build -o roamie ./cmd/client
sudo cp roamie /usr/local/bin/# Login (scan QR code with Roamie mobile app)
roamie auth login
# Connect to your network
sudo roamie connect
# Check status
roamie auth status
# Disconnect
sudo roamie disconnect- Linux, macOS, or Windows
- WireGuard installed
MIT