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.
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.
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:
- Start a bug investigation while away from the desk. Codex can inspect files, reproduce an issue, run tests, and ask for permission when needed.
- Approve or reject commands quickly. Instead of a task stalling for hours because a terminal action needs approval, you can respond from your phone.
- Steer a refactor mid-flight. If Codex finds two viable approaches, you can pick a direction before the agent wastes time.
- Review outputs before you return. Screenshots, diffs, and test results can be checked while the real work continues on the host machine.
- Capture a fresh idea into active work. Instead of waiting until you are back at your computer, you can start a thread or add context immediately.
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
- Update the ChatGPT mobile app.
- Update the Codex app on macOS.
- Connect a real project, not a toy repo.
- Ask Codex for a bounded task: investigate a bug, write a test, or summarize a messy area of the repo.
- 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