OpenAI Codex

OpenAI Codex CLI is a terminal-based coding agent and developer toolkit developed by OpenAI. It enables engineers to invoke LLM-assisted code generation, refactoring, and automated repository workflows directly from the command line and scriptable environments. In day-to-day development, the tool functions as an interactive terminal interface and scriptable CLI that connects to OpenAI's coding models. It integrates tightly with repository contexts, tool orchestration protocols such as the Model Context Protocol (MCP), and multi-package monorepo environments powered by Rust and TypeScript toolchains. Developers can prompt the agent to inspect files, execute tasks, generate diffs, and automate complex code maintenance tasks. What sets this project apart is its tight integration with standard developer infrastructure—including Bazel, Dev Containers, and native Model Context Protocol (MCP) conformance. It supports structured skills, encrypted session histories, and local API proxying to fit into enterprise and production development pipelines. The repository is hosted openly by OpenAI, providing a CLI binary, TypeScript SDK, and backend proxy integrations for building and running terminal agent workflows.

Tags: ai agent, cli, code assistant, coding agent, terminal

Visit OpenAI Codex