{ "version": "0.60.1", "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.60.1/codex-x86_64-pc-windows-msvc.exe.zip", "hash": "f5bbe188db1026c7c930fab9e34b9a2a1fdcb7f3f3230b2ffb2d6453aff2c9a2" }, "arm64": { "url": "https://github.com/openai/codex/releases/download/rust-v0.60.1/codex-aarch64-pc-windows-msvc.exe.zip", "hash": "1f1a783d5972b62a050d7e60514f0a8514633bb20ddec500bfc176410dcf9f78" } }, "pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"", "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.zip", "hash": { "url": "https://api.github.com/repos/openai/codex/releases", "jsonpath": "$[?(@.tag_name=='rust-v$version')].assets[?(@.name=='codex-x86_64-pc-windows-msvc.exe.zip')].digest", "regex": "(?<=sha256:)([a-fA-F0-9]{64})" } }, "arm64": { "url": "https://github.com/openai/codex/releases/download/rust-v$version/codex-aarch64-pc-windows-msvc.exe.zip", "hash": { "url": "https://api.github.com/repos/openai/codex/releases", "jsonpath": "$[?(@.tag_name=='rust-v$version')].assets[?(@.name=='codex-aarch64-pc-windows-msvc.exe.zip')].digest", "regex": "(?<=sha256:)([a-fA-F0-9]{64})" } } } } }