Codex is an AI coding agent developed by OpenAI for software engineering tasks such as writing code and fixing bugs, released in April 2025 as Codex CLI. Codex is available through ChatGPT's web app, the Codex CLI, a desktop app for Windows and macOS, and several IDE integrations. In March 2026, OpenAI introduced Codex Security, an application-security agent designed to identify and fix software vulnerabilities. By March 2026, Codex had grown to more than 2 million weekly active users, and OpenAI was positioning it as a broader enterprise agent platform that could eventually be used for tasks beyond software development.
History OpenAI released Codex CLI on April 16, 2025, as an open-source coding agent that runs locally in the terminal. It connects OpenAI's language models with local code and command-line tasks, enabling them to write and edit code, execute commands, and interact with files through a lightweight interface. A month later, on May 16, 2025, the company announced a research preview of Codex Cloud. At launch it was powered by codex-1, a version of the o3 reasoning model optimized for software engineering, and could write features, answer questions about a codebase, fix bugs, and propose code changes for review. The research preview first rolled out to some paid ChatGPT tiers, and ChatGPT Plus users gained access in June 2025. In February 2026, OpenAI released a desktop Codex app intended to help users manage multiple coding agents over longer periods and use code to gather or analyze information, and updated the underlying model twice: GPT-5.3-Codex arrived on February 5, followed a week later by GPT-5.3-Codex-Spark, a lower-latency variant for real-time interactive coding that was initially available as a research preview for ChatGPT Pro users. Spark was OpenAI's first production model deployed on Cerebras hardware and ran about 15 times faster than earlier Codex versions, according to InfoQ. OpenAI released GPT-5.4 for Codex on March 5, 2026. Later that month, OpenAI announced that the ChatGPT app for computers, Codex, and ChatGPT Atlas were to be combined into a single desktop "superapp" as part of an effort to simplify its product lineup and respond to growing competition from Anthropic. OpenAI also agreed to acquire Python toolmaker Astral, a deal that would bring Astral's developer tools into Codex. In April 2026, Reuters reported that pressure from Anthropic's Claude Code had led OpenAI to redirect resources toward Codex and enterprise tools as part of a broader strategic refocus. OpenAI merged the Codex app with the ChatGPT desktop app on July 9, 2026.
Features
Each Codex task runs in a separate cloud environment preloaded with the user's repository, where the agent can read and edit files, run tests, and invoke other code-checking tools. The arrangement lets Codex function more like a coding agent than a conventional assistant, handling tasks independently before returning results for review. Most tasks take between 1 and 30 minutes; Codex returns command logs and test results so users can inspect what it has done. Codex was initially available inside ChatGPT's web app and deliberately lacked general internet access for security reasons, though OpenAI later enabled optional internet access during task execution. Security of those execution environments also drew scrutiny. In March 2026, SecurityWeek reported that researchers had found a now-patched vulnerability in Codex in which malicious GitHub branch names could inject commands during task setup and retrieve GitHub authentication tokens.
Architecture and platforms By February 2026, OpenAI had described a single "App Server" architecture that powered the CLI, the Visual Studio Code extension, the web app, the macOS desktop app, and third-party IDE integrations including JetBrains and Xcode. The unified server keeps long-running sessions and approval requests consistent across client interfaces. A Windows version released in March 2026 added native PowerShell support and a Windows-native agent sandbox built with operating-system controls such as restricted tokens and filesystem permission controls (ACLs). Apple deepened the Xcode integration in Xcode 26.3, allowing developers to use the agent inside Apple's development environment rather than only through OpenAI's own tools; TechCrunch reported that the integration let Codex inspect a project's structure, consult current Apple developer documentation, build projects, run tests, and revert changes through automatically created milestones.
Third-party integrations A series of third-party integrations extended Codex beyond OpenAI's own applications. GitHub added the agent in public preview to its Agent HQ system, making it available inside GitHub, GitHub Mobile, and Visual Studio Code for some Copilot subscribers; The Verge reported that developers could assign Codex to issues and pull requests and compare its output with other agents such as Claude and Copilot. Figma announced an integration that let users move between Figma and Codex through Figma's Model Context Protocol server, connecting interface design and code implementation. In March 2026, OpenAI added an enterprise-facing plugin system that let organizations package workflows, app integrations, and Model Context Protocol server configurations into installable bundles. InfoWorld reported that administrators could manage those plugins through policy settings and private marketplaces, allowing them to distribute, permit, or block particular plugins across teams.
… excerpt ends here. Continue reading the full article.




