You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/clients/codex-cli.md
+3-35Lines changed: 3 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,39 +8,7 @@ ease_of_use_for_non_technical: 3
8
8
github: https://github.com/openai/codex
9
9
---
10
10
11
-
Codex CLI is OpenAI's official command-line tool that brings the power of their latest reasoning models directly to your terminal. It's built for developers who already live in the terminal and want ChatGPT-level reasoning plus the power to actually run code, manipulate files, and iterate - all under version control.
11
+
Codex CLI brings OpenAI's reasoning models to the command line. It can create or edit files,
12
+
run commands in a sandbox, and track work under version control. Non-technical curators
13
+
can prompt tasks and review results directly from the terminal.
12
14
13
-
## Key Features
14
-
15
-
-**Multimodal inputs** – Pass text, screenshots, or diagrams and let the agent generate or edit code accordingly
16
-
-**Code execution** – Scaffolds files, runs them inside a sandbox, installs missing dependencies, and shows live results
17
-
-**Sandbox safety** – Runs model-generated commands in a sandbox with approval workflow
18
-
-**Version control integration** – All work happens under version control for easy tracking and rollback
19
-
20
-
## Installation
21
-
22
-
Install globally with npm:
23
-
```bash
24
-
npm install -g @openai/codex
25
-
```
26
-
27
-
Or using Homebrew:
28
-
```bash
29
-
brew install codex
30
-
```
31
-
32
-
## Alternative Options
33
-
34
-
Several community forks and alternatives are available:
35
-
36
-
-**[open-codex](https://github.com/ymichael/open-codex)** - Fork with expanded model support including OpenAI, Gemini, OpenRouter, and Ollama
37
-
-**[open-codex by codingmoh](https://github.com/codingmoh/open-codex)** - Fully open-source version supporting local language models
38
-
-**[ZSH Codex Plugin](https://github.com/tom-doerr/zsh_codex)** - ZSH plugin for AI-powered code completion
0 commit comments