🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@openai/codex

Package Overview
Dependencies
Maintainers
17
Versions
3546
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openai/codex - npm Package Compare versions

Comparing version
0.146.0-alpha.4
to
0.146.0-alpha.5
+7
-7
package.json
{
"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"
}
}

@@ -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 @@