Codex app on macOS
- Download the Codex macOS app from OpenAI.
- Drag the Codex icon into Applications.
- Open Codex and sign in.
- Select the folder or git repo where Codex will work.
- Start your first task.
Codex CLI on macOS
Prereq: Node.js + npm installed.
- Install the CLI:
npm install -g @openai/codex - From your project root, run:
codex - Choose your approval mode if needed:
codex --suggestcodex --auto-editcodex --full-auto - Update anytime:
codex --upgrade