← Back to research
·11 min read·company

Codex App

Codex App is OpenAI's desktop app for multi-agent coding workflows on macOS and Windows — featuring parallel worktrees, Computer Use, Skills, Automations, and remote control from ChatGPT mobile.

Key takeaways

  • Desktop command center for running multiple coding agents in parallel with built-in Git worktrees — each agent works on an isolated copy
  • Now cross-platform: Windows support shipped March 2026, with Computer Use and phone-based remote control extended to Windows in May 2026
  • Skills, plugins, and Automations enable background execution without prompting — and a Computer Use agent can operate desktop apps and browsers directly
  • Unified experience across App, CLI, IDE extension, web, and mobile — session history and configuration sync automatically via ChatGPT account

FAQ

What is OpenAI Codex App?

Codex App is OpenAI's desktop app for macOS and Windows that manages multiple AI coding agents in parallel, with built-in worktree support, Computer Use, Automations, and Git functionality.

How is Codex App different from Codex CLI?

Codex App provides a visual interface for multi-agent orchestration, Automations for scheduled background tasks, Computer Use for GUI automation, and built-in Git tools. The CLI is terminal-only.

How much does Codex App cost?

Included with ChatGPT Go ($8/mo), Plus ($20/mo), Pro (from $100/mo with 5x and 20x rate-limit tiers), Business, Enterprise, and Edu plans. Free tier gets basic exploration access.

Does Codex App run on Windows or Linux?

Yes on Windows — support shipped March 4, 2026, with Computer Use and remote control following in May. Linux is listed as coming soon; agents run locally in sandboxes with optional cloud threads.

Executive Summary

Codex App is OpenAI's desktop application for orchestrating multiple AI coding agents in parallel. Released for macOS in February 2026 and Windows in March 2026, it represents OpenAI's response to the Claude Code and Claude Cowork apps that have gained traction with developers. The app provides a visual command center for multi-agent workflows with built-in Git worktrees, Computer Use for GUI automation, Skills and plugins for extensibility, and Automations for scheduled background tasks. As of April 2026, Codex (across all surfaces) reached over 4 million weekly developers.

AttributeValue
CompanyOpenAI
Founded2015
Funding$60B+ (incl. $40B SoftBank-led round, 2025)
Employees~3,000+
HeadquartersSan Francisco, CA

Product Overview

Codex App is designed to manage the shift from single-agent coding to multi-agent orchestration. Since Codex launched as a CLI tool in April 2025 and expanded to cloud in May 2025, developers have moved toward running multiple agents across projects, delegating work in parallel, and trusting agents with tasks spanning hours, days, or weeks.

The app picks up session history and configuration from the Codex CLI and IDE extension, enabling seamless continuation across surfaces. Codex passed 4 million weekly developers in April 2026 — up from roughly 600K at the start of the year.

Key Capabilities

CapabilityDescription
Multi-Agent OrchestrationRun parallel agents across projects with visual monitoring; switch between tasks without losing context
Git WorktreesBuilt-in worktree support isolates agent work on separate copies of code; explore different paths without touching local Git state
Computer UseAgents can see, click, and type in desktop apps and browsers — on macOS and (since May 2026) Windows
Skills & PluginsTask-specific packages (Figma, Linear, Cloudflare, image generation) plus a plugin marketplace with category browsing
AutomationsSchedule background tasks that run without prompting — results queue for review when you return
Remote ControlStart and monitor Codex work on your desktop from ChatGPT on iOS/Android
Built-in Git ToolsReview diffs, comment inline, stage/revert chunks, commit, push, and create PRs without leaving the app

What Shipped Since Launch (Feb–Jun 2026)

  • Windows app (March 4, 2026), with Computer Use and remote control extended to Windows on May 29
  • In-app browser and Chrome extension for rendering, testing, and signed-in workflows
  • Plugin marketplace with tabs, category filters, and a Sites plugin for deploying websites and dashboards (Business/Enterprise)
  • Amazon Bedrock integration — AWS-managed OpenAI models with native authentication (June 1, 2026)
  • Claude Code / Claude Cowork migration flows for importing existing setups (June 9, 2026)
  • Profile section with usage stats, token activity, and shareable activity cards; search across local conversation history

Product Surfaces / Editions

