ZIP
WinGet
Codex CLI
OpenAI, Inc. · 0.111.0 · arm64
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-aarch64-pc-windows-msvc.exe.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenAI.Codex
Version
0.111.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.111.0/codex-aarch64-pc-windows-msvc.exe.zip
Release Notes
New Features
- Fast mode is now enabled by default, and the TUI header shows whether the session is running in Fast or Standard mode. (#13450, #13446)
- js_repl can now dynamically import local .js and .mjs files, making it easier to reuse workspace scripts from the REPL. (#13437)
- Codex now tells the model which plugins are enabled at session start, improving discovery of installed MCPs, apps, and skills. (#13433)
- App-server v2 now exposes MCP elicitation as a structured request/response flo…