skillpack.co
All skills

Codex CLI

active

OpenAI's open-source coding agent built in Rust. Terminal-Bench 77.3% (GPT-5.3-Codex), SWE-bench Pro standardized 41.04%. 3-4x more token-efficient than Claude Code, 60-75% cheaper per task. Free with ChatGPT subscription, sandbox-first execution, 619 releases in 10 months.

Connector
Orchestrator
Complexity
clicoding

85/100

Trust

66K+ ↑8%

Stars

7

Evidence

345.7 MB

Repo size

Product screenshot

Codex CLI in action

Videos

Reviews, tutorials, and comparisons from the community.

OpenAI Codex CLI

OpenAI·2025-04-16

Getting started with Codex

OpenAI·2026-01-12

Using OpenAI Codex CLI with GPT-5-Codex

OpenAI·2025-10-14

Repo health

85/100

13h ago

Last push

2,105

Open issues

8,844

Forks

383

Contributors

Editorial verdict

#2 coding CLI. Terminal-Bench 77.3% (GPT-5.3-Codex) and 3-4x more token-efficient. Sandbox-first safety is a genuine differentiator. Free with ChatGPT removes the cost barrier. Trails Claude Code by ~5pp on SWE-bench Pro standardized (41.04% vs 45.89%).

Public evidence

strong2026-03
Fortune: OpenAI sees Codex users spike to 1.6 million

Codex surpassed 1.6M weekly active users (tripled since GPT-5.3 launch). Enterprise adopters include Cisco, Nvidia, Ramp, Rakuten.

Fortune feature article, tier-1 publicationJeremy Kahn (Fortune AI Editor), quotes Codex head at OpenAI
strong2026-02
Pragmatic Engineer: How Codex is built — deep technical dive

90%+ of Codex code generated by Codex itself. Engineers run 4-8 parallel agents. Written in Rust for performance. 1M+ weekly devs, usage up 5x since Jan 2026.

Pragmatic Engineer newsletter (700K+ subscribers)Gergely Orosz (former Uber eng manager, top engineering writer)
strong2025-05
HN: OpenAI Codex CLI launch — 516 points, 289 comments

Massive launch discussion. Top comments noted Claude Code outperformed early Codex on docs tasks. Shows improvement trajectory since launch.

516 points, 289 commentsHN community, developers who tested head-to-head vs Claude Code
strong2026-02
SmartScope: Codex CLI vs Claude Code 2026 — Opus 4.6 vs GPT-5.3-Codex Benchmark

Codex CLI leads Terminal-Bench 2.0 (62.9% vs Claude Code's 58.0%). Uses 3x fewer tokens. But Claude leads on OSWorld-Verified for GUI/computer-use tasks. Note: the 77.3% figure belongs to the Droid scaffold, not Codex CLI directly.

Independent benchmark comparison blogSmartScope (independent AI benchmarking blog)

How does this compare?

See side-by-side metrics against other skills in the same category.

COMPARE SKILLS →

Growth

GitHub stars over time.

GitHub Stars

Where it wins

Terminal-Bench 77.3% (GPT-5.3-Codex) — strongest on terminal-native tasks (ForgeCode leads at 81.8%)

3-4x more token-efficient than Claude Code (Morph study), API pricing 60-75% cheaper ($1.50 vs $5.00 input)

Sandbox-first execution — genuine safety differentiator (caught SSRF that Claude Code missed per Blake Crosley)

Free with ChatGPT subscription — lowest barrier to entry

619 releases in 10 months — fastest iteration in the category

Native macOS + Windows app (Feb-Mar 2026) for parallel agent management

Where to be skeptical

SWE-bench Pro standardized: 41.04% trails Claude Code's 45.89% by ~5pp

Users report 20+ minute task times where Claude completes in <1 minute (HN: 104 pts thread). 'Too slow' is the consistent UX complaint

Tied to OpenAI models only

Ranking in categories

Featured in bundles

Know a better alternative?

Submit evidence and we'll run the full pipeline.

SUBMIT →

Similar skills

Raw GitHub source

GitHub README peek

Constrained peek so you can sanity-check the source material without leaving the site.

<p align="center"><code>npm i -g @openai/codex</code><br />or <code>brew install --cask codex</code></p> <p align="center"><strong>Codex CLI</strong> is a coding agent from OpenAI that runs locally on your computer. <p align="center"> <img src="https://github.com/openai/codex/blob/main/.github/codex-cli-splash.png" alt="Codex CLI splash" width="80%" /> </p> </br> If you want Codex in your code editor (VS Code, Cursor, Windsurf), <a href="https://developers.openai.com/codex/ide">install in your IDE.</a> </br>If you want the desktop app experience, run <code>codex app</code> or visit <a href="https://chatgpt.com/codex?app-landing-page=true">the Codex App page</a>. </br>If you are looking for the <em>cloud-based agent</em> from OpenAI, <strong>Codex Web</strong>, go to <a href="https://chatgpt.com/codex">chatgpt.com/codex</a>.</p>

Quickstart

Installing and running Codex CLI

Install globally with your preferred package manager:

# Install using npm
npm install -g @openai/codex
# Install using Homebrew
brew install --cask codex

Then simply run codex to get started.

<details> <summary>You can also go to the <a href="https://github.com/openai/codex/releases/latest">latest GitHub Release</a> and download the appropriate binary for your platform.</summary>

Each GitHub Release contains many executables, but in practice, you likely want one of these:

  • macOS
    • Apple Silicon/arm64: codex-aarch64-apple-darwin.tar.gz
    • x86_64 (older Mac hardware): codex-x86_64-apple-darwin.tar.gz
  • Linux
    • x86_64: codex-x86_64-unknown-linux-musl.tar.gz
    • arm64: codex-aarch64-unknown-linux-musl.tar.gz

Each archive contains a single entry with the platform baked into the name (e.g., codex-x86_64-unknown-linux-musl), so you likely want to rename it to codex after extracting it.

</details>
Using Codex with your ChatGPT plan

Run codex and select Sign in with ChatGPT. We recommend signing into your ChatGPT account to use Codex as part of your Plus, Pro, Team, Edu, or Enterprise plan. Learn more about what's included in your ChatGPT plan.

You can also use Codex with an API key, but this requires additional setup.

Docs

  • Codex Documentation
  • Contributing
  • Installing & building
  • Open source fund

This repository is licensed under the Apache-2.0 License.

View on GitHub →