AI NewsCodex

Codex on Your Phone: How OpenAI's 2026-05-14 ChatGPT-Mobile Codex Release Actually Works (and What It Means for Regular Users)

On 2026-05-14, OpenAI rolled out Codex on ChatGPT mobile (iOS / iPad / Android) as a preview. Pair your phone with a Mac running Codex by scanning a QR code, then approve commands, switch models, and start new prompts from your phone. Available on every ChatGPT plan including Free and Go. Windows pairing is still 'coming soon.' Here's the full picture for non-technical readers — and how it changes the 'I have to be at my desk' rule for AI engineering work.

中澤 圭志

中澤 圭志

@keishi_nakazawa

Sales Claw maintainer

·11 min
Codex on Your Phone: How OpenAI's 2026-05-14 ChatGPT-Mobile Codex Release Actually Works (and What It Means for Regular Users)
This English article is a concise version of the original. For the full Japanese deep-dive, see the Japanese original.

Key Facts

Released

2026-05-14 preview / iOS + iPad + Android

Plan availability

All ChatGPT plans including Free and Go (preview)

Pairing

Scan a QR code shown by Codex for Mac with the ChatGPT mobile app

Host OS

macOS only / Windows pairing still coming soon (no date)

"Codex on a phone? Does the AI actually run on the phone? Do I need a Mac? Does the Free plan really get it?" This article walks through the Codex-on-mobile feature OpenAI rolled out as a preview on 2026-05-14, using the OpenAI Codex Changelog, Codex Docs, and the official blog post as primary sources. It's for people who are not technical AI users but want to understand what they're looking at before adopting it. Note that Anthropic already shipped Remote Control for Claude Code in February 2026 — Codex on mobile is OpenAI's response.

Primary sources: OpenAI Codex Changelog (developers.openai.com/codex/changelog), OpenAI's official blog post "Introducing upgrades to Codex," the Codex Docs, and the ChatGPT Release Notes. For desktop Codex features and Claude Code comparisons, see our Codex CLI vs Claude Code benchmark. For the Codex Chrome Extension's per-site approval model, see our Codex Chrome Extension write-up. For the broader browser-plus-AI picture, see our ChatGPT Atlas explainer for non-technical users. For the underlying environment-handover protocol, see our MCP complete guide.

1. What "Codex on mobile" actually is — the 2026-05-14 update

Codex Mobile whiteboard illustration. Main heading 'Codex is now usable from your phone' with subtitle 'How the ChatGPT mobile app remote-controls Codex on your Mac.' Central metaphor: a QR code beam from a Mac display caught by a phone camera. Left zone 'Mac runs Codex' (repo, files, credentials, plugins). Right zone 'Phone controls remotely' (view live state, approve, switch model, new prompt). Yellow sticky note highlight at the bottom: 'All ChatGPT plans including Free and Go / preview from 2026-05-14.'
Figure: Codex on mobile — Mac runs the AI, phone is the remote control (whiteboard illustration)

Codex is OpenAI's AI coding agent. A coding agent is "an AI that reads, writes, and runs code when you ask it to." Until this release you ran it on a Mac or Linux box via Codex for Mac or the Codex CLI. The 2026-05-14 mobile update didn't put the AI on your phone — it added a remote-control surface inside the ChatGPT mobile app so you can drive a Mac Codex instance from your phone.

The shift, in plain terms: Codex used to be "an assistant you can only command when you're at your Mac." Now it's "an assistant running on your Mac that you can also talk to from the bus stop." The AI itself runs on the Mac; your phone gets a live view plus the ability to approve, switch model, and send new prompts.

The key phrase is "Codex runs from the connected host" execution happens on the Mac, not the phone. That's a deliberate design property, not just a limitation.

Why this landed now

[Author opinion] This isn't a one-off feature drop; it's a competitive response. Anthropic shipped Claude Code Remote Control in February 2026, three months earlier. Mobile remote control extends an engineer's working time from "desk hours" to "any waking moment," and both vendors moved quickly to plant a flag here.

