ChatGPT for Android may soon control Codex desktop sessions

Strings found in ChatGPT for Android version 1.2026.125 suggest OpenAI is working on remote control for Codex desktop sessions from phones. The feature would let users reconnect to desktop coding sessions, add Codex shortcuts, and manage remote threads through the mobile app.

ChatGPT for Android may soon control Codex desktop sessions

OpenAI appears to be building a long-requested feature for ChatGPT on Android: the ability to remotely control Codex sessions running on a PC from a phone. Android Authority said it found new text strings in ChatGPT for Android version 1.2026.125 that point directly to remote session support for Codex desktop.

The change matters because Codex users have been asking for mobile access for months. According to the report, users have posted complaints on GitHub and Reddit saying that Anthropic’s Claude already offers a way to work on coding tasks remotely from a smartphone, while Codex has not had an equivalent native option.

⚡ New to this?

Codex is OpenAI’s coding agent, and a remote session means you can reconnect to work already running on another device. The Android app strings suggest OpenAI is building a way for ChatGPT on a phone to control Codex on a desktop PC, which could matter to developers who want to monitor or resume work away from their desks.

This is part of a broader shift toward AI tools that keep working on a computer while the user checks in from elsewhere. For non-specialists, the key idea is that the phone would act as a remote controller for the desktop session, not as a full replacement for the machine doing the actual work.

🦞 OpenClaw angle

If you build self-hosted agents, assume users will want remote control, not just a web UI. Design your agent sessions so they can reconnect cleanly across devices, show thread or run status, and keep account/session identity consistent.

Also plan for a mobile-safe control surface: a short command set, clear restart/reconnect messages, and a lightweight way to add shortcuts back into the main workflow. If your agent depends on a desktop runtime, make that dependency explicit so users know when the local machine must stay online.

The strings found in the Android app suggest OpenAI is working on the plumbing for that experience. Among the messages Android Authority uncovered were prompts such as “Make sure Codex is open on your desktop computer,” “Trying to restore your remote session,” and “Reconnecting to Codex desktop.”

Other lines mention that Codex must be open on the desktop computer and signed into the same account. That points to a setup where the mobile app does not replace the desktop app, but connects to it and resumes an existing session.

The app strings also reference a launcher shortcut for Codex. Lines such as “Creates a launcher shortcut that opens Codex” and “Codex shortcut added” suggest OpenAI may add a faster way to start or return to the desktop tool.

Android Authority said it also found text describing Codex as “an AI agent that helps you build and understand anything” and saying that it “uses the power of your desktop computer to build software and do complex work.” Other strings reference a remote composer, remote thread details, model settings, and help commands.

Those references are not a finished product preview, but they do show the company’s direction. The outlet said it was not yet able to bring up the feature in a usable state, so the function is still under development.

For developers, the appeal is straightforward: being able to check, reconnect to, and manage a coding agent session without returning to the desk. That is the gap OpenAI appears to be closing now, after months of user requests for native remote control on mobile.

Android Authority said the evidence comes from code strings, not from a public announcement by OpenAI. Even so, the wording in the app leaves little doubt that ChatGPT for Android is being prepared to control Codex desktop sessions remotely.

Source: r/OpenAI ↗

More from OpenClaw News