5-minute setup
install the host, scan a qr code, and you're in. your phone connects directly to your machine. no cloud relay, no third-party servers.
warning
this grants paired devices full terminal access with your user privileges. only use over tailscale or a trusted local network. never expose to the public internet.
install tailscale on both your phone and your dev machine and sign in with the same account.
download tailscale →pick your platform:
brew tap diab-ma/pseudocoder-host https://github.com/diab-ma/pseudocoder-host
brew install pseudocoder
curl -sSL https://raw.githubusercontent.com/diab-ma/pseudocoder-host/main/install.sh | bash
run inside wsl:
curl -sSL https://raw.githubusercontent.com/diab-ma/pseudocoder-host/main/install.sh | bash
full instructions live in the host repo readme.
host installation docs →go to your project directory, start the host, and scan the qr code inside the mobile app.
cd /path/to/your/project
pseudocoder start --pair --qr
if the qr code won’t scan, you can enter host ip + port + pairing code manually (see troubleshooting in the host repo).