@punkcode/cli
Control Claude Code from your phone with punk.
Watch demo video
Quick demo: connecting a device, opening a project, sending a prompt, streaming a response, and approving a permission request — all from an iPhone.
Prerequisites
Getting started
-
Download the punk app on your phone and create an account
-
Install the CLI on your dev machine:
npm install -g @punkcode/cli
-
Log in:
punk login
-
Connect:
punk connect
Your machine will appear in the punk app — you can now send prompts to Claude Code from your phone.
Commands
punk login | Log in with your punk account |
punk connect | Connect this machine to punk |
punk logout | Log out and clear stored credentials |
Cloud Deployment
Run Punk on a cloud server with Ollama cloud models (no Anthropic API key required). See the Cloud Deployment Guide.
Updating
npm update -g @punkcode/cli
License
MIT