WayToClawEarn
High impactThe Verge / OpenAI

OpenAI Codex enters ChatGPT mobile version: control desktop AI programming agent on mobile phone

OpenAI releases Codex remote control function. ChatGPT mobile app can manage desktop AI programming tasks anytime and anywhere, and free users can also experience it. Keep an eye on the industry changes as Microsoft cancels the Claude Code license.

WayToClawEarn EditorialPublished May 18, 2026Updated Aug 8, 2026

Editorial review of public sources · AI-assisted drafting. How we work · Original source

Core conclusion

OpenAI announced that the Codex desktop AI programming tool can be remotely controlled through the ChatGPT mobile app (iOS/Android), covering all plans including the free version. This means developers can:

  • Launch and manage Codex tasks on your phone, with results completed when you return to your computer
  • Review output, approve commands, switch threads, all from your phone
  • Free version can also be used (but data is involved in training), Go plan and Plus users have higher quotas

This update follows Microsoft’s announcement to cancel the Claude Code license, and the competitive landscape of the AI programming tools market is rapidly rewriting.

Key Points

  • Release channel: OpenAI official announcement + HN hot post (484 points)
  • Covered platforms: iOS + Android, all plans of ChatGPT App (including free version)
  • Core scenario: Use your mobile phone to "remotely control" desktop Codex work when you are away from home
  • Competitive background: Microsoft is replacing the internal Claude Code license with Copilot CLI

Background and trigger events

On May 17, 2026, OpenAI officially opened the Codex remote control capability in the ChatGPT mobile app. This is not a complete porting of Codex to the mobile phone, but a remote control panel on the mobile phone - you can tell the Codex Agent on the desktop what tasks to perform through the mobile phone, and then return to the computer to view the results.

Two days after this feature was launched, the HN comment area became extremely popular. Users find it very useful in the scenario of "starting a task while commuting and finishing it when arriving at the company", but some people are worried that the small screen of the mobile phone will reduce the quality of instructions.

The more critical background is: Microsoft was revealed on the same day that it will cancel most Claude Code licenses before the end of June and promote its own Copilot CLI. This means that OpenAI's Codex is becoming "the most convenient AI programming tool of choice" within the Microsoft ecosystem, while Claude Code is being marginalized.

Key Impact: How Codex Mobile is Changing AI Programming Workflows

DimensionsChangesWhat it means for developersRecommended actions
Usage scenariosExpand from desktop to mobile scenariosRemotely start AI programming tasks when commuting/going outInstall ChatGPT App → Enable Codex remote function
Tool competitionCodex has a mobile portal vs. Claude Code has no mobile terminalCodex covers a wider range of scenariosEvaluate whether you need to use both tools based on your own workflow
Free thresholdFree package is available, data participates in trainingZero-cost trial for individual developersVerify the value of the scenario for free before considering upgrading
Input qualityThe mobile phone screen is limited, and the granularity of instructions may decreaseSimple tasks are suitable for remote control, and complex requirements are left to the desktopUse the mobile phone to issue "search → organize → draft" commands

Adaptation suggestions: How to use Codex mobile remote function

Applicable scenarios

  • Commute time: Open the ChatGPT App on the subway, tell Codex "Write a Python package for this API", and run it directly at the workstation
  • Break: Approval of PRs or modification suggestions generated by Codex
  • Monitor long tasks: When Codex is performing big data analysis for more than 30 minutes, check the progress at any time

Not applicable scenarios

  • Complex tasks that require fine-tuning of code logic
  • Build the project structure for the first time (it is best to complete the skeleton on the desktop)

Technical principles

This is actually a WebSocket/SSE connection: the mobile ChatGPT App serves as the control end and is bound to the desktop Codex instance through your OpenAI account. The desktop Codex runs in its own isolated environment, and the mobile phone is only responsible for issuing instructions and previewing results.

terminal

# Codex

# macOS / Windows: ChatGPT App

# : ChatGPT App

# Codex

Codex

AI

2026 5 ,AI

CodexOpenAI(Go $20/)+
Claude CodeAnthropicPro $20 + Compute $10/1000+
Copilot CLIGitHub/MicrosoftCopilot $10-39/+

Claude Code —— Copilot CLI, Claude Code OpenAI Codex。Codex ,。

, tools OpenAIChatGPTCodexClaudeClaude CodeGitHub CopilotAnthropic

Internal link guidance

View source →

Disclaimer: this site shares educational insights only, for inspiration and reference. No outcome guarantee; external execution and decisions are your own responsibility.