Codex Remote has reached general availability, moving Codex beyond a developer's active desktop. A user can start or continue work on a connected Mac or Windows host from the ChatGPT mobile app, inspect progress, and approve actions. A DigitalOcean plugin adds another path: Codex can provision a Droplet, configure SSH, and attach it to the Codex App as a remote workspace.
Official release date
OpenAI announced Codex Remote general availability on June 25, 2026. This AILinkBase guide was published on July 13 after verification against the official Codex changelog.
What the workflow looks like
- Connect an iOS or Android device to a Mac or Windows host using authenticated one-to-one QR pairing.
- Start or continue a Codex task from the ChatGPT mobile app.
- Review task progress remotely and approve actions when Codex requires confirmation.
- For cloud execution, use the DigitalOcean plugin to create a Droplet, configure SSH, and connect it as a remote workspace.
Why this matters
Continuity
Long-running engineering work no longer requires the developer to remain in front of the original computer to monitor progress or provide routine approvals.
Remote capacity
A cloud workspace can provide a clean, persistent environment for builds, services, repositories, or workloads that should not run on a laptop.
Security and cost checklist
- Pairing: remove lost or unused mobile devices and re-pair hosts when ownership changes.
- Host permissions: give Codex access only to the projects and directories needed for the task.
- SSH: use dedicated keys, restrict server users, disable unnecessary password access, and rotate credentials.
- Secrets: keep API keys out of repositories and terminal output; scope cloud tokens to the minimum required actions.
- Network: expose only required ports and review outbound access for sensitive projects.
- Approvals: retain confirmation for destructive, external, costly, or production-impacting actions.
- Spending: set Droplet budgets, alerts, ownership, shutdown rules, and cleanup responsibilities.
- Auditability: preserve task history, commits, deployment logs, and infrastructure events.
When to use a cloud workspace
Use a remote workspace when a task needs persistent services, more compute, a clean operating environment, stable network access, or isolation from a personal laptop. Keep work local when the repository contains sensitive material that is not approved for cloud transfer, the task is short, or cloud setup adds more operational risk than value.
AILinkBase recommendation
Codex Remote is a meaningful capability upgrade for developers who already run long tasks, but it should be evaluated as remote infrastructure—not merely a mobile convenience feature. Teams should document who owns the host, who can approve actions, where secrets live, what the agent may change, and how cloud resources are stopped.
Source: OpenAI Codex changelog · Related: Best AI tools for developers · OpenAI model retirement checklist