PandaNpc

Quick Start Guide

Quick Start Guide

Get remote Claude Code running in a few minutes — run Claude Code on your own machine and drive it from your phone, desktop, or any browser.

1. Get PandaNpc

Where How
iOS Get the PandaNpc app from the App Store
Desktop Download for Windows / macOS / Linux at pandanpc.com
Web Just open pandanpc.com in any browser

Sign in with your email, Google, or GitHub account.

2. Install pandapaw on your dev machine

On the machine where Claude Code runs, run one command:

macOS / Linux

bash
curl -fsSL https://cos.pandanpc.com/pandapaw/install.sh | sh

Windows (PowerShell)

powershell
iwr -useb https://cos.pandanpc.com/pandapaw/install.ps1 | iex

It sets itself up as an always-on background service and prints a QR code to connect.

3. Connect

  • Phone: open the Agent tab → tap the scan icon → scan the QR code on your dev machine. Done.
  • Desktop / Web: in Claude Code → New Connection, paste the Bridge ID and Token from pandapaw qr, pick a working directory, and connect.

4. Drive Claude Code from anywhere

Send instructions, approve tool calls, and watch code changes in real time — everything runs on your own machine, you just control it remotely.

Next Steps