{ "version": "0.93.0", "description": "OpenAI's Codex AI coding assistant", "homepage": "https://github.com/openai/codex", "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://github.com/openai/codex/releases/download/rust-v0.93.0/codex-x86_64-pc-windows-msvc.exe#/codex.exe", "hash": "93bffea8ed781691dc6e956084245e2538db33f4a9ed6bd15e54eb5be38466fd" }, "arm64": { "url": "https://github.com/openai/codex/releases/download/rust-v0.93.0/codex-aarch64-pc-windows-msvc.exe#/codex.exe", "hash": "0b32f6a1c0bc718730be3694f840ef6769b41c94d4e89efd57e36dafaf29f593" } }, "bin": [ [ "codex.exe", "codex" ] ], "checkver": { "url": "https://api.github.com/repos/openai/codex/releases", "regex": "rust-v(\\d+\\.\\d+\\.\\d+)(?![^\\d]*alpha|[^\\d]*beta|[^\\d]*rc|[^\\d]*preview)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/openai/codex/releases/download/rust-v$version/codex-x86_64-pc-windows-msvc.exe#/codex.exe" }, "arm64": { "url": "https://github.com/openai/codex/releases/download/rust-v$version/codex-aarch64-pc-windows-msvc.exe#/codex.exe" } } } }