Guide

Code From Your Phone: Cursor iOS vs Kiro vs Codex

In one week, Cursor, AWS, and OpenAI all shipped ways to run coding agents from a phone. The catch worth knowing before you install anything: none of them turns your phone into an editor. They are supervision surfaces for launching, steering, and approving agents that run in the cloud or on your Mac.

Editorial hero illustration for Code From Your Phone: Cursor iOS vs Kiro vs Codex

Get the latest on AI, LLMs & developer tools

New MCP servers, model updates, and guides like this one — delivered weekly.

Your Phone Is a Supervision Surface

Here is the honest answer before the demos win you over: none of these apps turns your phone into a code editor. Cursor for iOS, Kiro for iOS, and Codex inside the ChatGPT app are supervision surfaces. You use them to launch a coding agent, steer it while it works, and approve or reject the diff it produces. The real compute runs somewhere else: a cloud VM, an AWS backend, or your own Mac at home. Your phone is the remote control, not the workstation.

Once you accept that framing, these apps get genuinely useful. They are good for kicking off work on your commute, checking on a long agent run, reviewing and merging a pull request from a coffee shop, or turning a screenshot of a broken screen into a task an agent picks up. They are not good for hand-editing files, deep interactive debugging, or anything that wants a real keyboard. If you expected a mobile VS Code, you will be disappointed. If you wanted a control plane for agents you already trust, this is the wave you were waiting for.

Cursor vs Kiro vs Codex

All three landed within about six weeks of each other, but they are built for different people. The sharpest splits are platform (Codex is the only one on Android), the plan you need, and where the code actually runs. One thing to flag up front: several outlets tied Cursor's iOS launch to a SpaceX acquisition of Anysphere, but there is no first-party confirmation, so this table marks it as reported and unverified.

Cursor for iOSKiro for iOSCodex (ChatGPT app)
VendorCursor / Anysphere (reported to be under SpaceX — unverified)AWS (Amazon)OpenAI
AnnouncedJune 29, 2026June 17, 2026May 14, 2026
StagePublic betaGated preview (request access)Preview
PlatformsiOS / iPad, US-first (Android “working on it”)iOS only, iOS 26+ requirediOS, iPad, and Android
Plan requiredAny paid planPro / Pro+ / Pro Max / Power onlyAll plans, including Free and Go
Where compute runsCloud agents (isolated VMs) or remote-control agents on your MacAWS cloud backend (keeps running after the screen is off)On your Mac; the phone is a remote
Pairing / setupEnable cloud agents in the web dashboard AND pick “local & remote” in the agents viewRequest early access, then sign inScan a QR code shown by the Codex Mac app
Standout featuresVoice input, slash commands, any frontier model, lock-screen Live Activities, push, local↔cloud handoff, merge PRsThree modes (chat / spec / autonomy); kick off, steer, and approve diffsStart work, review, steer, approve commands, switch models across all threads
Notable limitRemote-control / local proxy buggy at launch; no Android yetPreview-gated; iOS 26+ only; supervision, not editingmacOS desktop only at launch (Windows “coming,” no date)
Pricing hookComposer 2.5 runs 75% off in-app through July 5, 2026Free to use the remote; compute is your own plan

The quick read: pick Codex if you are on Android or want zero cost to start with your own Mac doing the work; pick Cursor if you already live in Cursor and want the richest mobile client; request Kiro if your team is on AWS and wants spec-driven autonomy. The rest of this guide is the setup detail that the launch videos skip.

Setting Up Cursor for iOS

Install the app, open it, choose a repository, and launch an agent the same way you would on desktop. Cursor can run the agent as a cloud agent in an isolated VM or remote-control an agent on your Mac. For the desktop route, turn on Remote Control and the "keep computer awake" setting so the machine does not sleep mid-run.

The gotcha that cost people time at launch is that enabling agents takes two separate toggles, not one. As Hamel Husain put it, you enable cloud agents in the web dashboard, then go into Cursor's agents view and select "local & remote." Miss either and the phone shows nothing on the remote-control screen.

