Installation
PandaNpc has two parts: the client (where you control Claude Code) and pandapaw (which you install on the machine where Claude Code runs). For remote Claude Code you need both; for the web client or built-in AI chat, just the client.
Client
iOS
Get the PandaNpc app from the App Store, then sign in. The iOS app is focused on remote Claude Code — scan a QR code to connect to your dev machine.
Windows
- Download the
.exeinstaller from pandanpc.com - Run it — no admin privileges required
- Launch from the desktop or Start Menu
Windows SmartScreen may warn on first launch. Click "More info" → "Run anyway" — normal for new apps.
macOS (Apple Silicon & Intel)
- Download the
.dmgfrom pandanpc.com - Drag PandaNpc to Applications
- First launch: right-click → "Open" to bypass Gatekeeper
Requires macOS 11+ (universal binary, runs natively on Apple Silicon and Intel).
Linux
- Download the
.AppImagefrom pandanpc.com chmod +x PandaNpc_*.AppImage- Run:
./PandaNpc_*.AppImage
Ubuntu 20.04+ / Debian-based, x86_64.
Web
No install — just open pandanpc.com in any browser and sign in.
pandapaw (for remote Claude Code)
Install on the machine where Claude Code runs:
macOS / Linux
curl -fsSL https://cos.pandanpc.com/pandapaw/install.sh | shWindows (PowerShell)
iwr -useb https://cos.pandanpc.com/pandapaw/install.ps1 | iexIt installs as an always-on background service and prints a QR code to connect. See Claude Code Bridge (pandapaw) for details.
Updates
- Client: the desktop app checks for updates on launch — click "Update" when prompted (or Settings → About → Check for Updates). iOS updates via the App Store.
- pandapaw: re-run the install command above; your connection is preserved.
Uninstall
- Windows: Settings → Apps → PandaNpc → Uninstall
- macOS: drag PandaNpc from Applications to Trash
- Linux: delete the AppImage
- pandapaw: run
pandapaw uninstall
