Ai Coding 3 min read

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.

CapabilityFunction
ApprovalsApprove or deny pending terminal commands
Visual TelemetryView real-time screenshots and terminal output
Code ReviewInspect generated code diffs before execution
Scope RedirectionRedirect 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

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