Codex CLI

Active
GitHub Rust Apache-2.0

Description

Codex CLI is OpenAI's open-source coding-agent command-line tool for code understanding, refactoring, generation, and terminal collaboration in developer workflows.

Key Features

  • Locally-running coding agent - interact with code directly in terminal for understanding, refactoring, and generation
  • ChatGPT account integration - sign in with Plus/Pro/Business/Enterprise plans to use Codex
  • Multi-platform installation - curl script, npm, Homebrew, and pre-built binary packages available
  • IDE integration - extensions available for VS Code, Cursor, Windsurf and other editors
  • Desktop app mode - launch standalone desktop experience via codex app command

Use Cases

💡 Quickly understand architecture and logic of unfamiliar codebases from the terminal
💡 Leverage AI assistance for code refactoring and bug fixing
💡 Use as a local coding assistant for ChatGPT subscribers
💡 Integrate into developer workflows for automated code generation tasks
💡 Get context-aware code suggestions and help within IDE editors

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (106.3k stars)
  • Permissive open-source license (Apache-2.0)

⚠️ Limitations

  • High issue backlog (12.8k open issues)

Quick Start

# One-line install for Mac/Linux
curl -fsSL https://chatgpt.com/codex/install.sh | sh

# Or install via npm
npm install -g @openai/codex

# Launch Codex CLI, choose ChatGPT sign-in
codex

# Or install via Homebrew
brew install --cask codex

Related Projects

KiloCode

26.9k · TypeScript
Active A

KiloCode is an all-in-one open-source coding agent platform for VS Code and JetBrains, integrating 200+ models with autonomous coding, debugging, and iteration capabilities.

codingvscodecli +2
  • · All-in-one coding agent platform supporting VS Code, JetBrains, CLI, Slack, and Cloud
  • · Integration with 500+ AI models including GPT, Claude, and Gemini with transparent pricing
  • · Multi-mode workflow: Architect for planning, Coder for implementation, Debugger for fixes

Qwen Code

27.1k · TypeScript
Active A

An open-source AI coding agent that lives in your terminal, built by Qwen team with support for code generation, editing, debugging and multi-file operations.

codingllmtypescript +2
  • · Multi-protocol multi-provider — supports OpenAI, Anthropic, Gemini-compatible APIs with Alibaba Cloud, OpenRouter and more
  • · Qwen3-Coder co-evolution — both framework and Qwen3-Coder model are open-source and ship together
  • · Built-in Skills and SubAgents — rich built-in tools for full agentic workflow with Claude Code-like experience

Mini SWE-Agent

6.5k · Python
Active A+

Mini SWE-Agent is a minimalist AI agent in just 100 lines of code that solves GitHub issues or assists developers in the command line, demonstrating core coding agent capabilities with minimal implementation.

codingpythonagent +2
  • · Minimal ~100-line Python agent class achieving >74% on SWE-bench verified
  • · Bash-only tool interface requiring no special LLM tool-calling capabilities
  • · Completely linear message history for easy debugging and fine-tuning

Related Articles