๐Ÿ†“ Free Model News

ChatGPT Codex Goes Free: What Every User Gets in 2026

OpenAI's AI coding agent is now available on every ChatGPT plan โ€” including the $0 free tier. Here is exactly what that means for your projects, your limits, and your workflow.

By Free AI News Editorial ยท ยท ยท 8 min read

Quick Answer: As of May 14, 2026, OpenAI Codex -- its AI coding agent -- is free for all ChatGPT users, including the no-cost free plan. Free users get 15 to 80 local coding tasks per 5-hour window. Cloud features like GitHub code review require Plus ($20/month) or higher. No credit card needed to start.

If you have ever wanted a coding agent that could write, debug, and review your code without charging you a subscription, OpenAI just made that possible. On May 14, 2026, the company quietly rolled out Codex Mobile to iOS and Android and simultaneously extended full Codex access to every ChatGPT plan -- including the free tier that over 400 million people already use. This is not a limited preview you need to join a waitlist for. It is live, accessible today, and it works on web, CLI, IDE extension, and mobile. Whether you are a student learning Python, a solo developer maintaining a side project, or someone who just wants to automate a repetitive script, Codex is now a free tool in your arsenal.

This article breaks down exactly what Codex does, what the free plan actually gives you, how limits compare across tiers, and what you need to do to get started right now.

What Is ChatGPT Codex and What Does It Actually Do?

Codex is OpenAI's dedicated AI coding agent, built for software engineering tasks that go well beyond simple autocomplete. It was first released as a command-line tool (Codex CLI) in April 2025, and has since expanded into a full product suite with a web app, IDE extensions for VS Code and JetBrains, and as of May 2026, a mobile app.

Unlike the coding help you get inside a standard ChatGPT conversation -- where you paste in a function and ask for changes -- Codex operates as an autonomous agent. It can read your entire repository context, understand how different files relate to each other, and take multi-step actions to complete a task. Concretely, here is what you can hand it:

The agent runs locally for most free and Go tier tasks -- meaning your code and prompts are processed without needing a persistent cloud environment. Paid tiers unlock cloud execution, which allows longer-running tasks, automatic GitHub code review via pull requests, and Slack integration for team notifications.

Developer working on coding project with laptop and mobile device
Codex works across web, CLI, IDE extensions, and mobile -- all now accessible on the free plan. Photo: Unsplash

Is Codex Really Free on ChatGPT's Free Plan?

Yes, and OpenAI's own documentation confirms it. According to the OpenAI Codex documentation, "Codex is included across Free, Go, Plus, Pro, Business, Edu, and Enterprise plans." The free plan is explicitly listed first, with no asterisk or waitlist condition attached.

To access it, you sign in to your existing ChatGPT account (no new signup required) and connect to one of the four Codex clients: the web app at chatgpt.com/codex, the CLI, an IDE extension, or the mobile app. The web and mobile clients require connecting your GitHub account to enable full context loading -- which is optional but recommended if you want Codex to actually see your project files.

What "free" means in practice is a limited but real allocation of coding tasks. The free tier is positioned around quick, exploratory tasks -- think writing a helper function, fixing a failing test, or converting a class-based React component to functional style. It is not designed for all-day autonomous development sessions, but it is more than enough to get meaningful work done without opening your wallet.

One important note: Codex usage on the free plan counts against your shared agentic usage limit, which is also consumed by ChatGPT for Excel and any Workspace Agents you run. If you are a heavy user of those tools, you may find your Codex allocation depleted faster than expected.

What Are the Usage Limits for Each ChatGPT Plan?

According to OpenAI's developer pricing page, Codex usage is governed by rolling 5-hour windows rather than monthly caps. This means limits refresh throughout the day as you use them, which is more practical for developers who work in bursts.

The exact number of tasks you can run depends heavily on the model selected and the complexity of the coding task. A small function with minimal context may use only a fraction of your limit, while a complex refactor across a 50-file codebase could consume several times as much per task. Here is how the tiers break down:

Plan Price Local Tasks / 5hr (GPT-5.5) Cloud Tasks / 5hr GitHub Review
Free $0 15-80 Not available No
Go $8/mo 15-80 Not available No
Plus $20/mo 20-100 (GPT-5.4) / 60-350 (mini) 10-60 (GPT-5.3-Codex) Yes (20-50/5hr)
Pro $100 $100/mo 5x Plus limits 5x Plus limits Yes
Pro $200 $200/mo 20x Plus limits 20x Plus limits Yes

It is worth noting that OpenAI has made an efficiency argument for the newer GPT-5.5 model: it uses significantly fewer tokens to achieve results comparable to GPT-5.4, which is why the 5.5 limits look lower on paper but deliver comparable output. For most free tier use cases, the 15-80 window on GPT-5.5 translates to a practical coding session without feeling artificially truncated.

What Changed on May 14, 2026?

The May 14 announcement was a two-part expansion. First, OpenAI formally extended Codex access to the free and Go tiers -- previously, Codex had been available only to Plus and above. Second, the company launched Codex Mobile as a preview on iOS and Android, available on every plan including free.

The mobile launch is particularly significant for how developers actually work in 2026. With Codex on iOS and Android, you can review a failing CI job from your phone during a commute, assign a debugging task to the agent, and come back to a fixed PR by the time you reach your desk. The mobile app connects to the same cloud infrastructure as the desktop clients, so tasks assigned on mobile continue running in the background even after you close the app -- assuming you are on a plan that supports cloud execution.

