Work with Codex from anywhere
agentsmodels
read at source ↗ openai.com
Work with Codex from anywhere
Source: OpenAI Date: 2026-05-14 URL: https://openai.com/index/work-with-codex-from-anywhere
Summary
OpenAI launched Codex on iOS and Android across all ChatGPT plans including Free, making it the first CLI coding agent with a mobile presence. The mobile interface is supervisory rather than compositional: users inspect agent threads, approve commands, monitor output, review diffs, and manage sessions from their phone while the agent runs on desktop. The release also brought Remote SSH to general availability, enabling Codex to connect to remote development machines. A secure relay connects mobile sessions to desktop agent state.
Implications
- Codex thread. The mobile launch is the most concrete expression of “work from anywhere” — not porting the full editor to phone, but giving the user a supervisory control interface that matches how background agents actually require oversight. The approval/monitoring pattern is structurally similar to Claude Code’s
claude agentsfleet view, but shipped to a consumer device first. This is the first major UX differentiation move in the agent-oversight space. - Agent layer → lifecycle → orchestration thread. Mobile supervisory access changes the human-in-the-loop model: agents no longer need to pause for permission prompts during business hours — operators can approve from anywhere, asynchronously. Combined with Codex’s Locked Computer Use (continues working after Mac locks), the operational model shifts from synchronous developer supervision to asynchronous fleet management. This is the clearest signal yet that the orchestration layer requires mobile-native tooling.
- Enterprise deployment as battleground thread. Availability on the Free tier is a distribution move — seeding the supervisory pattern into the largest possible user base before competitors build equivalents. Anthropic’s
claude agentsis research preview (desktop-only); Codex mobile is GA across all plans. The gap here is notable given Anthropic’s 80x Q1 growth and enterprise focus.