OpenAI's Codex App Lands on Windows
OpenAI has officially launched its native Codex app for Windows, following the release of the macOS version. The app features multi-agent support, sandboxed environments for safe code execution, and deep integration with Windows developer tools.
The original OpenAI Codex, announced in August 2021, was a fine-tuned version of GPT-3 and served as the initial model powering the first technical preview of GitHub Copilot. It was trained on 159 gigabytes of Python code from over 54 million GitHub repositories to translate natural language comments into code. The "Codex" name was later repurposed for a significantly more powerful, autonomous AI agent introduced in May 2025. This new version is built on OpenAI's advanced reasoning models, not GPT-3, and is designed to handle entire software development tasks from writing features to running tests and submitting pull requests. The new app's "multi-agent" capability represents a shift from pair-programming to orchestrating a team of AI agents. This model allows developers to delegate complex, long-running tasks that can execute in parallel for hours or even days, with the app acting as a "command center" for these concurrent workflows. The sandboxed environments are a critical security feature, using native, open-source technology to isolate agent operations. By default, agents are restricted to specific file directories and must obtain explicit user permission for elevated privileges like network access or executing shell commands. This Windows release follows the macOS desktop app, which launched on February 2, 2026. The move toward dedicated desktop applications is part of a broader strategy to manage complex AI workflows that go beyond simple code completion within an IDE. Under the hood, the current generation of Codex is powered by models such as GPT-5.3-Codex. For developers preferring programmatic access, OpenAI also provides API access to models like `codex-mini-latest`, a fine-tuned version of its `o4-mini` model. The push for a dedicated agent-management app is also a competitive move against rivals like Anthropic's Claude Code, which has been gaining significant traction among enterprise developers. Access to Codex is bundled with existing ChatGPT subscriptions, including the Plus plan at $20/month and the Pro plan at $200/month, each with different usage limits. Developers can also access Codex models via API keys, which are billed on a per-token basis.