explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

corporate training

[email protected]

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR — Pick Your Mobile Agent Stack
  • Path 1 — pocketdev: Your Own Cloud Dev Box
  • Path 2 — Cursor for iOS: First-Party Cloud Agents
  • Path 3 — OpenClaw Mobile (Different Category)
  • Decision Matrix — Which Path Today?
  • Quick Start Commands
  • Related on explainx.ai
← Back to blog

explainx / blog

Run AI Coding Agents From Your Phone: pocketdev, Cursor iOS, and OpenClaw

Three paths to mobile agent coding in June 2026 — pocketdev (Tailscale + Hetzner box), Cursor for iOS (cloud agents), and OpenClaw mobile. Setup, costs, security, and which to pick.

Jun 30, 2026·8 min read·Yash Thakker
Mobile DevelopmentAI CodingRemote DevelopmentOpenClawCursorDeveloper Tools
go deep
Run AI Coding Agents From Your Phone: pocketdev, Cursor iOS, and OpenClaw

Update — August 9, 2026: The inverse of phone-as-client — a CMF Phone 1 as the server itself: Termux host, runit, Cloudflare Tunnel, not just an SSH remote.

Update — July 16, 2026: Claude Code on VPS + SSH — levelsio MacinCloud iOS stack documents BYO VPS + Termius + second-hop Xcode on rented macOS — the pattern pocketdev automates with Tailscale.

June 30, 2026: Mobile agent control went from DIY SSH hacks to three distinct product categories in one week:

  1. pocketdev — one-command Tailscale-only Hetzner dev box with Claude Code, Codex, Cursor CLI, opencode, Gemini, Grok, and Aider
  2. Cursor for iOS — first-party cloud agents + remote control (June 29 public beta)
  3. OpenClaw iOS + Android — native apps pairing to your self-hosted Gateway (June 30, 1.5M+ views)

This guide compares the coding-agent paths — pocketdev and Cursor iOS — and points OpenClaw readers to the dedicated mobile post. If you only care about Claude Code on your laptop, start with our Claude Code mobile guide instead.

Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.


TL;DR — Pick Your Mobile Agent Stack

QuestionpocketdevCursor iOSOpenClaw mobile
What it isCLI → Hetzner box on TailscaleNative iOS app (paid Cursor)Native iOS/Android → your Gateway
Primary useCoding agents in tmux over SSHCloud + local agent controlPersonal AI — channels, tasks, automation
Agents supportedClaude, Codex, Cursor, opencode, Gemini, Grok, AiderCursor agents onlyAny model your Gateway routes
Server you runYes — Hetzner (~€5–8/mo)Optional — Cursor cloud VMsYes — macOS/Linux/Windows Gateway
Phone clientTermius, Blink Shell + MoshCursor iOS appOpenClaw app (QR pair)
Public internet SSHNever — firewall drops all inboundN/AN/A
Best if…You want BYOK + own box + any CLIYou already pay Cursor ProYou want WhatsApp/Telegram agents on phone
Deep diveThis post ↓Cursor iOS guideOpenClaw mobile guide

Path 1 — pocketdev: Your Own Cloud Dev Box

pocketdev (go install github.com/0xMassi/pocketdev@latest, v0.1.0, AGPL-3.0) answers a specific question: "How do I run the AI coding CLI I already pay for on a box I reach from my phone?"

Two commands:

bash
# on your laptop
pocketdev

# on the box (once)
ssh dev@devbox
pocketdev setup

What pocketdev automates

The TUI walks you step-by-step:

StepWhat happens
Hetzner tokenValidates Read & Write API token before proceeding
Box choiceCreate new (Shared/Dedicated → class → region table with live prices) or adopt existing server
FirewallZero inbound rules — nothing listens on public internet
TailscaleBox joins your tailnet outbound-only
AgentsInstalls chosen CLIs: claude, codex, cursor-agent, opencode, gemini, grok, aider
ProjectClone GitHub repo (gh picker), rsync local folder, or start fresh
Mobile cardQR + pocketdev mobile for Termius SSH ID or pasted public keys

Supported agents and auth

