All posts
iPad

How to turn your iPad into a real dev machine in 2026

June 27, 2026 · 6 min read

Use your iPad to drive the VS Code on your own computer — terminals, files, Git and AI agents — instead of a cloud editor. A practical 2026 setup with no servers to run.

The iPad has the screen, the keyboard and the battery to be a serious coding device. What it doesn’t have is your toolchain — your compilers, your environment, your half-finished work. The trick in 2026 isn’t running everything onthe iPad; it’s using the iPad to drive the machine that already has all that.

The two old approaches — and their cost

  • Cloud editors(Codespaces, vscode.dev) run a clone of your repo on someone else’s server. You pay for compute and your code leaves your machine.
  • Self-hosted (code-server, Tailscale + Caddy) keeps it private but hands you a server, TLS and a reverse proxy to maintain.

The 2026 setup: remote-control your own machine

CodeMote is a native iPad app that pairs with the VS Code, Cursor or Windsurf on your computer over a Microsoft dev tunnel. You get the full file tree, a real editor, live terminals, a Git UI and an AI-agent flow — your real local state, with no cloud copy and nothing to host.

Set it up

  • Install the CodeMote extension in your editor.
  • Install Microsoft’s free devtunnel CLI once.
  • Run CodeMote: Start Mobile Session and scan the QR code with the iPad app.
Pair an external keyboard and the iPad becomes a genuine editing surface — over Wi-Fi or cellular, because the link is tunnelled.

More detail in Edit code on your phone and VS Code on an iPad without Codespaces.

Take your dev environment with you.

Drive your AI agents, terminals and Git from your phone — with no cloud copy of your code.

Get the app