OpenAI expands Codex to mobile, remote SSH and enterprise tools amid Anthropic restrictions
Update the ChatGPT mobile app to preview, enable Codex, and configure Remote SSH, Hooks, and programmatic access tokens for your CI pipelines.
Update the ChatGPT mobile app to preview, enable Codex, and configure Remote SSH, Hooks, and programmatic access tokens for your CI workflows.
Summary
OpenAI has broadened the reach of its Codex code‑generation model by embedding it into the ChatGPT mobile app, enabling users to initiate tasks, review outputs, approve commands and steer execution from their phones while the model continues running on a laptop, Mac mini or dedicated devbox. The company also announced that Remote SSH is now generally available for managed remote environments, and added hooks and programmatic access tokens to support business and enterprise automation around the Codex loop. These moves position Codex as a more flexible, cloud‑agnostic tool that can be integrated into existing development workflows.
In parallel, GitHub’s technical preview of the Copilot App introduces a desktop environment that supports parallel workstreams, repository and pull‑request lifecycle management, and model flexibility. Visual Studio Code has shipped a new Agents window that supports multi‑agent, multi‑project workflows, browser and mobile support via vscode.dev/agents, bring‑your‑own‑key (BYOK) improvements, and terminal output compression. Open‑source projects such as Nous/Hermes Agent and Kimi’s Web Bridge browser extension have added Codex runtime integration, routing OpenAI turns through a Codex CLI or app‑server, and exposing web interaction to multiple code CLIs.
The announcement comes amid Anthropic’s recent restrictions on Claude Code usage for third‑party wrappers and high‑volume programmatic workflows. Those limits have triggered dramatic rate‑limit reductions and subscription cancellations, underscoring the instability of subscription‑backed harnesses and the growing need for provider or model abstraction and BYOK paths. OpenAI’s expansion therefore not only broadens its own product suite but also responds to a market that increasingly demands flexible, self‑hosted or hybrid code‑generation solutions.
Key changes
- Codex now preview‑available in ChatGPT mobile app on iOS and Android for all plans
- Mobile app syncs live state from connected machines via secure relay, showing screenshots, terminal output, diffs, and test results
- Remote SSH integration lets Codex connect to managed remote environments; desktop app auto‑detects hosts from SSH config
- Hooks are generally available for prompt scanning, validators, logs, memories, and custom behavior per repo/directory
- Programmatic access tokens available on Enterprise and Business plans for CI pipelines and internal automations
- HIPAA‑compliant use of Codex in local environments supported for eligible ChatGPT Enterprise workspaces
- Preview rollout includes support for connecting phone to Codex app on Windows soon