Mobile Codex Command Center Enters Preview for macOS Hosts
Developers can now monitor, approve, and redirect long-running Codex coding tasks directly from the ChatGPT mobile app for iOS and Android.
OpenAI launched a mobile command center for Codex agentic coding capabilities within the iOS and Android ChatGPT apps. Currently in preview, this update enables developers to monitor, steer, and approve long-running AI coding tasks from a smartphone while the primary workload executes remotely. The feature targets the friction of remaining tethered to a workstation during extended autonomous builds.
Host Connectivity and Synchronization
At launch, mobile pairing requires a macOS host running the Codex desktop app. Windows support is currently unavailable but listed as coming soon. Connecting the devices involves scanning a generated QR code from the desktop interface.
Once paired, a secure relay layer synchronizes the live state of active threads, approvals, and project context across all authorized devices. This network configuration keeps trusted machines reachable via the developer’s ChatGPT account without exposing the host computer directly to the public internet.
Mobile Command Capabilities
The mobile interface functions as a specialized telemetry and approval dashboard rather than a standalone code editor. Developers can intercept the agent mid-task to provide course correction without returning to their desk.
| Capability | Function |
|---|---|
| Approvals | Approve or deny pending terminal commands |
| Visual Telemetry | View real-time screenshots and terminal output |
| Code Review | Inspect generated code diffs before execution |
| Scope Redirection | Redirect active task scope dynamically |
Infrastructure and Cloud Sandboxing
Codex operations run within isolated cloud sandboxes preloaded with the target repository. This guarantees local filesystems remain untouched unless explicitly permitted. The underlying models run on codex-1, a specialized variant of the o3 model family, following the earlier integration of GPT-5.5 into the standard Codex environment.
Alongside the mobile preview, Remote SSH capabilities have also reached general availability for connecting to managed development environments. This cloud-centric execution strategy differs from Anthropic’s fully local execution model for Claude Code remote control.
Availability Details
The mobile preview is rolling out across all ChatGPT plans, including Free, Plus, Pro, and the Go tier. OpenAI reports a user base of over 4 million weekly active users for Codex, making this feature immediately accessible to a massive segment of the developer ecosystem.
If your engineering team uses macOS hosts, install the latest Codex desktop update to generate the pairing QR code and enable the secure relay layer. Development teams on Windows will need to rely on the standard desktop interface until host support expands.
Get Insanely Good at AI
The book for developers who want to understand how AI actually works. LLMs, prompt engineering, RAG, AI agents, and production systems.
Keep Reading
OpenAI Codex Desktop Adds 90 Plugins and Reusable Skills
Learn how to configure OpenAI Codex plugins and reusable skills to automate desktop tasks and connect your coding workflows to external data sources.
Codex Can Now Use Your Mac While You Work
OpenAI's Codex desktop app adds background computer use on macOS, an in-app browser, image generation via gpt-image-1.5, and 90+ new plugins.
RLHF Leak Forces OpenAI to Ban Goblin Metaphors in Codex
OpenAI hardcoded a ban on goblin metaphors in the GPT-5.5 Codex CLI after an unintended reinforcement learning generalization corrupted bug descriptions.
JetBrains and Warp Bundle Claude API Skill for Opus Migrations
Anthropic has integrated its open-source claude-api skill into major developer tools to automate model upgrades, context compaction, and caching strategies.
How to Build Programmatic Agents With the Cursor SDK
Learn how to automate engineering workflows and deploy specialized coding agents using the TypeScript-based Cursor SDK and Cloud Agents API.