2026-02-18 08:33:11 +00:00

61 lines
3.2 KiB
JSON

{
"version": "0.104.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.104.0/codex-x86_64-pc-windows-msvc.exe#/codex.exe",
"https://github.com/openai/codex/releases/download/rust-v0.104.0/codex-command-runner-x86_64-pc-windows-msvc.exe#/codex-command-runner.exe",
"https://github.com/openai/codex/releases/download/rust-v0.104.0/codex-windows-sandbox-setup-x86_64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
],
"hash": [
"648bc2e65ce4e99b1cbd32763df05fc987ff6e045db5d36046e0604e22d9ea21",
"b627d8db04712c04c6ae74a175b3c7e9077a51dcab4f1013740b84e7926d83d8",
"c6f1c99c09a3a73d174694c401d692a01a6df7562cb5ea37c16aa3da61c9951c"
]
},
"arm64": {
"url": [
"https://github.com/openai/codex/releases/download/rust-v0.104.0/codex-aarch64-pc-windows-msvc.exe#/codex.exe",
"https://github.com/openai/codex/releases/download/rust-v0.104.0/codex-command-runner-aarch64-pc-windows-msvc.exe#/codex-command-runner.exe",
"https://github.com/openai/codex/releases/download/rust-v0.104.0/codex-windows-sandbox-setup-aarch64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
],
"hash": [
"56715aa4a177d57644eed54a646bbce1704738b28abbba05fb3f9faf644658db",
"14f01f1039972c88a96b9f871e2ff313d280694670bacc0d37901dfb333f104e",
"cea657cdc7c87cf5424e3dda3dfeb1d3072a4dac3ba53a8b51cb1ff94bd91927"
]
}
},
"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"
]
}
}
}
}