The other factor is GPT-5.5 stabilizing. Codex's backing model moved 5.2 → 5.3 → 5.5 over a few months, and 5.5's latency profile makes remote round-trips feel acceptable.

2. What you can actually do from a phone as of May 2026

Whiteboard illustration of the 4 operations available on mobile. Main heading 'Four things you can do from the phone — May 2026.' Inside a phone-screen frame, four numbered zones: (1) view live state (all Mac threads, running tasks, outputs), (2) approve or reject pending commands ('Run git push?' → tap Yes/No), (3) switch model (GPT-5.5 vs Codex Spark), (4) send a new prompt ('Fix this bug' from your commute). Yellow sticky note highlights at the bottom: 'Execution happens on the Mac; phone is view + approval only' and 'If Mac sleeps, the connection drops.'
Figure: Figure 1: The four mobile operations (whiteboard illustration)

From the OpenAI Codex changelog:

The four operations in practice:

Mobile operationWhat it doesExample use
View live stateSee every thread, current task, and recent output running on the MacOn the train: "how far did the overnight build get?"
Approve / rejectTap Yes/No on Codex's "may I run this command?" promptsClear a backlog of approval requests while out
Switch modelChange between GPT-5.5, Codex Spark, etc. from the phone"From here I want deeper reasoning" → switch
Send new promptSend a new instruction ("fix this bug") from the phone's inputSaw a bug report on the commute — send a fix request

What you can't do from the phone: edit files directly, manually run git push, get a full IDE, or do large-scale code reviews comfortably. Codex on mobile is optimized for "in-motion status check and approval" — real work still happens at the Mac.

3. Mechanism (1): QR pairing — connecting phone to Mac Codex

QR pairing steps

  1. On the Mac, update Codex for Mac to the latest version and launch it
  2. From the menu / settings, choose "Connect mobile" — a large QR code appears
  3. On the phone, open the ChatGPT app, go to the Codex tab, choose "Connect to Mac," point the camera at the QR code
  4. The phone says "Connected" — done. Future sessions auto-reconnect

[Official announcement] Per the changelog, "Codex runs from the connected host" — the QR code is purely about mapping which Mac your phone talks to. Both ends must be logged into the same ChatGPT account, so you can't accidentally pair with someone else's Mac.

Network requirements

After pairing, the phone and Mac exchange messages via OpenAI's servers, not directly. That means you don't have to be on the same Wi-Fi 4G/5G works fine as long as the Mac is online and Codex is running.

Windows pairing is "coming soon" as of 2026-05-17 with no committed date. See the Windows section below for what to do in the meantime.

4. Mechanism (2): Approve, switch model, send new prompt

Whiteboard illustration of the approval flow split between Mac and phone. Main heading 'Codex approval flow — split between Mac and phone.' Three numbered stages: (1) Codex on the Mac asks 'Run git push?' (2) the question is relayed via OpenAI servers to the phone, (3) user taps Yes/No on the phone, the answer is sent back, the Mac either runs or skips. On the right, four yellow sticky notes: 'A human can always stop it', 'Check whether you can see the full command', 'Sensitive repos: wait until you're at the Mac', 'Review logs on the Mac after approval'. Bottom warning note: 'Phone screens cause horizontal scroll — don't lower your scrutiny.'
Figure: Figure 2: Approval flow split between Mac (executor) and phone (judge) (whiteboard illustration)

Viewing live state

Open the Codex tab in the ChatGPT mobile app and you get every thread running on the Mac. Tap a thread to see its current task, recent output, and any pending approvals — basically "the view you'd have sitting next to the Mac," but on a phone screen.

Approving / rejecting

Codex asks for explicit per-command approval before doing anything that touches the host — file writes, shell commands, git pushes. When one of those fires while you're away, the phone notifies you and you tap Yes or No; the answer goes back to the Mac and either runs or doesn't.

