ZIP
WinGet
Codex CLI
OpenAI, Inc. · 0.40.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
codex-x86_64-pc-windows-msvc.exe.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenAI.Codex
Version
0.40.0
Description
Codex CLI is an open‑source local coding agent that runs in your terminal, letting you write, edit, and understand code without leaving the command line.
License
Apache-2.0
↗
Homepage
https://github.com/openai/codex
Installer URL
https://github.com/openai/codex/releases/download/rust-v0.40.0/codex-x86_64-pc-windows-msvc.exe.zip
Release Notes
Notable Changes
- Default model is now gpt-5-codex (#4076)
- Autocompaction is triggered automatically for gpt-5-codex when hitting 220k tokens (#4093)
- Usage limits are now visible in /status (#4053)
- New /review commands (review specific commit, against a base branch, or custom instructions) (#3961)
- The default timeout for MCP tool calls is 60s and can be overridden in config.toml by setting tool_timeout_sec for an individual MCP server. (#3959)
Merged PRs
- [#3881] fix: update try_parse_w…