According to reporting from FelloAI's ChatGPT pricing guide, the Codex Mobile rollout was part of a broader May 2026 product push that also included ChatGPT Personal Finance for Pro subscribers and the expansion of OpenAI's Ads Manager for the free tier. The pattern is clear: OpenAI is expanding the free tier's feature set while monetizing through ads and higher-tier subscriptions rather than locking basic functionality behind a paywall.

Abstract technology visualization representing AI coding and software development
OpenAI's expansion of Codex to the free tier reflects a broader shift in how AI coding tools are being distributed in 2026. Photo: Unsplash

How Does Free Codex Compare to the Paid Alternatives?

The honest answer is that free Codex is a meaningful tool with real limitations, not a crippled demo. The key dividing line between free and Plus is not model quality -- both tiers access GPT-5.5 for local tasks -- it is the absence of cloud features on the free tier. Cloud execution unlocks three things that matter for professional workflows:

For comparison, GitHub Copilot's free tier (also expanded in 2026) offers 2,000 code completions and 50 chat messages per month, while free Codex offers task-based usage measured in a rolling 5-hour window. The two tools solve slightly different problems -- Copilot is optimized for inline completions as you type, while Codex is designed for discrete, multi-step agentic tasks. Many developers use both, treating them as complementary rather than competitive.

If you want to track how all the major AI coding tools compare on free tier limits, the Free Tier Tracker keeps a current comparison of Codex, Copilot, Cursor, and other AI coding assistants. And for a deeper comparison of what you actually get per dollar, see our AI Pricing Comparison.

How Do You Get Started With Codex on the Free Plan?

Getting started takes about five minutes if you already have a ChatGPT account. Here is the fastest path:

  1. Sign in at chatgpt.com -- Use your existing free account. No upgrade required.
  2. Navigate to chatgpt.com/codex -- This takes you directly to the Codex web client, which is the easiest starting point for new users.
  3. Connect GitHub (optional but recommended) -- Codex can work without a GitHub connection, but connecting one lets it read your repositories and give context-aware answers rather than generic ones.
  4. Describe your first task -- Be specific: instead of "help me with my code," try "find any null pointer risks in this function and suggest fixes." Codex performs best with clear, bounded task descriptions.
  5. Install the CLI for terminal work -- If you prefer working in your terminal, the Codex CLI (`npm install -g @openai/codex`) runs locally and authenticates against your ChatGPT plan the same way.

One tip for getting the most out of the free tier's limited window: use GPT-5.5 for most tasks since it is the most efficient model, consuming fewer tokens per result than GPT-5.4. Save the mini model (GPT-5.4-mini) for simple, repetitive tasks where you do not need frontier-level reasoning -- it has a higher task limit and costs less against your allocation.

You can also explore free AI coding tools side-by-side on our Free AI Tools directory, which covers Codex alongside other agentic coding assistants that do not require a subscription.

๐Ÿ”‘ Key Takeaways

  • OpenAI Codex is now free for all ChatGPT users, including the $0 free plan -- confirmed in official documentation as of May 14, 2026.
  • Free plan users get 15 to 80 local Codex tasks per 5-hour rolling window, enough for quick scripts, debugging sessions, and focused refactoring work.
  • Cloud features -- including automatic GitHub code review, persistent background tasks, and Slack integration -- require Plus ($20/month) or a higher tier.
  • Codex Mobile launched simultaneously on iOS and Android on May 14, 2026 and is available on every plan including free, enabling coding tasks from anywhere.
  • Usage counts against a shared agentic limit with ChatGPT for Excel and Workspace Agents, so heavy users of those tools should account for the shared cap.

Frequently Asked Questions

Is OpenAI Codex free to use?

Yes. As of May 14, 2026, OpenAI Codex is included on every ChatGPT plan including the free tier. Free users get a limited allocation of Codex tasks per 5-hour rolling window. Paid tiers like Plus and Pro unlock significantly more capacity, cloud execution, and additional features like automatic GitHub code review and Slack integration.

What can ChatGPT Codex do?

Codex is an AI coding agent that writes, reviews, debugs, and tests code. It reads your entire codebase context, identifies bugs, suggests targeted fixes, and can run autonomous multi-step tasks. It works as a web app, CLI tool, IDE extension, and mobile app on iOS and Android. Cloud tiers add GitHub pull request review and Slack team integration.

How many Codex tasks can I run on the free plan?

Free plan users can run approximately 15 to 80 local Codex messages per 5-hour rolling window, depending on task complexity. Simple scripts and small functions use a fraction of that limit. Larger codebases with long context use significantly more per message. Cloud tasks and GitHub code review are not available on the free tier.

What is the difference between Codex on Free vs Plus?

The free plan covers local coding tasks with GPT-5.5 in a limited 5-hour window. Plus ($20/month) adds cloud-based integrations including automatic GitHub code review, persistent background tasks, Slack notifications, access to GPT-5.3-Codex for cloud tasks (10 to 60 per window), and the ability to extend usage with ChatGPT credits when you hit your limit.

Can I use Codex on mobile?

Yes. OpenAI launched Codex Mobile on May 14, 2026 as a preview for iOS and Android, available on all ChatGPT plans including free. The app lets you review code, assign tasks to the agent, and monitor running jobs remotely. Background tasks continue running after you close the app on plans that support cloud execution (Plus and above).

Compare Free AI Coding Tools โ†’ AI Pricing Comparison

๐Ÿ”” Get Free AI Alerts First

When a model goes free, a paywall drops, or a deal appears -- you'll know before everyone else. No spam, just signal.