The approval model already existed on desktop Codex; Codex on mobile just lets you make those calls when you're not at the Mac. [Author opinion] We've argued this point repeatedly in Sales Claw's design: the real boundary for handing approval authority to an AI is "can you read the full command on the screen you're using?" If a phone screen can't show the whole command without horizontal scrolling, wait until you're back at the Mac.

Switching models

Model selection is mirrored phone ↔ Mac. Switch from GPT-5.5 to Codex Spark from either end and both reflect the change.

Sending new prompts

You can send follow-ups in existing threads and start brand-new threads from the phone. "Fix this bug," "write a test for X" — type it on the commute and the work has already started by the time you're at the desk. Codex opens the repo on the Mac side, so when you sit down the diff might already be ready.

項目OK from the phoneAvoid from the phone
Overnight build progress checkView live state — perfect fit——
Light approval backlogLint passed / typo fixed → OK——
New prompt off a bug report"Reproduce this error and propose a fix" → OK——
Approving a push to production——High blast radius — review the diff at the Mac first
Large change in a sensitive repo——Phone screen can't show full text — go to the Mac
Full code review——Skim on the phone is fine; merge decision at the Mac

5. Pricing and supported platforms — why Free / Go users get it

Plan availability

[Official announcement] Per the OpenAI Codex Changelog, "Codex in the ChatGPT mobile app is rolling out on iOS and Android across all plans, including Free and Go, in supported regions." Concretely:

ChatGPT planCodex on mobile (preview)Notes
Free✅ YesWorks as long as Codex for Mac launches on your Mac
Codex Go✅ YesLower-cost plan explicitly included
Plus✅ YesStandard individual plan
Pro✅ YesHigher-tier models like Codex Spark are switchable
Business / Enterprise✅ YesAccess tokens enable non-interactive workflows

[Unverified] OpenAI hasn't announced when preview ends or whether plan-tier feature splits will appear afterwards. Most ChatGPT previews land general availability in 2–6 months, so a late-2026 GA is a plausible guess; verify against the OpenAI Help Center post-release.

Supported platforms

Bar chart of ChatGPT plan availability for Codex on mobile. X-axis: plans (Free / Codex Go / Plus / Pro / Business), Y-axis: approximate monthly USD price. Every bar has a green '✅ Available' tag because the preview is open to all plans. Values: Free $0, Codex Go $10, Plus $20, Pro $200, Business $25 (illustrative). Footer notes 'OpenAI: every ChatGPT plan including Free and Go is in scope, supported regions only' and 'post-preview plan splits not announced as of 2026-05-17'.
Figure: Figure 5: Codex on mobile — plan availability during preview (Python diagram)

The control side (phone) and the host side (Mac) have different OS coverage:

RoleSupported OS (as of 2026-05-17)App required
Control (phone)iOS / iPad / AndroidChatGPT mobile app (latest)
HostmacOS (Windows coming soon)Codex for Mac (CLI 0.130.0+)

6. Getting started — three steps for non-technical users

