2026-02-25 20:31:58 +00:00

61 lines
3.2 KiB
JSON

{
"version": "0.105.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.105.0/codex-x86_64-pc-windows-msvc.exe#/codex.exe",
"https://github.com/openai/codex/releases/download/rust-v0.105.0/codex-command-runner-x86_64-pc-windows-msvc.exe#/codex-command-runner.exe",
"https://github.com/openai/codex/releases/download/rust-v0.105.0/codex-windows-sandbox-setup-x86_64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
],
"hash": [
"cece8fd0741f7b1ed663e433f5dd55e5e90ed13ebf0b0652fb8eb1e16df86378",
"54a7d05e3510cbf85930e391094b2a2a7c94fccc6b4b1bf9ac8db1cff05fb976",
"4d3e990ab79ee8687ce98bd1f076f3ce95f2d1c8d11533aa35d77f426b790e96"
]
},
"arm64": {
"url": [
"https://github.com/openai/codex/releases/download/rust-v0.105.0/codex-aarch64-pc-windows-msvc.exe#/codex.exe",
"https://github.com/openai/codex/releases/download/rust-v0.105.0/codex-command-runner-aarch64-pc-windows-msvc.exe#/codex-command-runner.exe",
"https://github.com/openai/codex/releases/download/rust-v0.105.0/codex-windows-sandbox-setup-aarch64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
],
"hash": [
"b260dd66f24b789c111c115e2ccb0d20b68c67007cfcc4669ef2fe9c79d8508a",
"6309a8208e85639ad082de9a1609af868fca2c71091d11b57b3e28f25a6b8e81",
"93b7d137ba9c0b584913459f4a5eeeee004a0cdfda88a16f4b3a9856d931ff1d"
]
}
},
"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"
]
}
}
}
}