← All field notes
AI Agents

Codex Is Now in ChatGPT Mobile: Why Phone-Controlled Agents Matter

OpenAI just moved Codex into the ChatGPT mobile app in preview. The headline sounds like “coding from your phone,” but the real shift is more important: you can keep long-running agent work unblocked when you are away from your desk.

John Jedlowski · 6 min read · May 14, 2026

OpenAI says Codex is now available inside the ChatGPT mobile app so users can monitor, steer, and approve coding work from iOS and Android. That makes the phone less of a tiny IDE and more of a command center for agents running on your laptop, Mac mini, devbox, or remote environment.

The short version: Codex mobile is not mainly about writing code on glass. It is about answering the one question, approving the one command, reviewing the one diff, or changing the one direction that keeps an agent moving while you are in a meeting, in line for coffee, or away from your machine.

What OpenAI announced

In its May 14 product post, OpenAI says Codex is “coming to your phone” and is now in preview in the ChatGPT mobile app. The mobile experience can load live state from machines where Codex is running, including laptops, dedicated Mac minis, and managed remote environments.

OpenAI says more than 4 million people now use Codex every week. That matters because the product is moving from short chat-like tasks toward longer-running work where small human check-ins can prevent wasted effort.

What you can do from mobile

According to OpenAI, the ChatGPT mobile app can now let you work across active Codex threads, approvals, plugins, and project context. Updates flow back to the phone in real time, including screenshots, terminal output, diffs, test results, and approval prompts.

That unlocks a few practical workflows:

The important architecture choice

OpenAI says your files, credentials, permissions, and local setup stay on the machine where Codex is operating. The phone gets synced session state and updates through a secure relay layer rather than exposing your machine directly to the public internet.

That is the right design direction. A useful coding agent needs access to the real repo, local dependencies, credentials, test commands, browser state, and project rules. But your phone does not need to become the place where all of that sensitive state lives.

Availability

OpenAI says Codex in the ChatGPT mobile app is rolling out in preview on iOS and Android across all plans, including Free and Go, in supported regions. Users need to update the ChatGPT mobile app and the Codex app on macOS to try it. OpenAI says support for connecting your phone to the Codex app on Windows is coming soon.

Remote SSH and Hooks are also now available on all plans. Programmatic access tokens are available on Enterprise and Business plans. HIPAA-compliant Codex use is supported for eligible ChatGPT Enterprise workspaces when Codex is used in local environments.

Why this matters for builders

The bottleneck in agentic coding is often not raw model intelligence. It is collaboration timing. Agents can do more when they have long enough to work, but long-running work creates more moments where human judgment matters.

Before mobile control, those moments could kill momentum. You ask an agent to work, leave your desk, and come back to find it stopped thirty minutes ago waiting for a simple approval. Mobile Codex makes those interruptions smaller.

My read

This is a bigger deal than it looks. The winners in AI coding will not only be the tools with the smartest model. They will be the tools that fit real operator behavior: start work when an idea appears, keep it moving through approvals, review evidence, and ship without babysitting a terminal all day.

Codex on ChatGPT mobile pushes coding agents toward that rhythm. It turns “AI coding assistant” into something closer to a remote teammate you can manage in short bursts.

What to try first

  1. Update the ChatGPT mobile app.
  2. Update the Codex app on macOS.
  3. Connect a real project, not a toy repo.
  4. Ask Codex for a bounded task: investigate a bug, write a test, or summarize a messy area of the repo.
  5. Leave the desk and see whether mobile approvals keep the task moving.

Want practical AI workflow notes like this?

Jedaiflow tracks the operator side of AI: what changed, how to use it, and where it actually saves time. Start with the free resources, then use the GPT playbook if you want a deeper operating system for prompts, agents, and AI workflows.

Get free AI resourcesSee the GPT Playbook