Whiteboard illustration of the 3-step setup. Main heading 'Codex on mobile — 3-step setup as of May 2026.' Left zone 'Step 1: prepare the Mac' (install Codex for Mac → launch → ChatGPT login → show 'Connect mobile' QR — 4 items). Middle zone 'Step 2: prepare the phone' (update ChatGPT app to the latest → open Codex tab → tap Connect to Mac → allow camera — 4 items). Right zone 'Step 3: scan the QR' (point camera at the Mac's QR → 'connected' confirmation → auto-reconnect enabled → done — 4 items). Yellow sticky notes at the bottom: 'Must be logged into the same ChatGPT account', 'Watch out for Mac sleep', 'Windows users: wait for coming soon'.
Figure: Figure 3: Codex on mobile — 3-step setup (whiteboard illustration)
Codex on mobile related release timeline. X-axis spans 2026-02 to 2026-05. Markers: 2026-02 Anthropic Claude Code Remote Control (first mover), 2026-05-07 Codex CLI 0.129.0 + Chrome Extension, 2026-05-12 GPT-5.5 GA, 2026-05-14 Codex on ChatGPT mobile preview (highlighted in yellow as the article focus), 2026-05-? Windows pairing coming soon (uncertain). Footer note 'Anthropic leads, OpenAI catches up, 3-month gap.'
Figure: Figure 4: Codex on mobile release timeline (Python diagram)

Step 1: prepare the Mac

  1. Update Codex for Mac to the latest version (must include Codex CLI 0.130.0 or newer)
  2. Launch it, sign in with your ChatGPT account if you haven't already
  3. Open menu / settings → "Connect mobile," a QR code appears
  4. Set Mac power options so the system doesn't sleep (display sleep is fine; system sleep is not)

Step 2: prepare the phone

  1. Update the ChatGPT mobile app from the App Store / Play Store (1.2026.05 or newer)
  2. Sign into the same ChatGPT account as the Mac
  3. Tap the "Codex" tab in the bottom nav (shows up on Free and Go too)
  4. Tap "Connect to Mac" → grant camera permission

Step 3: pair via QR

  1. Point the phone's camera at the QR code on the Mac screen
  2. A few seconds later, "Connected" appears on the phone
  3. Auto-reconnect is now enabled — no need to re-pair after restarts
  4. To unpair, do it from either side's settings

What Windows users can do today

As of 2026-05-17, [Official announcement] Windows pairing is "coming soon" with no committed date. If you want to try Codex on mobile right now and you're Windows-only, your options are:

  • Borrow a Mac — even one shared Mac in the office is enough for first evaluation
  • Use Codex on the web from your mobile browser (limited functionality)
  • Wait for Windows pairing — historically Codex CLI ships Windows weeks-to-months after Mac

[Author opinion] If you're planning enterprise adoption, the realistic move is "one person on one Mac, evaluating now, drafting the internal guidelines." Waiting for Windows before touching it leaves you with no policy when the rollout lands and individuals start using their personal phones uncontrolled.

7. Safety boundaries — when you hand approval authority to a phone

Loss / theft risk

Phones get lost or stolen far more often than PCs. Codex on mobile keeps code and credentials on the Mac, so a stolen phone doesn't leak code directly — but a phone with the ChatGPT app left logged in lets the attacker remote-control your Mac's Codex. Mitigations: turn on screen lock + biometric auth, enable any per-app lock the ChatGPT app supports, and learn the "disconnect this device" flow on the Mac side so you can revoke quickly.

"Just tap approve" risk

Full command text often doesn't fit on a phone screen without horizontal scrolling, which makes "approve without reading" structurally more likely than on a PC. We've repeated this in Sales Claw's design discussions: the quality of approvals is what makes or breaks AI-assisted workflows.

Bar chart comparing phone vs PC approval time across six tasks (live progress check, lint-OK approve, typo-fix approve, short new prompt, full long-command review, diff review >50 lines). Y-axis is seconds. Blue bars are PC, amber bars are phone. Short tasks are slightly faster on the phone (3-7 s) but long-command review is 20 s PC vs 90 s phone and diff review is 60 s PC vs 240 s phone. A red dashed 60-second 'back to the Mac recommended' threshold runs across the chart. Footer note 'iPhone 15 × M2 MacBook Air × 3 days, single-user small-sample evaluation, illustrative.'
Figure: Figure 6: Phone approval vs PC approval — time per task (Sales Claw field check, Python diagram)

Mac sleep dropping the connection

System sleep on the Mac stops Codex for Mac too, so the phone connection drops. Configure Mac power options so display sleep is on but system sleep is off, or accept that "I tried to approve but the Mac was asleep" is going to happen sometimes. For workflows where the Mac sits idle for hours, this becomes a design constraint.

Network path security

Phone ↔ Mac messages go through OpenAI servers, which is exactly what makes' "same Wi-Fi not required" work — at the cost of trusting OpenAI's infrastructure. OpenAI says the traffic is encrypted; [Unverified] whether it's end-to-end (so even OpenAI can't see the content) isn't explicit in the May 2026 docs. For internal codebases, this is something to clear with InfoSec before broad rollout.

