Codex CLI
Local OpenAI coding agent for terminal use.
README.mdStandalone coding agent CLI and embeddable SDK platform · Official, actively developed large-scale project; inference: mature engineering signals include extensive cross-platform CI, multiple distribution channels, SDKs, and a large public repository, but supplied activity dates extend into 2026 and cannot be reconciled with the analysis context.
Apache-2.0 OpenAI coding-agent platform centered on the standalone Codex CLI, with desktop and IDE entry points, Python and TypeScript SDKs, structured and streaming turns, persistent sessions, model-visible tools, and OS-specific sandbox enforcement; it is an alternative or companion to Claude Code rather than a Claude Code extension.
Selection
Boundaries
Strengths
Risk profile
Codex documents OS-specific sandboxing: macOS Seatbelt, Linux Landlock or bubblewrap with a bundled fallback, and policy-dependent Windows elevated or restricted-token backends. Some unsupported policy shapes fail closed. The secure devcontainer adds an outbound allowlist firewall but explicitly does not prevent DNS exfiltration or exfiltration through allowed HTTPS destinations, and it relaxes outer Docker controls to enable the inner sandbox. Security therefore depends on chosen permissions, platform support, network rules, and host configuration; no independent audit was supplied.
Component inventory
Local OpenAI coding agent for terminal use.
README.mdLaunches the Codex desktop app experience from the CLI.
README.mdCodex integration documented for VS Code, Cursor, and Windsurf.
README.mdCloud-based Codex agent available through ChatGPT.
README.mdStarts Codex threads, runs turns, streams progress, authenticates, and controls workspace access.
sdk/python/README.mdEmbeds Codex by spawning the CLI and exchanging structured JSONL events.
sdk/typescript/README.mdRuns Codex in a project container with bubblewrap and allowlist-based outbound controls.
.devcontainer/README.mdLightweight containerized environment for developing Codex itself.
.devcontainer/README.mdImplements Codex business logic and platform sandbox-policy integration for Rust UIs.
codex-rs/core/README.mdProvides OpenTelemetry providers, session events, metrics, and trace-context helpers for Codex.
codex-rs/otel/README.mdShared Rust models, adapters, discovery helpers, and execution contracts for model-visible tools.
codex-rs/tools/README.mdRuns the main pre-merge and main-branch Bazel test and clippy checks.
.github/workflows/bazel.ymlRuns formatting, dependency-shear, and argument-comment checks for pull requests.
.github/workflows/rust-ci.ymlRuns cross-platform clippy, nextest, release builds, lints, and remote-environment tests.
.github/workflows/rust-ci-full.ymlBuilds and publishes target-specific rusty_v8 archives and bindings.
.github/workflows/rusty-v8-release.ymlUpdates and checks versioned rusty_v8 Bazel inputs and checksums.
third_party/v8/README.mdStages Codex CLI, responses proxy, and SDK npm tarballs with native artifacts.
codex-cli/scripts/README.mdTechnical profile
Classification
Evidence: Codex installs and runs as its own CLI, while Python and TypeScript SDKs embed or spawn it and its host exposes model-visible tools. No native Claude Code plugin, hook, or skill is documented; inference: it runs alongside Claude Code as an alternative or companion.
Runs Alongside · low setup effort · high confidence · automatedEvidence and risk
Routing context
The codex-delegate skill launches the local Codex CLI as an implementer, supports workspace-write, read-only, and session resume, and normalizes its result.
high confidenceBoth are standalone coding-agent platforms with local CLI operation, model-visible tools, sandbox controls, persistent sessions, SDK or runtime seams, and evaluation-oriented infrastructure; neither is evidenced as a Claude Code extension.
high confidenceInference: both are standalone model-backed agent platforms with terminal operation and tool execution, though Hermes emphasizes multi-provider, memory, messaging, and automation features.
medium confidenceOmarchy provisions the Codex CLI and includes a Codex collector and shared agents panel for its usage records.
high confidenceInference from the catalog entry: codex-plugin-cc brings Codex review and delegation into Claude Code, while this repository supplies the standalone Codex agent platform; the supplied repository files do not directly document that plugin.
medium confidenceFirst-party files document a native Codex plugin and hooks that use the same planning state, attestation, selectors, compaction handling, and gate-related behavior.
high confidenceRTK documents Codex support through RTK.md awareness guidance referenced from AGENTS.md rather than a programmatic hook.
high confidenceModelDeck monitors Codex CLI usage through codex app-server and activates isolated CODEX_HOME profiles for new Codex sessions.
high confidence