ChatGPT Plus
Standard Codex access
OpenAI's agentic coding mode — in your terminal, IDE, app, or pocket.
OpenAI's agentic coding product. The Codex CLI is open source, but Codex now spans a CLI, VS Code and JetBrains extensions, a desktop app, and remote control from the ChatGPT mobile app. Sign in with a ChatGPT plan or BYO API key. Models include GPT-5.5, GPT-5.4 family, and GPT-5.3-Codex.
Standard Codex access
5x usage limits
20x usage limits
Team and enterprise plans
BYO API key, standard pricing
Codex is OpenAI's agentic coding product. The CLI started as an open-source terminal tool that wrote code, ran it in a sandbox, and iterated until tasks were done. Over 2025–2026 it expanded into a full surface: the Codex CLI (npm, open source), an IDE extension (VS Code, JetBrains), the Codex app for desktop, and remote control from the ChatGPT mobile app via a connected host.
Codex is tightly integrated with ChatGPT plans — sign in with a ChatGPT account and your Plus, Pro, Business, or Enterprise plan covers Codex usage, with limits priced in credits per million tokens. Models include GPT-5.5 (recommended), GPT-5.4, GPT-5.4-mini, GPT-5.3-Codex, and GPT-5.3-Codex-Spark (research preview). The CLI and app run code in a Docker sandbox with configurable permission profiles, support a plugin marketplace, Hooks, Auto-review, and an in-app browser for verifying local UIs.
• Multi-surface: CLI (open source), IDE extension (VS Code, JetBrains), Codex app
• ChatGPT mobile: drive Codex on a connected Mac host from your phone
• Models: GPT-5.5, GPT-5.4, GPT-5.4-mini, GPT-5.3-Codex, Codex-Spark
• Run-iterate loop: writes, runs in a sandbox, reads output, refines
• Plugin marketplace, Hooks, Auto-review for agent approvals
• In-app browser plugin for visual debugging of local dev servers
• BYO API key supported — falls back to standard API pricing
• ChatGPT plan auth (Plus, Pro $20/$100/$200, Business, Enterprise)
Added search across local conversation history with case-insensitive content matching. Made --profile the primary profile selector across CLI, TUI permissions.
Goals enabled by default with dedicated storage and progress tracking. codex remote-control now runs as a foreground command.
Python SDK first-class authentication (API key login, ChatGPT browser/device-code flows). codex exec resume now accepts --output-schema.
Richer TUI session controls with data-driven service-tier commands. @ mentions now search files, directories, plugins, and skills in one picker.
Plugin details now show bundled hooks, plugin sharing exposes link metadata. Added codex remote-control as simpler entrypoint for headless app-server.
$ codex 'Build a CLI tool that converts markdown to PDF and add tests'
⋮
Codex plans, scaffolds a Go module, writes the converter and tests, runs `go test`, captures the failures, and iterates until the test suite is green — all inside a sandboxed Docker workspace. Vix is a Go-native, open-source (AGPL-3.0) AI coding agent that slashes token costs by 40-50% using a stem agent architecture and Tree-sitter virtual filesystem. It rethinks the plan/execute loop — keeping LLM cache warm across Explore, Plan, and Execute phases — while shipping Programmable Workflows, Whiteboard Mode with voice AI, MCP server support, and a self-evolving agent that writes its own scheduled jobs and watchers.
Orchestrate an entire AI dev team on 5GB VRAM using ephemeral subagents, exact-match diffs, and a zero-dependency Go binary. Works with any OpenAI-compatible model — local or cloud.
Paca is a free, open-source, self-hosted Scrum board where AI agents work as equal teammates — assigned to sprints, picking up tasks, and collaborating on BDD specs alongside humans. Built as an alternative to Jira and Linear, it treats AI agents as first-class Scrum members.