8. Business context and Sales Claw — what "in-motion AI approval" means at work

Engineering impact

Engineers, SREs, and on-call rotations get the most direct change. Concrete examples:

  • Overnight incident response goes mobile: PagerDuty / Slack page → phone Codex check → fix suggestion → approve from phone → Mac applies
  • Small fixes during commute: see a bug report on the train, send a "fix this typo" prompt, PR is waiting at the desk
  • Progress checks during meetings: "did the build pass?" in a few taps without opening the laptop
  • Weekend critical bugs: triage and light approvals without sitting down at the Mac

For Sales Claw specifically: "Sales Claw runs overnight, errors page the operator, phone checks state, Codex on the Mac proposes a fix, phone approves, Mac applies" is now a viable loop. The old "the only person who can recover is the one at the Mac" constraint loosens, which is the genuine value.

Non-engineering implications

For non-engineers (sales, marketing, executives), there's little direct use of Codex on mobile itself. What's worth tracking is "engineers' effective working time may expand" and "Anthropic and OpenAI are both serious about the mobile surface now" as industry signals.

Split with other tools

For "use AI from the phone" outside of coding, keep using the right tool for the job:

項目Codex on mobile (phone × coding)Other tools (phone × non-coding)
Target taskCode read/write/approve/fixResearch, summarization, customer responses, sales copy
ToolCodex tab inside the ChatGPT mobile appChatGPT (non-Codex), Claude mobile, Perplexity, Sales Claw, etc.
Environment neededMac with Codex for Mac running + pairedPhone alone (backends on each vendor)
Use caseEngineer incident response, small fixes, progress checksOn-site research, customer reply drafts, email copy
Security boundaryCode and credentials stay on the Mac (phone is view + approval only)Processing moves to the cloud (Sales Claw etc. local-execution stack is separate)

Where Sales Claw fits

Sales Claw is a locally executed OSS focused on delivering messages through corporate contact forms. Codex on mobile is about "remote-controlling Codex on your Mac from a phone" — different layer, different role.

Sales Claw is a policy-controlled autonomous system that reduces mis-send and policy-violation risk via pre-send automated checks, sales-NG detection, CAPTCHA-detected pause, send-rate limits, and audit-log retention. With Codex on mobile in the picture, a realistic combined flow looks like:

  • Overnight run: Sales Claw on the Mac processes outreach forms
  • Anomaly alert: Sales Claw detects an error and pages the operator via Slack
  • Mobile triage: from the ChatGPT app's Codex tab, ask Codex on the Mac to inspect the log and propose a fix
  • Approval: trivial fix → approve from phone, non-trivial → go to the Mac
  • Recovery: Mac-side Codex applies the fix and Sales Claw resumes

Pre-rollout checklist (seven items)

  1. Get InfoSec sign-off for Codex on mobile (code snippets go through a third-party AI service)
  2. Make screen lock + biometric auth mandatory in the device policy
  3. Limit approval scope to "small fixes only" in an internal rule
  4. Explicitly forbid phone approval for sensitive repos, production deploys, and destructive operations
  5. Require post-approval review at the Mac, not on the phone
  6. Standardize Mac power settings to "always on" for machines used as Codex hosts
  7. Re-review the OpenAI Codex Changelog quarterly, especially for Windows pairing GA

As engineering orgs move AI coding-agent approvals to mobile, run overnight outreach with Sales Claw and let phone approvals only handle exceptional fixes. Local execution, pre-send automated checks, and audit logs hold up the bottom layer of AI sales automation.

無料・MIT ライセンス。インストールせずにライブデモも試せます。

よくある質問