SurfaceDescriptionAvailability
Codex AppDesktop app — command center for multi-agent workflowsGA (macOS, Windows); Linux coming soon
Codex WebCloud-based at chatgpt.com/codex with parallel sandboxesGA
Codex CLIOpen-source terminal agent (Apache 2.0)GA
IDE ExtensionsVS Code, Cursor, Windsurf integrationGA
Mobile (ChatGPT app)Remote control of desktop threads, branch/worktree creation, inline reviewGA (iOS, Android)

Technical Architecture

Codex App uses native, open-source, and configurable system-level sandboxing — the same security model as the Codex CLI. By default, agents are limited to editing files in the folder or branch where they're working and using cached web search. Elevated permissions like network access require explicit approval.

Key Technical Details

AspectDetail
DeploymentLocal (macOS, Windows) with cloud thread support
Model(s)GPT-5.5, GPT-5.4, GPT-5.4-mini; GPT-5.3-Codex-Spark research preview (Pro)
IntegrationsVS Code, Cursor, Windsurf, GitHub, MCP servers, Amazon Bedrock
Open SourceCLI only (Apache 2.0); app is proprietary
Custom ModelsCustom model providers (incl. local models via Ollama) supported via advanced config

Worktree Architecture

Each agent works in a Git worktree — a second checkout of your repository that shares the same .git metadata but has its own copy of every file. This allows:

  • Multiple agents working on the same repo without conflicts
  • Exploration of different approaches without touching main branch
  • Checking out changes locally or letting agents continue independently
  • Automatic cleanup of worktrees after 4 days or when you have more than 10

Worktrees are created in $CODEX_HOME/worktrees and start in a detached HEAD state to avoid polluting branches.

Sandboxing

Default permissions:
├── File editing: Project folder/branch only
├── Web search: Cached results (OpenAI index)
├── Network access: Requires approval
└── Elevated commands: Requires approval

Project-level or team-level rules can allowlist specific commands for automatic elevated permissions.


Strengths

  • Parallel multi-agent workflows — Built for the new way developers work with multiple agents at once; visual orchestration that terminal tools can't match
  • Computer Use — Agents operate desktop apps and browsers directly on macOS and Windows; an early general-purpose virtual-worker capability
  • Skills and plugin ecosystem — Curated skills (Figma, Linear, Cloudflare, Vercel, image generation) plus a growing plugin marketplace
  • Automations for background work — Schedule recurring tasks like issue triage, CI failure analysis, and daily release briefs without prompting
  • Unified cross-surface sync — Session history, configuration, and skills sync across App, CLI, IDE extension, web, and mobile
  • Enterprise credibility — Cisco, Virgin Atlantic, Ramp, Notion, and Rakuten use Codex; Codex Labs partnerships with Accenture, PwC, TCS, and others
  • Native sandboxing — Security by design with configurable permissions, not an afterthought

Cautions

  • No Linux support — Windows shipped March 2026, but Linux remains "coming soon"; community demand is vocal, especially for Computer Use
  • OpenAI-centric — Defaults to OpenAI models; custom providers and local models are possible via advanced config, but there's no first-class Anthropic/Google option
  • Performance complaints persist — Developers on Hacker News report the Electron-based app "slows to a crawl" in long sessions, pushing some back to the CLI
  • Automations run locally — The app must be running and project available on disk for Automations; cloud-based triggers still maturing
  • Limited enterprise integrations — Skills for Linear and Figma exist, but no native Jira, Slack, or signed commit support

What Developers Say

"My sweet spot is the Codex app running separately from whichever IDE I'm using (VSCode or nvim)." — runjake, Hacker News, June 2026

"codex app's computer use agent feels sci-fi. Closest we've seen yet of a general purpose virtual worker." — robotswantdata, Hacker News, May 2026

"The Codex app slows to a crawl after a few back and forths. In fact it's so bad that I had to completely switch to CLI" — noname120, Hacker News, June 2026

"We need Codex app for Linux. For people asking why, the answer is Computer Use." — nullbio, Hacker News, June 2026


Pricing & Licensing

TierPriceCodex Limits
ChatGPT Free$0Basic exploration for quick coding tasks
ChatGPT Go$8/moLightweight coding work
ChatGPT Plus$20/mo15–80 local messages/cloud tasks (GPT-5.5) per 5h; 5 code reviews/hr
ChatGPT ProFrom $100/mo5x tier: 80–400; 20x tier: 300–1,600 (GPT-5.5) per 5h; Codex-Spark preview
ChatGPT BusinessPay-as-you-goPlus features + admin controls, SAML SSO, MFA
ChatGPT Enterprise/EduCustomPriority processing, SCIM, EKM, audit logs, RBAC, data residency

