From cef7fbc494b6a8c3c6fc20f9923f13923f29092d Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastav Date: Mon, 16 Feb 2026 16:35:05 +0000 Subject: [PATCH] docs: mention Codex app in README intro (#11926) Add mention of the app in the README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae5073beae..1e44875f21 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@


If you want Codex in your code editor (VS Code, Cursor, Windsurf), install in your IDE. +
If you want the desktop app experience, run codex app or visit the Codex App page.
If you are looking for the cloud-based agent from OpenAI, Codex Web, go to chatgpt.com/codex.

---