|
1 | 1 | --- |
2 | 2 | title: Codex CLI |
3 | | -draft: true |
| 3 | + |
4 | 4 | author: Joe Stech |
5 | 5 | minutes_to_complete: 10 |
6 | 6 | official_docs: https://developers.openai.com/codex/cli/ |
@@ -28,11 +28,9 @@ You need an OpenAI account to use Codex CLI. You can either sign in with your [C |
28 | 28 |
|
29 | 29 | Codex CLI requires Node.js 18 or later. |
30 | 30 |
|
31 | | -This guide explains how to install Codex CLI on macOS and Arm Linux. |
32 | | - |
33 | 31 | ## How do I download and install Codex CLI? |
34 | 32 |
|
35 | | -On most systems, you should install codex using `npm`. On macOS Homebrew can also be used. |
| 33 | +On most systems, install Codex CLI using npm. On macOS, there is also the option for you to use Homebrew. |
36 | 34 |
|
37 | 35 | ### How do I use npm to install Codex CLI? |
38 | 36 |
|
@@ -66,13 +64,13 @@ Install the required packages on Ubuntu/Debian systems: |
66 | 64 | sudo apt update && sudo apt install -y curl |
67 | 65 | ``` |
68 | 66 |
|
69 | | -If you are not using Ubuntu/Debian use your package manager to install curl. |
| 67 | +If you're not using Ubuntu/Debian, use your package manager to install curl. |
70 | 68 |
|
71 | 69 | ### How do I install Node.js on Arm Linux? |
72 | 70 |
|
73 | 71 | Codex CLI requires Node.js version 18 or higher. The easiest way to install Node.js on Arm Linux is using the NodeSource repository. |
74 | 72 |
|
75 | | -Download and run the Node.js setup script (example shown for Node.js 22.x): |
| 73 | +Download and run the Node.js setup script. For example, for Node.js 22.x: |
76 | 74 |
|
77 | 75 | ```bash |
78 | 76 | curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash - |
@@ -229,10 +227,10 @@ At the Codex prompt, run the `/mcp` command to view active MCP servers and their |
229 | 227 | /mcp |
230 | 228 | ``` |
231 | 229 |
|
232 | | -You should see the Arm MCP server listed. If the arm-mcp server says it's still loading, wait a moment and check again. |
| 230 | +The Arm MCP server is listed in the output. If the arm-mcp server indicates it's still loading, wait a moment and check again. |
233 | 231 |
|
234 | 232 | You can also verify the tools are available by asking Codex to list the available Arm MCP tools. |
235 | 233 |
|
236 | | -If you are facing issues or have questions, reach out to mcpserver@arm.com. |
| 234 | +If you're facing issues or have questions, reach out to mcpserver@arm.com. |
237 | 235 |
|
238 | | -You're ready to use Codex CLI. |
| 236 | +You're now ready to use Codex CLI with Arm-specific development assistance. |
0 commit comments