Remote Control from Mobile: A Programming Hub Connecting Your Phone and Desktop
On May 15, 2026, OpenAI officially announced that its AI programming assistant, Codex, has been integrated into the ChatGPT mobile app (iOS and Android) and is now in preview. The core of this new feature is enabling remote control of a desktop programming environment from a mobile device, rather than running a code editor directly on the phone.
The workflow is as follows: A user issues commands from the mobile app to Codex running on a desktop computer (such as a laptop, Mac mini, or remote server). Codex executes the task on the backend and streams key process information—including code diffs, terminal output, test results, and UI screenshots—to the user’s phone in real-time. When a task requires manual intervention or permission approval, the system sends a push notification to the phone, allowing the user to confirm or provide guidance directly from their mobile device, ensuring uninterrupted remote task progression. This feature is available to all ChatGPT users, including those on the free plan.
Technically, the feature uses a secure relay architecture. The user’s computer connects to OpenAI’s services through an encrypted channel without being exposed to the public internet, ensuring secure communication. All sensitive data, such as project files, access credentials, and system permissions, remain on the local machine. The mobile device acts only as a command and viewing interface, addressing core security concerns of remote operations.
Multiple Ecosystem Updates for Developers
In addition to the mobile integration, OpenAI has also announced several updates for developers and enterprise users, further enhancing the Codex ecosystem.
Hooks Now Generally Available (GA): This feature is now available to all users. Developers can use Hooks to write custom scripts for automatically scanning prompts for sensitive information, running validation logic, logging sessions, or customizing Codex’s behavior based on the conventions of a specific repository. This mechanism provides greater control over the automation and standardization of code generation.
Programmatic Access Tokens: This feature is targeted at ChatGPT Enterprise and Business subscribers. Enterprise administrators can now generate access tokens with specific permission scopes directly within their workspace. These tokens can be used to securely integrate Codex into CI/CD pipelines, automated release processes, or internal tools without relying on individual user accounts.

- Remote SSH Sync Graduates from Beta: After a testing period, the Codex desktop app now officially supports automatically reading local SSH configurations. Developers can directly create projects or run tasks on remote servers within Codex, simplifying interaction with remote development environments. Combined with the new mobile remote control feature, users can initiate and manage complex programming tasks running on remote servers all from their phones.
Market Landscape and Strategic Positioning
OpenAI is not the first to explore the field of remote AI programming. Previously, Anthropic’s Claude Code and a project called OpenClaw had implemented similar functionalities, allowing users to connect and remotely operate desktop AI coding assistants by scanning a QR code on their phone. OpenAI’s latest update can be seen as a crucial catch-up move for its core product, addressing the growing demand for mobile-first capabilities within the community.
Meanwhile, OpenAI disclosed that Codex has reached 4 million weekly active users, demonstrating its strong user base in the AI-assisted programming market. Integrating Codex into mobile is not just a feature extension but is also interpreted by observers as part of OpenAI’s ‘software-first, hardware-to-follow’ strategy. Paired with earlier reports from analyst Ming-Chi Kuo about OpenAI potentially launching its own branded AI phone in the first half of 2027, this update reinforces market expectations of the company building an integrated hardware and software ecosystem.
Currently, users can experience the new features by updating their ChatGPT mobile app and the Codex app on macOS. The corresponding update for the Windows desktop client is still in development.