On May 14, 2026, OpenAI announced a major expansion of its AI coding agent: Codex is now available inside the ChatGPT mobile app on both iOS and Android. This marks a significant shift from desktop-only coding assistants to truly mobile-first AI development workflows.
With 4 million weekly active users, Codex has become one of the most widely used AI coding agents in the industry. The mobile extension lets developers stay connected to long-running coding tasks, review diffs, approve commands, and steer AI agents — all from a phone.
What Does Codex on Mobile Actually Do?
This is not just a remote-control feature. When you connect the ChatGPT mobile app to any machine where Codex is running (laptop, Mac mini, or managed remote environment), the app loads the live state from that environment. You can:
- Work across all active threads — not just one task, but everything Codex is working on
- Review outputs in real time — screenshots, terminal output, diffs, test results stream to your phone
- Approve or reject commands — Codex asks for permission before executing potentially destructive actions
- Switch models mid-task — change from GPT-5.5 to Claude or other models on the fly
- Start new threads — kick off work while commuting, then review results when you get to your desk
Critically, your files, credentials, permissions, and local setup never leave the machine where Codex is operating. The secure relay handles state syncing without exposing your machine to the public internet.
Three Real-World Scenarios
1. Debug While Waiting for Coffee
You notice a bug before leaving for work. From your phone, ask Codex to investigate. It inspects the relevant files, reproduces the issue in the browser, runs tests, and begins working on a fix. When it needs clarification, it pings you on your phone. By the time you sit down at your desk, the diff is ready for review.
2. Unblock During Your Commute
You ask Codex to take on a refactor before heading out. Mid-commute, Codex finds two viable approaches and needs your direction. From your phone, you review the tradeoffs, choose a path, and by the time you arrive, the task has kept moving in the direction you wanted.
3. Turn Ideas Into Action Instantly
Whether you're at lunch, out for a walk, or listening to something that sparks a thought, send it to Codex from your phone by starting a new thread. The task begins taking shape before you return to your desk, without pulling you fully out of the moment that sparked it.
Behind the Scenes: How the Secure Relay Works
Under the hood, Codex uses a secure relay layer that:
- Keeps trusted machines reachable across devices without exposing them to the public internet
- Syncs active session state and context across all devices where you're signed into ChatGPT
- Ensures credentials and local files stay on the host machine — only outputs and metadata flow through the relay
This architecture means you can start work on your desktop, steer execution from your phone, and keep long-running tasks moving without staying tied to a single machine.
Remote SSH Is Now Generally Available
Alongside the mobile launch, Codex's Remote SSH feature has graduated from preview to general availability. This allows Codex to connect directly into managed remote environments — the kind many development teams already use for approved dependencies, credentials, security policies, and compute resources.
The desktop app automatically detects hosts from your SSH configuration and lets you create projects and run threads inside remote machines just like you would locally. Once connected, those environments become accessible across all your authorized ChatGPT devices through the same secure relay infrastructure.
Enterprise Features: Tokens, Hooks, and HIPAA
Programmatic Access Tokens
New scoped credentials can be issued directly from ChatGPT workspace settings. Use them for:
- CI/CD pipelines that need Codex to review PRs
- Release workflows that generate changelogs
- Internal automations that benefit from AI code review
Available on Enterprise and Business plans.
Hooks (Now GA)
Hooks let you intercept and modify Codex's behavior at key points:
- Scan prompts for secrets or sensitive data
- Run validators before executing commands
- Log all conversations to an audit trail
- Create memories for persistent context
- Customize behavior per repository or directory
Available on all plans.
HIPAA-Compliant Codex
Healthcare organizations can now use Codex for HIPAA-compliant workflows in local environments (CLI, IDE, App), available for ChatGPT Enterprise workspaces. This enables:
- Patient care support with AI-generated insights
- Operational workflows with greater speed and confidence
- HIPAA-compliant code review and development
How to Get Started
- Update the Codex desktop app on macOS to the latest version (Windows support coming soon)
- Update the ChatGPT mobile app from iOS App Store or Google Play Store
- Sign in to the same ChatGPT account on both devices
- Connect — the mobile app should automatically detect active Codex sessions
- Start working from anywhere
Codex in the ChatGPT mobile app is rolling out across all plans, including Free and Go, in all supported regions.
The Bigger Picture: Codex Growth and the Future of AI Coding
The 4M weekly user milestone puts Codex in rarefied territory. For context, that's roughly the same order of magnitude as the entire GitHub Copilot user base in early 2025 — except Codex is growing faster and operating at a fundamentally different level of autonomy.
The mobile launch signals a few important trends:
- AI coding is becoming asynchronous and multi-device. Developers no longer need to be at their desk to make progress. Long-running tasks can be kicked off, monitored, and steered from anywhere.
- Codex is positioning as the central hub. With Remote SSH, programmatic tokens, and hooks, Codex is becoming less of an IDE plugin and more of a development platform — an AI orchestration layer that sits across all your environments.
- Security and compliance are being taken seriously. HIPAA support, programmatic access tokens, and secure relay architecture show that OpenAI is targeting enterprise customers who need audit trails, access control, and regulatory compliance.
The HN community reaction (178 points, #7 on the front page) was largely positive, with discussion focusing on practical use cases, the secure relay implementation, and comparisons with competitors like Cursor and Claude Code. Some developers questioned whether coding on a phone is genuinely useful or just a novelty — but most agreed that the ability to approve long-running agent tasks from mobile is a genuine productivity win.
Conclusion
OpenAI's launch of Codex in the ChatGPT mobile app is more than a convenience feature — it's a fundamental rethinking of how developers interact with AI coding agents. By untethering Codex from the desktop, OpenAI enables a new asynchronous, multi-device workflow that matches how developers actually move through their day.
With 4M weekly users, Remote SSH GA, enterprise-grade security features, and now mobile access, Codex is making a strong case as the most comprehensive AI coding platform available in 2026.
Update your ChatGPT mobile app and Codex desktop app to try it today.