2026-02-27 00:54:18 +00:00

61 lines
3.2 KiB
JSON

{
"version": "0.106.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.106.0/codex-x86_64-pc-windows-msvc.exe#/codex.exe",
"https://github.com/openai/codex/releases/download/rust-v0.106.0/codex-command-runner-x86_64-pc-windows-msvc.exe#/codex-command-runner.exe",
"https://github.com/openai/codex/releases/download/rust-v0.106.0/codex-windows-sandbox-setup-x86_64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
],
"hash": [
"84c22ae9bf827e77809b9d2fbab281406f9508dbd7463ff66db8363b4420fb12",
"831d3918f1f4144ee591ee33b46ff7df28a2702bac7172251962feabcacdbba1",
"700ff70b18ef1ad590757c6d57a83751a40bb6e467912c36d3afed678cb772f0"
]
},
"arm64": {
"url": [
"https://github.com/openai/codex/releases/download/rust-v0.106.0/codex-aarch64-pc-windows-msvc.exe#/codex.exe",
"https://github.com/openai/codex/releases/download/rust-v0.106.0/codex-command-runner-aarch64-pc-windows-msvc.exe#/codex-command-runner.exe",
"https://github.com/openai/codex/releases/download/rust-v0.106.0/codex-windows-sandbox-setup-aarch64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
],
"hash": [
"b234ae9821d97066a16e331e86c5e318d39e75e266886ad6a8c50de5a3c8486c",
"8c066cd0dde133c3f29fdd1e7d73c4b81534a5a05c2dba97527d21fbfb56f690",
"01dc6b793b3ff3d96290f1186221491a10453a2ca35aca8910a35afab45a29e8"
]
}
},
"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"
]
}
}
}
}