@punkcode/cli
v0.1.24
Published
Control Claude Code from your phone
Downloads
255
Maintainers
Readme
@punkcode/cli
Control Claude Code from your phone with punk.
Quick demo: connecting a device, opening a project, sending a prompt, streaming a response, and approving a permission request — all from an iPhone.
Prerequisites
- Node 18+
- Claude Code CLI installed
Getting started
Download the punk app on your phone and create an account
Install the CLI on your dev machine:
npm install -g @punkcode/cliLog in:
punk loginConnect:
punk connect
Your machine will appear in the punk app — you can now send prompts to Claude Code from your phone.
Commands
| Command | Description |
|-----------------|--------------------------------------|
| 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/cliLicense
MIT