AgentCLIAuth model
Claude CodeclaudePro/Max paste-code login over SSH
OpenAI CodexcodexChatGPT Plus/Pro (codex login --device-auth)
opencodeopencodeClaude Pro, Copilot, ChatGPT
Cursorcursor-agentCursor Pro/Business
GeminigeminiGoogle account or GEMINI_API_KEY
GrokgrokSuperGrok / X Premium+ or API key
AideraiderAPI key only

You log in with your own subscription — pocketdev sells the box, security, and mobile workflow, not model access. That matters post-Fable 5 suspension: consumer subs are per-seat; pocketdev's README is explicit that a hosted multi-tenant product would need bring-your-own-auth.

Phone setup — the SSH key problem

The box runs key-only SSH. A QR holds ssh://dev@<host> — not a private key. Without a trusted key on the phone, you get connection refused.

Recommended path — Termius SSH ID:

  1. Sign into Termius, enable SSH ID (device generates sk- key, publishes public half at sshid.io/<handle>)
  2. Run pocketdev mobile, enter handle — pocketdev fetches and validates all device public keys
  3. Install Tailscale on phone (same account, VPN On Demand on iOS)
  4. Termius host: MagicDNS FQDN, user dev, Mosh enabled, startup command tmux new -As code

Why Mosh + tmux: Mosh survives Wi-Fi ↔ cellular handoffs. tmux keeps the agent session alive when the app is killed. Reattach from phone or laptop — same code session.

Alternatives: Paste a phone-generated public key; AirDrop laptop id_ed25519 to Termius (shares one key across devices).

Publish demos without opening ports

On the box:

bash
pocketdev publish 3000

Installs cloudflared outbound → ephemeral https://<random>.trycloudflare.com URL. Firewall stays empty. For persistent domains, pass a Cloudflare tunnel token.

Cost and teardown

ResourceApprox cost
Hetzner CAX11 (4 GB ARM)~€5/mo
Hetzner CAX21 (8 GB ARM)~€8/mo
Tailscale personalFree (≤6 users)
Agent subsYour Claude / ChatGPT / Cursor bills
bash
pocketdev destroy   # deletes created box + firewall; adopted servers survive

Powered-off Hetzner servers still bill — destroy when done.

pocketdev vs DIY Tailscale + laptop

Our Claude Code mobile guide covers Tailscale + mosh + Termux to your existing machine. pocketdev adds:

  • Always-on cloud box (laptop can sleep)
  • One TUI for Hetzner + firewall + agent installs
  • Mobile onboarding card with SSH ID integration
  • cloudflared publish for shareable dev URLs

Trade-off: ~€5–8/mo and AGPL if you modify and run as a network service.


Path 2 — Cursor for iOS: First-Party Cloud Agents

On June 29, 2026, Cursor shipped Cursor for iOS — 3.9M views on the announcement. This is the lowest-friction path if you already pay for Cursor.

What you get

  • Always-on cloud agents in isolated dev environments
  • Remote control of agents running on your Mac/PC
  • Voice instructions, slash commands, Live Activities
  • Review diffs, logs, demos and merge PRs from the phone
  • Composer 2.5 at 75% off in-app through July 5, 2026

What you do not get (yet)

  • Android — not shipped as of June 30
  • Non-Cursor agents — no Claude Code or Codex inside the app
  • Free tier — requires paid Cursor plan

Full breakdown: Cursor for iOS launch guide.

Cursor iOS vs pocketdev

Cursor iOSpocketdev + Cursor CLI
Setup timeMinutes (App Store install)~30 min first box
cursor-agent on phoneVia Cursor's UIRaw tmux + cursor-agent in SSH
Cloud agentsBuilt-inYou configure cloud yourself
Multi-agentCursor onlyClaude + Codex + opencode + … on one box
Monthly infraCursor sub onlyCursor sub + Hetzner

Choose Cursor iOS for polished UX and cloud agents. Choose pocketdev if you want one box running every CLI you already subscribe to.


Path 3 — OpenClaw Mobile (Different Category)

June 30, 2026 — 1:41 AM PT: OpenClaw announced native iOS + Android apps (1.5M views):

