OpenAI Accelerates Codex Integration in ChatGPT for iPhone and iPad
- OpenAI has expanded the accessibility of its Codex tool by introducing remote access capabilities within the ChatGPT mobile application.
- The update enables mobile users to connect to various environments where Codex is actively running, including personal laptops, dedicated Mac minis, or managed remote environments.
- OpenAI described the new mobile integration as a way for users to stay in the loop from anywhere while Codex gets work done across your laptops, devboxes, or...
OpenAI has expanded the accessibility of its Codex tool by introducing remote access capabilities within the ChatGPT mobile application. As of May 14, 2026, users on iPhone, iPad, and Android devices can interact with Codex for Mac sessions directly from their smartphones, allowing for the management of coding tasks and agentic workflows while away from a primary computer.
The update enables mobile users to connect to various environments where Codex is actively running, including personal laptops, dedicated Mac minis, or managed remote environments. This connectivity is intended to facilitate a workflow where users can oversee long-running AI tasks that require human intervention or direction.
Managing Live Development States
OpenAI described the new mobile integration as a way for users to stay in the loop from anywhere while Codex gets work done across your laptops, devboxes, or remote environments.
The feature is designed to provide more than basic remote control of a single task; it is intended to offer a comprehensive mobile experience for managing complex development processes.
When a user connects their mobile device to a machine running Codex, the ChatGPT app loads the live state of that specific environment. This allows for fluid movement across active threads, approvals, plugins, and project context. This capability is particularly relevant as AI agents begin to handle more autonomous, time-intensive work, creating a need for users to review findings, change directions, or add new ideas without being physically present at their workstations.
Regarding the depth of this integration, OpenAI stated:
Codex in the ChatGPT mobile app is a fully-featured mobile experience for getting work done with Codex. When you connect to any of your machines where Codex is running (whether that’s your laptop, a dedicated Mac mini, or a managed remote environment), the app loads the live state from that environment so you can work fluidly across active threads, approvals, plugins, and project context.
OpenAI
Setup and Developer Ecosystem
To establish a connection between a mobile device and a Mac environment, the Codex for Mac application generates a QR code. Users can scan this code using the ChatGPT app on their iPhone, iPad, or Android device to link the two environments.

The move toward more integrated mobile control for Codex aligns with OpenAI’s broader developer tools and frameworks. Developers are increasingly utilizing the Apps SDK to build specialized ChatGPT applications by defining specific tools and scaffolding Model Context Protocol (MCP) servers. These tools allow for the creation of focused application outcomes that integrate with ChatGPT through metadata and optional widgets.
For developers working within this ecosystem, OpenAI provides resources to plan tools and wire MCP resources. This includes the ability to bring ecosystem guidance into Codex using curated skills, such as the official Vercel MCP server. Developers can also use specific starter prompts, such as using $chatgpt-apps with $openai-docs
, to plan application architectures within specific repositories.
