OpenAI Codex is OpenAI's expanding "superapp" agent platform — cloud web app, open-source CLI, IDE extension, Desktop app, and GitHub bot — powered by GPT-5.4. As of April 16, 2026 it gained background computer use (Mac), an in-app browser, image generation (gpt-image-1.5), memory, heartbeat automations, 90+ plugins, and multi-terminal tabs. More than 2 million developers use it weekly.
Architecture Deep Dive → OpenAI Codex Architecture Breakdown — three-layer design, agent loop with prompt construction, dual sandbox model (kernel-level CLI vs. air-gapped cloud), AGENTS.md configuration, GitHub integration, and comparison with Claude Code, Copilot, and Devin.
Note: This is not the original Codex from 2021 (the code completion model). This is the 2025 relaunch — a fully agentic product that reuses the Codex name.
Why It's in Trial
OpenAI re-entered the agentic coding space in 2025 with a product that competes directly with Claude Code, GitHub Copilot, and Devin. Usage grew 5x since January 2026 — one of OpenAI's fastest-growing products, now at 2M+ weekly active users.
Key capabilities:
- Parallel cloud tasks: Multiple sandboxed instances work simultaneously on different tasks in your codebase
- GitHub integration: Tag
@codexon any GitHub issue or PR to trigger the agent; opt in to automatic PR reviews on every new PR - AGENTS.md support: Open standard (Linux Foundation / AAIF) for guiding agent behaviour — works across Codex, Cursor, Copilot, Windsurf, Gemini CLI, and others
- Air-gapped sandbox: Cloud containers have no internet access during task execution — only your repo and pre-installed dependencies
- Open-source CLI: Apache-2.0 licensed, written in Rust, 67K+ GitHub stars — the CLI uses OS-level kernel enforcement (Landlock + seccomp on Linux, Seatbelt on macOS), making it the only major coding agent with kernel-level sandboxing enabled by default
- Codex GitHub Action: Run Codex in CI/CD for automated code review, migrations, and quality gates
Trial rather than Adopt because Claude Code leads SWE-bench Verified (80.8% vs Codex's competitive but lower score), the Codex product line is still iterating rapidly (three major capability expansions in April 2026 alone), and the new non-coding surface area (computer use, image gen, browser) is too fresh to evaluate in production.
When Codex is the right choice: Teams already paying for ChatGPT (it's included), multi-tool shops that value AGENTS.md portability, teams that want kernel-level sandboxing by default, and teams building across the full software lifecycle (code + design + docs + monitoring in one agent).
When to look elsewhere: If you need the highest autonomous success rate (Claude Code), if you want an editor-integrated experience (Cursor), or if your team is primarily on GitHub and wants the tightest CI/CD integration (Copilot).
April 16, 2026 — "Codex for Almost Everything" Update
OpenAI's largest Codex release to date expands the platform well beyond coding into what the company is calling its "superapp" strategy. All features roll out to Codex Desktop users signed in with ChatGPT today:
- Background computer use (Mac): Codex can operate desktop apps with its own cursor — seeing the screen, clicking, and typing — in the background without interrupting the user's active session. Supports multiple agents running in parallel. Not yet available in EU or UK.
- In-app browser: Powered by Atlas (OpenAI's internal browser technology), the Codex desktop app now embeds a browser. Users can comment directly on live web pages to give precise instructions. Initially focused on localhost web apps; full browsing planned.
- Image generation: Integrated gpt-image-1.5 for generating product mockups, UI concepts, and design assets within the same workflow.
- Memory: Codex now stores user preferences, tech stacks, and recurring workflows across sessions.
- Heartbeat automations: Thread-level recurring automations that let Codex resume or re-run tasks on a schedule — for monitoring Slack channels, triaging GitHub issues, summarising CI failures, or watching Gmail and Notion. Inside OpenAI these run as near-continuous agents.
- 90+ new plugins: Combine skills, app integrations, and MCP servers for richer context gathering and actions.
- Multiple terminal tabs + file sidebar: UI improvements including rich previews for PDFs and spreadsheets.
- Intel Mac support: First Codex release to support Intel-based Macs.
Sources: MacRumors, 9to5Mac, The New Stack, Engadget, OpenAI announcement
Key Characteristics
| Property | Value |
|---|---|
| Interface | Cloud web, CLI, IDE extension, Desktop app (Mac), GitHub bot |
| Provider | OpenAI |
| License | CLI: Apache-2.0; Cloud: Proprietary |
| Pricing | Included with ChatGPT Plus ($20/mo), Pro ($200/mo), Team, Business, Enterprise |
| Underlying model | GPT-5.4 (Cloud), GPT-5.4 mini (subagent tasks), gpt-image-1.5 (image gen), configurable (CLI) |
| Computer use | Mac Desktop (background, parallel agents); not yet available in EU/UK |
| Browser | In-app Atlas browser (localhost web apps; full browsing planned) |
| Sandbox | Cloud: air-gapped Docker containers; CLI: Landlock + seccomp (Linux), Seatbelt (macOS) |
| Automations | Heartbeat-style recurring threads; monitors Slack, GitHub, Gmail, Notion |
| Plugins | 90+ (skills + app integrations + MCP servers) |
| CLI | Open-source Rust CLI (Apache-2.0, 67K+ GitHub stars) |
| Weekly active users | 2M+ (as of early 2026) |
| GitHub | openai/codex |
| Website | openai.com/codex |
| Docs | developers.openai.com/codex |
Codex Security (Research Preview)
OpenAI launched Codex Security in March 2026 (formerly known internally as Aardvark) — an AI security agent built into the Codex ecosystem. It runs a three-stage pipeline: identification (scans the repo and generates a project-specific threat model), validation (sandbox-tests findings to filter false positives), and remediation (generates a concrete patch for review).
In its first 30 days of beta, Codex Security scanned more than 1.2 million commits, identifying 792 critical and 10,561 high-severity findings. OpenAI reported an 84% reduction in overall noise and a 50% drop in false-positive rates versus earlier approaches. The tool also discovered 14 CVEs in foundational open-source projects including libssh, PHP, Chromium, OpenSSH, and GnuTLS. (The Hacker News, OpenAI announcement)
Available to ChatGPT Pro, Enterprise, Business, and Edu customers. Comes weeks after Anthropic launched the analogous Claude Code Security.
Further Reading
- OpenAI Codex Architecture Breakdown — full deep dive
- Codex for (almost) everything — April 16, 2026 superapp expansion announcement
- Introducing Codex
- Unrolling the Codex agent loop
- Unlocking the Codex harness: how we built the App Server
- Codex Security: now in research preview
OpenAI Codex (2025 relaunch) is a cloud-based software engineering agent powered by codex-1 (a coding-optimised version of o3/GPT-5) that can handle complex tasks in parallel cloud sandboxes — with deep GitHub integration for issue-to-PR workflows.
Note: This is not the original Codex from 2021 (the code completion model). This is a new agentic product reusing the Codex name.
Why It's in Trial
OpenAI re-entered the agentic coding space seriously in 2025 with a product that competes directly with Claude Code and GitHub Copilot Workspace. Daily usage grew more than 10x since August 2025, and it's one of OpenAI's fastest-growing products.
Key capabilities:
- Parallel tasks: Multiple sandboxed instances can work simultaneously on different tasks in your codebase
- GitHub integration: Tag
@codexon any GitHub issue or PR to trigger the agent - Automatic PR reviews: Opt in to have Codex automatically review every new PR
- AGENTS.md support: Place guidelines in your repo to control how the agent reviews and modifies code
- Air-gapped sandbox: The cloud container has no internet access during task execution — it can only access your repo and pre-installed dependencies (a security feature)
Access Points
- Codex Cloud: Web interface at openai.com/codex
- Codex CLI:
npm install -g @openai/codex— runs locally in your terminal - IDE extension: Available for VS Code, Cursor, and VS Code forks
- SDK: TypeScript SDK for embedding in your own tools
Included With
ChatGPT Plus, Pro, Business, Edu, and Enterprise subscriptions.
Key Characteristics
| Property | Value |
|---|---|
| Interface | Web, CLI, IDE extension |
| Underlying model | codex-1 (o3/GPT-5 variant optimised for coding) |
| Strengths | GitHub integration, parallel execution, PR review |
| Provider | OpenAI |
| Announcement | Introducing Codex |
| Website | openai.com/codex |