PUNK Lets You Control Claude Code from Your Phone — Here's How to Set It Up

PUNK Lets You Control Claude Code from Your Phone — Here's How to Set It Up

PUNK is a mobile app that turns your phone into a remote control for Claude Code agents running on your laptop, letting you manage tasks anywhere.

6h ago·3 min read·4 views·via hn_claude_code
Share:

PUNK Lets You Control Claude Code from Your Phone — Here's How to Set It Up

What It Does — A Remote Control for Your Laptop's Claude Code Agents

PUNK is an iOS app that separates execution from control. Your laptop runs the Claude Code agents with all their local state—logged into GitHub, Slack, iMessage, with repos cloned and tools configured. Your phone becomes a thin terminal to direct them. This isn't just screen sharing; it's a dedicated interface for monitoring parallel sessions, approving permissions, and issuing new commands from anywhere.

The creator, who built PUNK using PUNK, describes a workflow where agents continue running while the laptop is closed in a bag during a commute. You check progress, redirect tasks, or start new ones from your phone. Permission requests appear on your lock screen via Live Activities—tap once to approve without unlocking your phone or opening the app.

Why It Changes Your Claude Code Workflow

A smaller, always-available screen shifts how you interact with Claude Code. It starts as a coding tool but becomes a personal assistant you reach for throughout the day. From your phone, you might:

  • Ask Claude to summarize a Slack thread and draft a reply.
  • Check logs and push a fix while away from your desk.
  • Use voice input at 2 AM to debug an idea before going back to sleep.
  • Spin up Docker containers as separate "devices" in PUNK (with your skills directory mounted) and manage them alongside your main laptop session.

Because the agents operate on your laptop, they can use anything already installed and logged in—Slash commands, MCP servers, and custom skills work exactly as they do in your terminal.

How To Try It Now

  1. Join the TestFlight: Visit https://testflight.apple.com/join/cae7Xe8w on your iPhone to install the PUNK beta.
  2. Keep Claude Code Running: Ensure claude code is active on your laptop with your usual projects and tools. PUNK connects to your existing sessions.
  3. Start Simple: From your phone, try resuming a session or starting a new project with natural language (e.g., "Create a new React component for a sidebar").
  4. Use Execution Modes: PUNK supports the same modes as the CLI: Plan, Ask, Auto, and --dangerously-skip-permissions. Experiment with Auto for routine tasks you can approve from your lock screen.
  5. Build a Skill: The creator uses an "App Store Connect" skill that builds, submits to TestFlight, and manages groups automatically. Consider creating a skill for a repetitive deployment or notification task you can trigger from your phone.

Key Features to Test

  • Parallel Session View: Monitor and switch between multiple active Claude Code agents.
  • Lock Screen Approvals: Enable Live Activities to approve tool calls without interrupting your flow.
  • AI Voice Input: Dictate prompts hands-free.
  • Container as Devices: Mount your local skills directory into a Docker container and add it as a separate device in PUNK for isolated testing or parallel work.

PUNK is currently used by about 50 developers, primarily from South Park Commons and Bay Area tech companies. It's a practical tool for extending your Claude Code workflow beyond the desk, turning downtime into productive agent time.

AI Analysis

Claude Code users should view PUNK as a force multiplier for agentic workflows. The core shift is moving from a "sit-down" coding session to a continuous, asynchronous management model. Start by leaving `claude code` running on a long-lived task (like a refactor or test suite expansion) when you step away. Use PUNK to check its progress and provide direction from your phone. Specifically, configure Live Activities for lock screen permissions—this is the killer feature. It turns permission prompts from workflow blockers into one-tap interruptions. Also, experiment with voice input for ideation; the creator uses it for late-night debugging sessions, which aligns with how Claude Code's reasoning can work in the background. Consider your laptop as a persistent agent server. PUNK lets you treat Claude Code less like a tool you open and close, and more like a always-on assistant you delegate to and check in with. This is particularly powerful for managers or developers who split time between coding, communication, and meetings.
Original sourcepunkcode.rocks

Trending Now

More in Products & Launches

View all