Skip to content

Codex Desktop Deployment Guide

ResourceURL
Official docsCodex app
Windows guideCodex app for Windows

Codex Desktop is OpenAI's desktop app for managing multiple agent threads, reviewing changes, using worktrees, running local tasks, and coordinating project work. The desktop app is currently available for macOS and Windows.

macOS

  1. Open the Codex app page.
  2. Choose the Apple Silicon or Intel build for your Mac.
  3. Download the installer and move Codex into Applications.
  4. Open Codex, sign in, and select a project folder.

Windows

Install from the official page through Microsoft Store, or use WinGet:

powershell
winget install Codex -s msstore

After installation, open Codex, sign in, and select a project folder. The Windows app can run natively through PowerShell, or you can switch the agent runtime to WSL2 in settings.

Linux

Codex Desktop does not currently provide a Linux desktop app. Linux users should use Codex CLI.

Recommended Developer Tools

Codex Desktop uses your local development environment. At minimum, consider installing:

ToolPurpose
GitInspect changes, manage branches, and revert edits
Node.jsRun frontend and JavaScript project tasks
PythonRun scripts, tests, and automation
GitHub CLIWork with GitHub login, pull requests, and repositories

Next Steps