Once it works, the mobile client is the most feature-dense of the three: voice input, slash commands, any frontier model, push notifications, lock-screen Live Activities that show agent progress, and a local-to-cloud handoff so you can start on desktop and continue on the phone. You can review and merge pull requests without opening a laptop. Cursor pitches it for on-call incidents, reproducing customer bugs, and annotating a screenshot before handing it to an agent as visual context.

Two honest caveats. The remote-control and local-proxy path was buggy at launch, with users reporting empty remote-control screens even after enabling everything, and the rollout is US-first with no Android yet. Also time-sensitive: Cursor is running its Composer 2.5 model at 75% off in-app through July 5, 2026. If you plan to lean on it, that window is nearly closed as of this writing on July 1.

Setting Up Codex From Your Phone

Codex mobile does not have its own app. It lives inside the ChatGPT app, which is why it reaches iOS, iPad, and Android while the others are iOS-first. Setup is the simplest of the three: install Codex on your Mac, and the desktop app shows a QR code. Scan it from ChatGPT on your phone and the two link up. From there you can start work, review output, steer the agent, approve commands, and switch models across all your threads.

The security model is the selling point. In OpenAI's words, your code, credentials, and project context stay on your machine, and only real-time updates stream to the phone through a secure relay. The phone never holds the repo. That also sets the main limit: the desktop half is macOS only at launch, with Windows described as coming but without a date. One live reliability note worth keeping in mind: on June 29 and 30, 2026 the Codex team fought a usage-drain bug across CLI and desktop and reset limits, so mobile Codex stability is a topical question right now rather than a settled one.

Setting Up Kiro for iOS

Kiro is the most gated of the three. It is a preview you have to request access to, it is iOS only, and it requires iOS 26 or later. Access is limited to paid tiers: Pro, Pro+, Pro Max, or Power. Once you are in, you sign in and can kick off, monitor, steer, and interact with your Kiro sessions from the phone. AWS frames it plainly: check in while grabbing coffee, come back to a pull request.

What makes Kiro distinct is its three modes: chat for conversation, spec for spec-driven work, and autonomy for letting it run. The backend lives in the AWS cloud and keeps working after your screen turns off, which suits long autonomous jobs. It launched the same week as Kiro CLI 3.0, and Kiro itself arrived in May 2026 as the replacement for Amazon Q Developer. Like the others, it is a supervision surface, not a mobile editor.

The Antigravity Mobile Gap

If you use Google Antigravity, the obvious question is: where is ours? As of July 1, 2026 there is no first-party Antigravity mobile app. Antigravity ships a capable CLI with Goal Mode and subagents, but nothing that puts a supervision surface in your pocket the way Cursor, Kiro, and Codex now do.

The demand is explicit. On r/google_antigravity, a thread asking for "the equivalent of codex mobile app / claude code remote" captured the mood exactly: coding on mobile is a game changer, and users want to send files and steer runs the way they can on Codex or Claude Code. The only answer offered was a community workaround rather than an official app: a self-hosted web UI called claudecodeui that wraps a CLI agent in a browser you can open on your phone. If you are weighing platforms on more than mobile, see our Antigravity vs Claude Code comparison and our roundup of the best Antigravity alternatives in 2026.

Build Your Own: VPS + Tailscale

A vocal camp argues you do not need any of these apps. You need a VPS and a phone SSH client. The reference implementation making the rounds is pocketdev from Massi: a Hetzner box running your AI CLI of choice (Claude Code, Codex, Cursor, or Gemini) on your own subscription, reachable only over Tailscale, where pocketdev publish ships a live URL through a Cloudflare tunnel. As Denis Yurchak summarized the appeal: you do not pay anyone but Hetzner and a terminal app to code from your phone on your own VPS.

