ZIP
WinGet
Codex CLI
OpenAI, Inc. · 0.84.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.84.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.84.0/codex-aarch64-pc-windows-msvc.exe.zip
Release Notes
New Features
- Extend the Rust protocol/types to include additional metadata on text elements, enabling richer client rendering and schema evolution (#9235)
Chores
- Reduce flaky Rust release pipelines (notably on Windows) by increasing the release build job timeout (#9242)
Changelog
Full Changelog: rust-v0.83.0...rust-v0.84.0
- #9242 fix: increase timeout for release builds from 30 to 60 minutes @bolinfest
- #9235 Add text element metadata to types @charley-oai