OpenClaw is now on iOS + Android 🦞 — Native mobile apps, finally. Agents in your pocket. Channels, tasks, replies on the go.

OpenClaw is not primarily a coding IDE. It is a local-first personal AI gateway — WhatsApp, Telegram, Signal, email, calendar, home automation — that pairs to your own Gateway server via QR code.

For coding-specific mobile workflows, pocketdev and Cursor iOS are the direct answers. For "my lobster agent everywhere", read the dedicated post:

→ OpenClaw iOS and Android apps — launch guide

Also relevant: OpenClaw + ChatGPT Plus auth and What is OpenClaw?.


Decision Matrix — Which Path Today?

Choose pocketdev if…

  • You want Claude Code + Codex + opencode on one always-on box
  • You prefer Tailscale-only access with no public SSH
  • You code from Termius + tmux and accept ~€5–8/mo server cost
  • You need pocketdev publish for ephemeral demo URLs

Choose Cursor iOS if…

  • You are on a paid Cursor plan and want zero server ops
  • Cloud agents, voice, and PR merge from phone matter more than multi-CLI flexibility
  • iOS only is fine (no Android yet)

Choose OpenClaw mobile if…

  • Your agent lives in Telegram / WhatsApp / channels, not a terminal
  • You already run an OpenClaw Gateway and want pocket access to tasks and replies
  • Privacy / self-hosted personal AI is the goal — not tmux coding sessions

Stick with Claude Code native remote if…

  • Your agent runs on your laptop and you only need monitor/approve from the Claude app
  • Zero new infrastructure: Claude Code mobile guide

Quick Start Commands

pocketdev:

bash
go install github.com/0xMassi/pocketdev@latest
pocketdev          # laptop: provision box
ssh dev@devbox
pocketdev setup    # box: agents + login + clone
tmux new -As code
claude             # or codex, cursor-agent, opencode …

Cursor iOS:

  1. Install from App Store (id6767085653)
  2. Sign in with paid Cursor account
  3. Launch cloud agent or connect to desktop session

OpenClaw mobile:

  1. Install iOS or Android
  2. Pair to Gateway via QR — see OpenClaw mobile guide

Related on explainx.ai

  • CMF Phone 1 Termux home server — VPS replacement (Aug 2026) — phone is the box, not the remote
  • Claude Code VPS + SSH — levelsio MacinCloud iOS (Jul 2026) — BYO VPS, Termius, Xcode second hop
  • Claude Code from your phone — native remote, Orca, Tailscale DIY
  • Cursor for iOS launch — cloud agents deep dive
  • OpenClaw mobile apps — iOS + Android pairing
  • What is OpenClaw? — gateway architecture
  • Cline $9.99 open-weights sub — another agent billing angle
  • How to Run GLM 5.2 on harnesses — opencode / OpenClaw wiring

Official: pocketdev on GitHub · pocketdev.cloud · Cursor iOS · OpenClaw on X

pocketdev v0.1.0, Cursor iOS public beta, and OpenClaw mobile reflect June 29–30, 2026 announcements. Pricing and feature availability may change — verify in-product. Last updated: June 30, 2026.

Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Aug 2, 2026

Cursor Gave FFmpeg Developers Free Credits — Why It Matters

FFmpeg's official account thanked Cursor for providing free AI coding credits to several of its developers. The gesture drew mostly praise from a community that depends on FFmpeg as invisible infrastructure — plus a few jokes about AI companies eyeing critical open-source projects.

Aug 2, 2026

Cursor Restores Dollar Costs After Usage-Page Backlash

Tokens explain consumption; dollars explain budget impact. Cursor’s quick reversal restored both the Usage-page Cost column and historical CSV values, but the dispute exposes a broader problem in agent pricing.

Jun 29, 2026

Cursor for iOS Launches: Cloud Agents on Your Phone — Ben Lang's Big Day (June 29)

Ben Lang teased "Big day for Cursor" and the crowd bet on Composer 3. The actual drop was Cursor for iOS — always-on cloud agents, remote desktop control, voice dictation, and Composer 2.5 at 75% off through July 5.