ZIP
WinGet
Codex CLI
OpenAI, Inc. · 0.115.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.115.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.115.0/codex-x86_64-pc-windows-msvc.exe.zip
Release Notes
New Features
- Supported models can now request full-resolution image inspection through both view_image and codex.emitImage(..., detail: "original"), which helps with precision visual tasks. (#14175)
- js_repl now exposes codex.cwd and codex.homeDir, and saved codex.tool(...) / codex.emitImage(...) references keep working across cells. (#14385, #14503)
- Realtime websocket sessions gained a dedicated transcription mode, plus v2 handoff support through the codex tool, with a unified [realtime] s…