@openai/codex
Advanced tools
+7
-7
| { | ||
| "name": "@openai/codex", | ||
| "version": "0.146.0-alpha.4", | ||
| "version": "0.146.0-alpha.5", | ||
| "description": "Codex CLI is a coding agent from OpenAI that runs locally on your computer.", | ||
@@ -23,9 +23,9 @@ "license": "Apache-2.0", | ||
| "optionalDependencies": { | ||
| "@openai/codex-linux-x64": "npm:@openai/codex@0.146.0-alpha.4-linux-x64", | ||
| "@openai/codex-linux-arm64": "npm:@openai/codex@0.146.0-alpha.4-linux-arm64", | ||
| "@openai/codex-darwin-x64": "npm:@openai/codex@0.146.0-alpha.4-darwin-x64", | ||
| "@openai/codex-darwin-arm64": "npm:@openai/codex@0.146.0-alpha.4-darwin-arm64", | ||
| "@openai/codex-win32-x64": "npm:@openai/codex@0.146.0-alpha.4-win32-x64", | ||
| "@openai/codex-win32-arm64": "npm:@openai/codex@0.146.0-alpha.4-win32-arm64" | ||
| "@openai/codex-linux-x64": "npm:@openai/codex@0.146.0-alpha.5-linux-x64", | ||
| "@openai/codex-linux-arm64": "npm:@openai/codex@0.146.0-alpha.5-linux-arm64", | ||
| "@openai/codex-darwin-x64": "npm:@openai/codex@0.146.0-alpha.5-darwin-x64", | ||
| "@openai/codex-darwin-arm64": "npm:@openai/codex@0.146.0-alpha.5-darwin-arm64", | ||
| "@openai/codex-win32-x64": "npm:@openai/codex@0.146.0-alpha.5-win32-x64", | ||
| "@openai/codex-win32-arm64": "npm:@openai/codex@0.146.0-alpha.5-win32-arm64" | ||
| } | ||
| } |
+10
-0
@@ -28,2 +28,12 @@ <p align="center"><strong>Codex CLI</strong> is a coding agent from OpenAI that runs locally on your computer. | ||
| The standalone installers download from `https://releases.openai.com/codex` by default and fall back to GitHub Releases if a metadata or asset download is unavailable. To force GitHub Releases, set `CODEX_INSTALLER_USE_RELEASES_OPENAI_COM` to `false` (`0` and `no` are also accepted): | ||
| ```shell | ||
| curl -fsSL https://chatgpt.com/codex/install.sh | CODEX_INSTALLER_USE_RELEASES_OPENAI_COM=false sh | ||
| ``` | ||
| ```powershell | ||
| $env:CODEX_INSTALLER_USE_RELEASES_OPENAI_COM='false'; irm https://chatgpt.com/codex/install.ps1 | iex | ||
| ``` | ||
| Codex CLI can also be installed via the following package managers: | ||
@@ -30,0 +40,0 @@ |
11708
4.65%82
13.89%