EveryDev.ai
Sign inSubscribe
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    Home
    Tools

    2,529+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1682
    • Coding1231
    • Infrastructure544
    • Marketing452
    • Design438
    • Projects407
    • Research378
    • Analytics339
    • Testing234
    • MCP232
    • Data215
    • Security202
    • Integration170
    • Learning158
    • Prompts155
    • Communication148
    • Extensions141
    • Commerce125
    • Voice122
    • DevOps100
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. Codex
    Codex icon

    Codex

    Autonomous Systems
    Featured

    A lightweight, open-source coding agent from OpenAI that runs locally in your terminal, enabling AI-powered software engineering tasks from the command line.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Free to use, modify, and distribute under the Apache License 2.0. Requires a ChatGPT account or OpenAI API key for model access.

    Plus: $20/mo
    Pro: $100/mo
    Business Codex: Custom/contact
    +1 more plan

    Engagement

    Available On

    macOS
    Linux
    Android
    iOS
    Web

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Autonomous SystemsAI Coding AssistantsCommand Line Assistants

    Alternatives

    Codex Plugin for Claude CodeAutohand CodeCodex Infinity
    Developer
    OpenAI, Inc.San FranciscoEst. 2015$57.9B raised

    Updated May 2026

    About Codex

    Codex is OpenAI's coding agent for software engineering tasks such as writing features, fixing bugs, answering questions about a codebase, and proposing reviewable changes. Rather than a single app, Codex is a family of surfaces — a desktop app for macOS and Windows, a terminal CLI, IDE extensions, a cloud web agent, and a security agent — that all run the same underlying agent. It connects to OpenAI's models and works with a ChatGPT account (Plus, Pro, Business, Edu, or Enterprise) or an OpenAI API key. First released in April 2025 as the Codex CLI, it has since expanded into a broad agentic development platform.

    What It Is

    Codex is an AI coding agent that can read, write, and run code on a developer's behalf, either locally in a sandbox or in a managed cloud environment. The same agent capability is exposed through several products: the Codex app (a desktop command center), the open-source Codex CLI, IDE extensions, Codex Web (the cloud agent at chatgpt.com/codex), and Codex Security. Per OpenAI's docs, a unified "App Server" architecture powers the CLI, the VS Code extension, the web app, the macOS desktop app, and third-party IDE integrations including JetBrains and Xcode, keeping long-running sessions and approval requests consistent across clients. By March 2026 OpenAI reported Codex had grown to more than 2 million weekly active users.

    The Codex App

    The Codex app is the desktop experience and, per the docs, is positioned as a "command center" for working on multiple Codex threads in parallel. It is available on both macOS and Windows, with most features shared across the two platforms; OpenAI lists Linux as a "get notified" waitlist rather than a current release. The app centers on a project sidebar, active thread view, and review pane. Features the docs describe include multitasking across projects, built-in Git worktree support for isolating parallel changes, an integrated terminal, an in-app browser for rendered pages and browser flows, computer use to drive macOS GUI apps, image generation inside a thread, scheduled automations, and a sidebar that surfaces plans, sources, and generated artifacts. The app can be launched from the CLI via codex app or downloaded directly. A Windows version released in March 2026 added native PowerShell support and a Windows-native agent sandbox.

    Codex CLI

    The Codex CLI is the open-source, terminal-native surface, built in Rust and licensed under Apache 2.0. Developers install it with npm install -g @openai/codex, brew install --cask codex, or a pre-built binary, then run codex to start an interactive terminal session. Per the docs, it can inspect a repository, edit files, run commands, switch between models and reasoning levels, accept image inputs, run a separate local code-review agent, use subagents to parallelize work, search the web, and launch Codex Cloud tasks from the terminal. The CLI is available on macOS and Linux, with Windows support documented as experimental and best run through WSL.

    IDE Extension and Web Surfaces

    Beyond the app and CLI, Codex installs as an extension for VS Code, Cursor, and Windsurf, bringing the agent into the editor with shared threads and Auto Context that sync with the desktop app. Codex Web is the cloud-based agent accessible at chatgpt.com/codex, which runs tasks in managed environments rather than on the local machine. Codex also offers integrations for GitHub, Slack, and Linear, plus a Codex SDK, App Server, and GitHub Action for automation. The docs note that Apple deepened the Xcode integration in Xcode 26.3, letting the agent inspect project structure and consult current Apple developer documentation.

    Open-Source Core

    The Codex CLI repository is hosted at github.com/openai/codex under the Apache License 2.0, with the codebase written primarily in Rust (around 96%). As of the latest release, version 0.130.0 (published May 8, 2026), the project had accumulated roughly 82,500 GitHub stars and about 11,900 forks since its creation in April 2025, across more than 780 releases. The repository documents contributing, installing, and building from source, and OpenAI maintains an open-source fund for ecosystem contributors. Note that the open-source designation applies to the CLI; the desktop app, web agent, and IDE extensions are distributed separately and are not themselves open source.

    Codex Security

    In March 2026 OpenAI introduced Codex Security, an application-security agent designed to identify and fix software vulnerabilities. It extends the Codex agent toward security review workflows, with documentation covering setup, threat-model tuning, and common questions. OpenAI has described positioning Codex as a broader enterprise agent platform that could eventually handle tasks beyond software development.

    Codex - 1

    Community Discussions

    Start a new discussion about Codex
    Joe Seifi's avatar
    Joe Seifi
    February 4, 2026·Apple, Disney, Adobe, Eventbrite,…

    Just tried the new Mac app for Codex

    OpenAI shipped a native macOS app for Codex and I've been poking around with it today. They're calling it a command center for managing multiple AI agents on your codebase and I can see why. OpenAI is clearly going after Cursor and Claude Code here. Their pitch is that the bottleneck now isn't what …

    0
    news

    Pricing

    OPEN SOURCE

    Open Source

    Free to use, modify, and distribute under the Apache License 2.0. Requires a ChatGPT account or OpenAI API key for model access.

    • Full source code access under Apache 2.0
    • Terminal-based coding agent
    • Install via npm or Homebrew
    • Use with ChatGPT account or API key

    Plus

    ChatGPT Plus plan includes expanded Codex usage.

    $20
    per month
    • Expanded Codex usage
    • Advanced reasoning with GPT-5.5 Thinking
    • Expanded messages and uploads
    • Projects, tasks, and custom GPTs
    • Early access to new features

    Pro

    ChatGPT Pro plan includes maximum Codex tasks and highest usage limits.

    $100
    per month
    • Maximum Codex tasks
    • 10x or 20x more Codex usage
    • Pro reasoning with GPT-5.5 Pro
    • Unlimited GPT-5.3 and file uploads
    • Maximum deep research and agent mode

    Business Codex

    Development-focused team plan with pay-as-you-go pricing and no fixed seat fee.

    Custom
    contact sales
    • AI-powered software engineering
    • Automated code and security reviews
    • Built-in worktrees and cloud environments for multi-agent workflows
    • No fixed seat fee; pay as you go based on usage
    • SAML SSO and MFA
    • No training on your data
    • GDPR, CCPA compliance support

    Enterprise

    Enterprise-grade AI with advanced security, compliance, and custom pricing.

    Custom
    contact sales
    • Expanded context window
    • SCIM, EKM, domain verification, role-based access controls
    • Custom data retention policies
    • Data residency in ten regions
    • 24/7 priority support and SLAs
    • Invoicing and volume discounts
    View official pricing

    Capabilities

    Key Features

    • AI coding agent for reading
    • writing
    • running
    • and reviewing code
    • Multiple surfaces: desktop app
    • terminal CLI
    • IDE extension
    • and cloud web agent
    • Desktop app for macOS and Windows with parallel threads and Git worktree support
    • In-app browser and computer use for GUI and browser tasks
    • Scheduled automations and recurring tasks
    • Open-source CLI written in Rust
    • licensed under Apache 2.0
    • CLI install via npm
    • Homebrew
    • or pre-built binaries
    • IDE integration for VS Code
    • Cursor
    • and Windsurf
    • Codex Web cloud agent at chatgpt.com/codex runs tasks in managed environments
    • Codex Security agent finds and fixes software vulnerabilities
    • Integrations for GitHub
    • Slack
    • and Linear
    • Subagents
    • web search
    • and Model Context Protocol (MCP) support
    • Sign in with ChatGPT account or API key
    • Supports Plus
    • Pro
    • Business
    • Edu
    • and Enterprise ChatGPT plans

    Integrations

    ChatGPT Plus
    ChatGPT Pro
    ChatGPT Business
    ChatGPT Enterprise
    OpenAI API
    VS Code
    Cursor
    Windsurf
    npm
    Homebrew
    API Available
    View Docs

    Demo Video

    Codex Demo Video
    Watch on YouTube

    Reviews & Ratings

    5.0
    1 review
    5
    100%
    4
    0%
    3
    0%
    2
    0%
    1
    0%

    Recent Reviews

    Muhammad Zaigham's avatar
    Muhammad Zaigham
    6 days ago
    Helpful?
    View All Reviews

    to leave a review

    Developer

    OpenAI, Inc.

    OpenAI is an AI research and deployment company dedicated to ensuring that artificial general intelligence benefits all of humanity. They develop powerful AI systems like GPT and DALL-E and provide access to them through their commercial API services.

    Founded 2015
    1455 3rd Street
    $57.9B raised
    3,000 employees

    Used by

    Microsoft
    Apple
    Disney (Marvel, Star Wars, Pixar…
    U.S. Department of Defense (AFRICOM,…
    +39 more
    Read more about OpenAI, Inc.
    WebsiteGitHubX / Twitter
    9 tools in directory

    Similar Tools

    Codex Plugin for Claude Code icon

    Codex Plugin for Claude Code

    An open-source Claude Code plugin that lets you run OpenAI Codex code reviews and delegate tasks to Codex directly from within your Claude Code workflow.

    Autohand Code icon

    Autohand Code

    A fast, terminal-native AI coding agent for planning, editing, testing, and automating work across your codebase from the CLI.

    Codex Infinity icon

    Codex Infinity

    An autonomous coding agent CLI built on OpenAI Codex that can run forever, automatically continuing with next steps and generating new improvement ideas for your codebase.

    Browse all tools

    Related Topics

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    228 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    478 tools

    Command Line Assistants

    AI-powered command-line assistants that help developers navigate, search, and execute terminal commands with intelligent suggestions and context awareness.

    138 tools
    Browse all topics
    Back to all tools
    119views
    1upvote
    Discussions (1)