Licensing model: Subscription (bundled with ChatGPT plans)

Credits system: When you exceed limits, credits allow continued usage — GPT-5.5 runs 125 credits/1M input tokens and 750/1M output (GPT-5.4-mini: 18.75/113). Average usage is roughly 5–45 credits per GPT-5.5 message.


Competitive Positioning

Direct Competitors

CompetitorDifferentiation
Claude CodeTerminal-based, all platforms, $20/mo; Codex App has visual orchestration + Automations — and now ships migration flows to import Claude Code setups
CursorIDE with multi-model support; Codex App is orchestration layer, not an editor
Warp OzCloud execution + Slack/Linear integration; Codex App runs locally, no Slack
Emdash20+ agent CLIs, model-agnostic; Codex App is OpenAI-centric but more polished
TemboAgent-agnostic with Jira, signed commits, BYOK — enterprise orchestration focus

When to Choose Codex App Over Alternatives

  • Choose Codex App when: You want visual multi-agent orchestration with Computer Use, Skills, and Automations in the OpenAI ecosystem
  • Choose Claude Code when: You prefer terminal-based workflows or Anthropic models, or need Linux
  • Choose Cursor when: You want AI deeply integrated into your IDE, not a separate orchestration layer
  • Choose Warp Oz when: You need Slack integration and cloud agents that work while you're offline
  • Choose Tembo when: You need enterprise integrations (Jira, signed commits, BYOK) and agent-agnostic orchestration

Ideal Customer Profile

Best fit:

  • Developers already paying for ChatGPT Plus/Pro who want parallel agent workflows
  • Mac and Windows users who prefer visual orchestration over terminal-only tools
  • Teams that want Computer Use, Skills for Figma/Linear, or cloud deployment automation
  • Developers who need scheduled Automations for routine tasks (CI monitoring, daily briefs)

Poor fit:

  • Linux users (still unsupported; "coming soon")
  • Enterprises requiring Jira integration or signed commits
  • Teams wanting first-class model flexibility (Anthropic, Google)
  • Users who prefer lightweight terminal tools over Electron apps

Viability Assessment

FactorAssessment
Financial HealthStrong — OpenAI has $60B+ raised, massive ChatGPT revenue
Market PositionLeader — first-party offering from dominant AI provider
Innovation PaceRapid — Windows, Computer Use, plugins, Bedrock, and mobile remote control all shipped within four months of launch
Community/EcosystemVery active — 4M+ weekly Codex developers (Apr 2026), open skills repo at github.com/openai/skills
Long-term OutlookPositive — Linux planned, plugin marketplace growing, enterprise push via Codex Labs partners

OpenAI can iterate rapidly and has distribution via ChatGPT's massive user base. The main risk is if Claude Code's terminal-based approach proves more popular with developers, or if model quality gaps emerge.


Bottom Line

Codex App is OpenAI's bid to own the multi-agent coding orchestration layer. It's not an IDE (like Cursor) or a terminal tool (like Claude Code) — it's a command center for managing multiple parallel agents with visual feedback, Git integration, Computer Use, and background Automations, now on both macOS and Windows.

The Computer Use agent, plugin marketplace, and Automations are genuine differentiators. Developers describe the Computer Use capability as the closest thing yet to a general-purpose virtual worker, and phone-to-desktop remote control extends the "agents that work while you sleep" vision.

The Electron architecture remains a real drawback — long-session slowdowns push some users back to the CLI — and Linux support is still missing. Model defaults remain OpenAI-centric, though custom and local model providers are now configurable.

Recommended for: Developers in the ChatGPT ecosystem who want visual multi-agent orchestration with Computer Use, Skills, and Automations on macOS or Windows.

Not recommended for: Linux users, enterprises needing Jira/signed commits, teams wanting first-class model-agnostic tooling.

Outlook: Linux support and deeper cloud Automation triggers would close the remaining gaps. Expect OpenAI to aggressively expand the plugin marketplace and push Codex — already at 4M+ weekly developers — as the default coding tool for ChatGPT users.


Research by Ry Walker Research • methodology