can you use codex on your iphone?
Yes — several real ways, including one from OpenAI itself. They differ less in what they can do than in one question, and it’s the same question that decides the Claude Code answer: does a machine of yours have to stay on?
the three families
- Mirrors of your own machine. This is where OpenAI’s own mobile Codex sits, which surprises people: Codex in the ChatGPT app lets you start, steer, approve and review work from the phone, but it pairs by QR to a Codex host on your Mac, and that host supplies the files, tools, credentials and execution environment. The third-party mirrors — Happy (open source, end-to-end encrypted) and Omnara (a control plane with web and Apple Watch clients) — work the same way and also run Codex. Well made, free or nearly. The machine stays on.
- Your own server. Codex CLI over SSH from Termius or Moshi, or an app like CodeAgents Mobile that can provision a box for you. No laptop needed; you maintain a server instead, and a phone keyboard in a raw terminal is its own kind of fiddly. I lived this one for months before building Yado.
- Cloud-native. Two options, and they’re shaped differently. Codex cloud runs tasks server-side — you delegate, it works asynchronously, you get a pull request back, and you can kick it off from GitHub, Linear or Slack. Yado — the one I build — starts a cloud container with your repos and runs Codex there as a live workspace you chat with, with a live preview of what you’re building. Nothing of yours runs with either; the honest trade with Yado is that your code works on my infrastructure rather than OpenAI’s.
quick comparison
| option | needs a machine of yours on | shape |
|---|---|---|
| Codex in the ChatGPT app | yes — a paired Codex host (Mac) | steer and approve a session on your machine |
| Codex cloud | no | delegate a task, get a pull request |
| Happy | yes — your computer or a VPS | mirrors your session, end-to-end encrypted |
| Omnara | yes by default; cloud on paid tiers | dashboard across several agents |
| SSH / Termius / Moshi | a server you maintain | the raw CLI, your box |
| Yado | no | live workspace in a container Yado runs |
how to pick
- Mac on anyway → OpenAI’s own Codex in the ChatGPT app. It’s first-party and it’s free with your plan.
- You want work done while nothing of yours runs, and a PR is a fine deliverable → Codex cloud.
- You already keep a server → Codex CLI over SSH.
- You want Android too, or one dashboard over many agents → Happy or Omnara.
- You want nothing of yours running and a live workspace you can talk to, watch, and preview from the phone → Yado. $19/month with a 7-day free trial, on your own ChatGPT subscription. The longer honest version: Codex without a laptop.
I keep the head-to-heads honest and dated: vs Happy, vs Omnara. The Claude Code version of this page is here.
sources: openai.com/codex · Codex cloud docs · Codex CLI docs · happy.engineering · omnara.com