OpenAI Launches Codex Desktop Application

OpenAI has released the Codex desktop app for macOS, a powerful interface that enables developers to manage multiple AI agents simultaneously, run parallel tasks, and collaborate on long-running projects. The app includes features like skills for extending functionality beyond code generation, automated background processing, and customizable interaction styles.

openai Feb 2, 2026

Codex Desktop App Expands Developer Capabilities on macOS

OpenAI has released a new desktop application for macOS that serves as a comprehensive interface for managing multiple AI agents simultaneously, enabling parallel task execution and extended collaboration on complex projects.

The application transforms how software development occurs and broadens who can participate in building software-evolving from basic coding assistance with a single agent to orchestrating teams of agents throughout the entire software development lifecycle, including design, implementation, deployment, and maintenance.

Command Center for AI Agent Management

Since OpenAI launched Codex in April 2025, the interaction between developers and AI agents has undergone a fundamental transformation. Models now handle intricate, extended tasks independently, while developers coordinate multiple agents across various projects: assigning tasks, executing operations in parallel, and entrusting agents with comprehensive projects spanning hours or weeks. The primary challenge has evolved from determining agent capabilities to effectively directing, monitoring, and collaborating with numerous agents simultaneously-a need that traditional IDEs and terminal interfaces cannot adequately address.

This new development paradigm, combined with advanced model capabilities, necessitates innovative tooling, which prompted the creation of the Codex desktop application as a centralized hub for agent coordination.

Parallel Agent Workflow Management

The application creates dedicated workspaces for multi-agent collaboration. Agents operate in distinct threads organized by project, enabling smooth context switching between tasks. Users can examine agent modifications within threads, add comments to code differences, and access changes in their preferred editor for manual adjustments.

Integrated worktree support allows multiple agents to operate on the same repository without creating conflicts. Each agent works with an isolated code copy, facilitating exploration of different approaches without affecting the main codebase. During agent operations, users can either review changes locally or allow continued progress without modifying local git configurations.

The application seamlessly integrates with existing session histories and configurations from the Codex CLI and IDE extension, enabling immediate project continuation.

Extending Functionality Through Skills

Codex has evolved from a code-writing agent to one that leverages code for executing various computer-based tasks. Skills functionality enables expansion beyond code generation to encompass information gathering, synthesis, problem-solving, and documentation tasks.

Skills combine instructions, resources, and scripts, allowing Codex to consistently interface with tools, execute workflows, and complete tasks according to organizational standards. The application features a dedicated interface for skill creation and management. Users can explicitly direct Codex to utilize specific skills or enable automatic skill selection based on task requirements.

Practical Skill Applications

Game Development Example: OpenAI demonstrated Codex's capabilities by tasking it with creating a racing game featuring multiple racers, eight tracks, and interactive items. Utilizing image generation and web game development skills, Codex independently constructed the game using over 7 million tokens from a single initial prompt, assuming designer, developer, and QA tester roles to validate its work through actual gameplay.

The application includes a comprehensive skill library for popular tools and workflows used at OpenAI:

  • Design Implementation: Retrieve design elements, assets, and screenshots from Figma for conversion into production-ready UI code with exact visual matching
  • Project Management: Handle bug triage, release tracking, and team workload management in Linear
  • Cloud Deployment: Deploy web applications to platforms including Cloudflare, Netlify, Render, and Vercel
  • Image Generation: Create and edit images using GPT Image for websites, UI mockups, product visuals, and game assets
  • OpenAI API Integration: Access current documentation when developing with OpenAI's APIs
  • Document Creation: Read, create, and edit PDF, spreadsheet, and docx files with professional formatting

Skills created within the application function across all Codex interfaces: the app, CLI, and IDE extension. Teams can share skills by incorporating them into repositories.

Automated Background Processing

The application introduces Automations for background task execution on predetermined schedules. Automations integrate instructions with optional skills, operating according to user-defined schedules. Completed automations appear in a review queue for further action if necessary.

OpenAI internally employs Automations for routine but critical tasks including daily issue triage, CI failure identification and summarization, daily release brief generation, and bug detection.

Customizable Interaction Styles

Recognizing diverse developer preferences for agent interaction, Codex offers two distinct personalities-a concise, pragmatic approach and a more conversational, empathetic style-without compromising capabilities. Users can switch personalities using the /personality command across the app, CLI, and IDE extension.

Security Architecture and Configuration

OpenAI has implemented comprehensive security measures throughout the Codex agent infrastructure. The application employs native, open-source, and configurable system-level sandboxing similar to the Codex CLI implementation. Default settings restrict Codex agents to file editing within designated folders or branches and cached web searches, requiring permission for commands needing elevated privileges like network access. Users can establish project or team-specific rules enabling automatic execution of certain commands with elevated permissions.

Access and Pricing Structure

The Codex application launches today for macOS users. ChatGPT Plus, Pro, Business, Enterprise, and Edu subscribers can access Codex across CLI, web, IDE extension, and app interfaces using their ChatGPT credentials. Usage is incorporated into ChatGPT subscriptions, with options for purchasing additional credits when needed.

For a limited period, Codex access extends to ChatGPT Free and Go users to encourage broader agent-based development. OpenAI has also doubled rate limits for existing Codex users across all paid tiers during this promotional period.

Future Development Plans

Enterprises and developers increasingly depend on Codex for comprehensive development workflows. Since the GPT-5.2-Codex launch in mid-December, overall Codex usage has doubled, with over one million developers utilizing Codex in the past month. OpenAI plans to expand Codex availability and functionality, including Windows compatibility, advancing model capabilities, and implementing faster inference.

Within the application, OpenAI will continue enhancing multi-agent workflows based on practical feedback, simplifying parallel work management and inter-agent transitions while maintaining context. Development continues on cloud-based trigger support for Automations, enabling continuous background Codex operation beyond local computer availability.

Codex operates on a fundamental principle: code controls everything. Enhanced agent capabilities in reasoning about and generating code directly translate to increased competence across technical and knowledge work domains. The current challenge involves bridging the gap between frontier model capabilities and practical accessibility. Codex addresses this gap by simplifying the direction, supervision, and application of model intelligence to actual work scenarios. While OpenAI has concentrated on establishing Codex as the premier coding agent, this foundation enables its evolution into a robust agent for diverse knowledge work tasks beyond code writing.