Rapid Iteration
Multiple releases per week during active development, with separate cadences for CLI, app, and IDE extension
Codex evolves rapidly with frequent updates across the CLI, desktop app, IDE extension, and cloud platform. Understanding how to manage versions and stay current is crucial for maximizing your productivity.
Rapid Iteration
Multiple releases per week during active development, with separate cadences for CLI, app, and IDE extension
Multiple Surfaces
Codex ships as a CLI (@openai/codex), a desktop app, an IDE extension, and a cloud platform — each updated independently
Backward Compatibility
Careful attention to config and API compatibility across versions
Open Source CLI
The CLI is open-source at github.com/openai/codex, with transparent changelogs per release
# Install or update to latestnpm install -g @openai/codex@latest
# Check current versioncodex --version
# Install a specific versionnpm install -g @openai/codex@0.98.0The Codex desktop app updates automatically. You can also launch it from the CLI:
# Open the desktop app (macOS)codex app <path>0.98.0). Check releases at github.com/openai/codex/releasesv260205 = February 5, 2026)Review Changelog
Explore the detailed version history to see how Codex has evolved
Official Docs
Visit developers.openai.com/codex for the latest documentation