2026-03-02 20:32:16 +00:00

61 lines
3.2 KiB
JSON

{
"version": "0.107.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.107.0/codex-x86_64-pc-windows-msvc.exe#/codex.exe",
"https://github.com/openai/codex/releases/download/rust-v0.107.0/codex-command-runner-x86_64-pc-windows-msvc.exe#/codex-command-runner.exe",
"https://github.com/openai/codex/releases/download/rust-v0.107.0/codex-windows-sandbox-setup-x86_64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
],
"hash": [
"5ef2fe0c3d1259183eb1f123549c7e86839634687f75a2480cbc159cd4e8a2f7",
"09b46491eafc331f30f112c2137f2e77e93e5693641cc50e7cf8ee5c6f756185",
"77f9d8d6cd46e336f73a391e458d61db06a860893ede61cb81642854baa97ec0"
]
},
"arm64": {
"url": [
"https://github.com/openai/codex/releases/download/rust-v0.107.0/codex-aarch64-pc-windows-msvc.exe#/codex.exe",
"https://github.com/openai/codex/releases/download/rust-v0.107.0/codex-command-runner-aarch64-pc-windows-msvc.exe#/codex-command-runner.exe",
"https://github.com/openai/codex/releases/download/rust-v0.107.0/codex-windows-sandbox-setup-aarch64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
],
"hash": [
"b4c9568ad3b49008bdee6cc11a969459c9c0aee5541613b7895d98acba1da850",
"f73969254e04c6e3ce9bad0289f686e49c29d05f4af7839208208b981eadd2c2",
"b568b88aef9c7c6456b4d349e9c638329889a68e2305d47db1c0ec808a419afc"
]
}
},
"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",
"https://github.com/openai/codex/releases/download/rust-v$version/codex-command-runner-x86_64-pc-windows-msvc.exe#/codex-command-runner.exe",
"https://github.com/openai/codex/releases/download/rust-v$version/codex-windows-sandbox-setup-x86_64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
]
},
"arm64": {
"url": [
"https://github.com/openai/codex/releases/download/rust-v$version/codex-aarch64-pc-windows-msvc.exe#/codex.exe",
"https://github.com/openai/codex/releases/download/rust-v$version/codex-command-runner-aarch64-pc-windows-msvc.exe#/codex-command-runner.exe",
"https://github.com/openai/codex/releases/download/rust-v$version/codex-windows-sandbox-setup-aarch64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
]
}
}
}
}