At a glance
OpenAI's coding agent across desktop, terminal, IDE, cloud, SDK, and CI, with default local sandboxing, managed permission policy, MCP, hooks, subagents, persistent memories, worktrees, browser tools, and optional local or custom model providers.
Good choice if
- ChatGPT subscribers who want one agent across app, IDE, and terminal
- Headless repository tasks and CI-style workflows
- Users who value sandbox boundaries and parallel delegation
Check before choosing
- The standard local workspace sandbox limits writes and disables network access, but legacy modes can still read beyond the project; least-privilege permission profiles are beta and do not compose with legacy sandbox settings
- Auto-review can replace a human at eligible sandbox-boundary prompts, but it only reviews requested escalations, can make mistakes, and is not a deterministic security guarantee
- Worktrees isolate Git checkouts rather than processes and are a desktop-app workflow; local chats can still operate directly in the user's checkout
See 6 more considerations
- There is no product-level file checkpoint: review-pane Git revert and session resume do not reverse arbitrary shell, browser, MCP, or remote-system side effects
- Browser and Computer Use can act outside the repository; the browser uses a separate profile, while Computer Use requires OS-level screen and accessibility access plus attended approval
- Remote connections inherit the connected host's projects, files, credentials, permissions, plugins, browser setup, and local tools rather than creating a separate isolation boundary
- Hosted access remains centered on OpenAI models; custom, Bedrock, Ollama, and LM Studio paths add flexibility but model quality and compatibility are separate from the harness
- Codex Security is an optional plugin or cloud vulnerability workflow, not evidence that the base harness or selected model will find every vulnerability
- The Apache-2.0 repository exposes the CLI, SDK, app server, sandbox, tests, and rollout tooling, but not the proprietary IDE extension or Codex cloud service
