AI Briefing
KO

codex: OpenAI Coding Agent Running Directly in the Terminal

openai/codex

·2026.08.22 23:02

OpenAI's coding agent, Codex CLI, runs directly in the terminal on your local computer. You can perform tasks immediately from a terminal window in your development environment without relying on cloud-based services or installing separate IDE plugins. It supports Mac, Linux, and Windows, and can be installed via npm, Homebrew, or scripts.

Splash screen displayed when running Codex CLI
Splash screen displayed when running Codex CLI

Logging in with a ChatGPT account (Plus, Pro, Business, Edu, Enterprise) allows you to use Codex within that plan. Usage via API keys is also supported, but account integration is recommended. It can also be installed as an IDE plugin for existing editors such as VS Code, Cursor, and Windsurf.

It is characterized by operating as an agent in the local environment rather than being a simple code completion tool. Unlike the cloud-based Codex Web, it handles tasks by directly interacting with the developer's local file system and terminal environment. It is released under the Apache-2.0 license and has garnered significant community attention, recording over 112k stars.

GitHub
GitHub repository

openai/codex

Lightweight coding agent that runs in your terminal

Rust

This introduction was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report errors, attribution issues, or removal requests via Contact.