From 5dabc52e737e66c2a207a1603f0e4f27905fd2d8 Mon Sep 17 00:00:00 2001 From: Edward Frazer Date: Tue, 24 Feb 2026 19:54:54 -0800 Subject: [PATCH] Document direct install commands --- README.md | 16 ++++++++++++++-- docs/install.md | 17 ++++++++++++++++- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e44875f21..fd7a89a62d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

npm i -g @openai/codex
or brew install --cask codex

+

curl -fsSL https://chatgpt.com/codex/install.sh | sh
powershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://chatgpt.com/codex/install.ps1 | iex"
or npm i -g @openai/codex
or brew install --cask codex

Codex CLI is a coding agent from OpenAI that runs locally on your computer.

Codex CLI splash @@ -14,7 +14,19 @@ If you want Codex in your code editor (VS Code, Cursor, Windsurf),