What is Codex on ChatGPT mobile?
It's a preview feature OpenAI rolled out on 2026-05-14 that lets you remote-control a Codex (AI coding agent) running on your Mac from the ChatGPT app on your phone. The phone doesn't run the AI; the Mac does. You pair them by scanning a QR code that Codex for Mac displays. From your phone you can see live thread state, approve pending commands, switch models, and start new prompts. Available on iOS, iPad, and Android across every ChatGPT plan (Free, Go, Plus, Pro, Business) during preview. As of 2026-05-17 the host machine has to be macOS — Windows pairing is 'coming soon.'
Does Codex run on the phone itself?
No. Codex on mobile is a remote control; the AI engineering agent itself runs on the Mac. Files, credentials, plugins, skills, and configuration all stay on the Mac. The phone is a viewing and approval surface — it shows live state and lets you send approvals or new prompts. This is also a safety property: a lost or stolen phone doesn't carry your code or credentials. If your Mac is powered off or fully asleep, the phone can't reach Codex.
Does the Free or Go plan really get this?
Yes — OpenAI explicitly says Codex on mobile is rolling out to all ChatGPT plans including Free and the lower-cost Go tier during preview, in supported regions. Region-by-region availability for Japan and the rest of APAC isn't listed in the changelog, so check the in-app rollout state directly. Note that the Codex for Mac app has its own access requirements separate from the mobile preview rollout. What happens to the plan split after preview ends isn't announced as of 2026-05-17.
Can I pair my phone with a Windows PC?
Not yet, as of 2026-05-17. OpenAI's announcement says Windows pairing is 'coming soon' without a committed date. If you're a Windows-only user and want to try Codex from your phone now, your options are: (1) borrow a Mac, (2) use Codex on the web from your mobile browser, or (3) wait for Windows support. Looking at the Codex CLI release history, Windows tends to lag Mac by weeks to months, so enterprise rollout plans should leave headroom.
Is it safe to approve commands from a phone?
OpenAI says the per-command approval model from desktop Codex carries over to mobile, but there are extra things to think about. (1) Phones are easier to lose or have stolen — make sure screen lock and biometric auth are on. (2) The smaller screen makes full command text easier to gloss over, so 'just tap approve' becomes a real risk — slow down. (3) Don't use phone approval for high-blast-radius work (sensitive repos, production deploys); reserve that for the desk. (4) Even after approval, review the logs and outputs on the Mac when you're back at it, not on the phone.
How is this different from Claude Code Remote Control?
Anthropic shipped Remote Control for Claude Code first, in February 2026; Codex on mobile is OpenAI's response. The design is similar — both let you remote-control a coding agent running on your PC from a phone. The differences: Codex on mobile lives inside the ChatGPT mobile app, so it shares UI, threads, and project context with the rest of ChatGPT. Claude Code Remote Control runs as a dedicated surface that's more focused on coding tasks. The feature gap will close fast over the next few months, so the practical selection criterion for an organization is usually 'whichever AI plan we already standardize on.'
Can I use Codex on mobile for sales or research work?
Generally no — Codex is a coding agent, so for non-coding work (research, customer outreach), ChatGPT on web/mobile or the Claude mobile app fits better. The most realistic Sales Claw use case is engineering-side: you have Sales Claw running overnight, an error fires, you get pinged, you check the state from your phone, ask Codex on the Mac to draft a fix, approve from the phone, and Codex applies it on the Mac. The 'I have to be at my desk to recover' constraint that's been the default for years gets loosened — that's the real change.

参考文献

本記事は X 公式アカウントと公式ドキュメントを一次情報として参照しています。

  1. [01]
  2. [02]
  3. [03]
  4. [04]
  5. [05]
  6. [06]
  7. [07]
  8. [08]

この記事の著者

中澤 圭志

中澤 圭志

Sales Claw maintainer

Designs and develops Sales Claw. Writes from the field on B2B sales automation and applied AI.

Share this article