Skip to content

Commit 6b26f59

Browse files
Update Codex CLI installation guide
1 parent da5927a commit 6b26f59

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

content/install-guides/codex-cli.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ tool_install: true
1616
weight: 1
1717
---
1818

19-
Codex CLI is a lightweight coding agent from OpenAI that runs locally in your terminal. It can help you with coding tasks, understand your codebase, run commands, and assist with development workflows.
19+
Codex CLI is a local, terminal-based coding agent from OpenAI that helps developers explore codebases, generate changes, and run commands using natural language.
2020

21-
It supports multiple operating systems, including Arm-based Linux distributions and macOS.
21+
It’s useful for tasks such as understanding unfamiliar projects, refactoring code, and accelerating development workflows directly from the command line.
22+
23+
It supports multiple operating systems, including Arm-based Linux distributions and macOS. By integrating AI assistance directly into command-line workflows, it reduces context switching during development.
2224

2325
This guide explains how to install Codex CLI on macOS and Arm Linux.
2426

@@ -68,6 +70,8 @@ If you're not using Ubuntu/Debian, use your package manager to install curl.
6870

6971
### How do I install Node.js on Arm Linux?
7072

73+
{{% notice Note %}}If you already have Node.js 18 or later installed, you can skip this section.{{% /notice %}}
74+
7175
Codex CLI requires Node.js version 18 or higher. The easiest way to install Node.js on Arm Linux is using the NodeSource repository.
7276

7377
Download and run the Node.js setup script. For example, for Node.js 22.x:

0 commit comments

Comments
 (0)