Others are packaging the same idea. OpenClaw shipped native iOS and Android apps for self-hosted, bring-your-own-key agents, with a tidy framing: your phone is not the assistant, it is a node. The through-line across the whole category is that the phone is becoming a control plane for agents, not a place where code gets typed. If you go the self-hosted route, wiring your CLI agent to real tools matters as much as the hosting, so it is worth reading our guide to the best MCP servers for Claude Code before you lock in a stack.

FAQ

Can I actually write code on my phone with these apps?

No. None of them is a mobile code editor. Cursor for iOS, Kiro, and Codex mobile are supervision surfaces: you launch a coding agent, steer it while it works, and approve or reject the changes. The editing and compute happen on a cloud VM or on your own Mac.

Which one works on Android?

Only Codex, which lives inside the ChatGPT app, supports Android today. Cursor for iOS is iOS and iPad first, with Android described as in the works and a US-first rollout. Kiro is iOS only and needs iOS 26 or later.

Do I need a paid plan to code from my phone?

It depends on the tool. Cursor requires any paid plan. Kiro requires a Pro, Pro+, Pro Max, or Power plan. Codex works on all plans, including Free and Go, because the compute runs on your own Mac and your existing plan.

Where does the code actually run?

Cursor runs agents in isolated cloud VMs, or remote-controls an agent on your Mac. Kiro runs on an AWS cloud backend that keeps going after your screen turns off. Codex runs on your Mac, and only real-time updates stream to the phone through a secure relay.

Is Cursor really owned by SpaceX now?

Several outlets described the iOS launch as following a SpaceX acquisition of Cursor and Anysphere, but there is no first-party confirmation as of July 1, 2026. Treat that acquisition claim as reported and unverified.

What is the catch with the Cursor promo?

Cursor is running its Composer 2.5 model at 75% off in-app through July 5, 2026. That is a short window, and after it ends the standard rate applies, so it is worth deciding quickly if you are on the fence.

Does Google Antigravity have a mobile app?

Not a first-party one as of July 1, 2026. Antigravity ships a CLI with Goal Mode and subagents, and users are actively asking for mobile parity, but the current path is community software such as claudecodeui rather than an official app.

Glossary

Supervision surface: A mobile interface for launching, steering, and approving an agent — not for hand-editing files.

Cloud agent: An AI coding agent that runs on the vendor’s isolated VM, independent of your local machine.

Remote control: Driving an agent that runs on your own desktop from another device, such as your phone.

Live Activities: iOS lock-screen widgets that show live progress; Cursor uses them to surface agent status.

QR pairing: Codex’s setup step: the Mac app shows a QR code you scan in the ChatGPT phone app to link them.

Tailscale: A mesh VPN that lets your phone reach a private VPS securely without exposing it to the public internet.

Which Should You Pick?

There is no single winner, because these tools answer different questions. Use Codex if you are on Android, want the cheapest path in, or like that your code never leaves your Mac. Use Cursor for iOS if you already pay for Cursor and want the most complete mobile client, and grab the Composer 2.5 discount before July 5 if you plan to use it. Request Kiro if your team is on AWS and wants spec-driven, autonomous runs that keep going after the screen sleeps. And if you are on Google Antigravity, there is no first-party app yet, so a self-hosted web UI like claudecodeui or a VPS-plus-Tailscale setup is the realistic answer today.

Whatever you choose, evaluate it as a supervision tool. The question is not whether you can type code on a 6-inch screen. It is whether you trust an agent enough to launch it, watch it, and approve its work while you are away from your desk. Where that trust exists, these apps genuinely extend your working day. Where it does not, no amount of mobile polish will help.

Sources

Claims above are grounded in the official launch pages and docs, first-party social posts, and clearly-labeled press and community context. The Cursor and SpaceX connection is reported by press outlets only and is unverified as of July 1, 2026.

Official docs and pages

First-party social

Reported / press

Community and build-your-own

Get the latest on AI, LLMs & developer tools

New MCP servers, model updates, and guides like this one — delivered weekly.