2026-02-12 20:31:57 +00:00

61 lines
3.2 KiB
JSON

{
"version": "0.101.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.101.0/codex-x86_64-pc-windows-msvc.exe#/codex.exe",
"https://github.com/openai/codex/releases/download/rust-v0.101.0/codex-command-runner-x86_64-pc-windows-msvc.exe#/codex-command-runner.exe",
"https://github.com/openai/codex/releases/download/rust-v0.101.0/codex-windows-sandbox-setup-x86_64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
],
"hash": [
"61da33414961395772323646bf0e353a48cca74d99ce4a014a0e0016e5388b25",
"bfb439fb882f19e3e24829fae357e54cc74ac583863ec2b518fc708e174a879b",
"4eadeefaf89a11d28c0efbcaa12a35846c1a7344bc2a1d74ec83c103a406d760"
]
},
"arm64": {
"url": [
"https://github.com/openai/codex/releases/download/rust-v0.101.0/codex-aarch64-pc-windows-msvc.exe#/codex.exe",
"https://github.com/openai/codex/releases/download/rust-v0.101.0/codex-command-runner-aarch64-pc-windows-msvc.exe#/codex-command-runner.exe",
"https://github.com/openai/codex/releases/download/rust-v0.101.0/codex-windows-sandbox-setup-aarch64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
],
"hash": [
"334d02a44b4ffcf050716b1fdd222516838a031bf363d7afd1cbcf9aeb7d8c58",
"181ca2c44c0cc023016a9b1e23f35b16b555a0996422a9c19d510ca61fe7c785",
"a746b8e7232ef43c65af01ca1212422c9929ad709e93f16ad49e7abd3e8a8f0c"
]
}
},
"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"
]
}
}
}
}