Openai
developers.openai.com › codex › app › windows
Windows – Codex app | OpenAI Developers
2 weeks ago - The Codex app for Windows gives you one interface for working across projects, running parallel agent threads, and reviewing results. The Windows app supports core workflows such as worktrees, automations, Git functionality, the in-app browser, ...
Overview
For setup details, see the Windows setup guide. If you’re new to Codex, read the best practices guide.
IDE extension
Codex IDE integrations for VS Code-compatible editors and JetBrains IDEs are available on macOS, Windows, and Linux. On Windows, run Codex natively with the Windows sandbox, or use WSL2 when you need a Linux-native environment.
Web
Choose the repo, setup steps, and tools Codex should use when it runs tasks in the cloud. Kick off a cloud task from your editor, then monitor progress and apply the resulting diffs locally.
Pricing
Codex is included in your ChatGPT Free, Go, Plus, Pro, Business, Edu, or Enterprise plan
Codex App on Windows
If a random redditor can achieve this within a 24-hour timeframe, OpenAI's rationale for exclusively offering the app on macOS on launch day becomes very questionable. More on reddit.com
The Codex app is now on Windows
With the Codex app on Windows, now you can: • Work with multiple agents in parallel • Manage long-running tasks • Review diffs in one place • Stay in your existing setup, without switching to WSL or VMs To bring Codex to Windows, OpenAI built their first Windows-native agent sandbox. More on community.openai.com
codex app is now hands-down the ai coding SOTA
How is it different than codex cli or the extensions? More on reddit.com
Codex App replaces the terminal
Actually when setting up a new (Linux) system Codex is the first tool I am installing. I have a GitHub repo with all my documentation for my systems plus plenty of scripts configuring and installing everything I need. I then task Codex to do all of it and I am checking back after a while. Some days ago I had a weird issue with my NVIDIA driver (also on Linux) I first used Codex to collect all logged data, copied it to my Repo (created a new support folder there) I used AI agents to analyse the issue and my scripts involved around it. They found a bug/glitch within KDE Plasma most likely responsible in my setup for that. I asked them to adjust involved scripts plus increasing logging to have more information in case this will happen again. It hasn't happened again, the system is stable running. Codex totally changed my approach to how I handle systems and documentation. I truly love good and comprehensive documentation, but I never had such a complete documentary that I have now. Truly changing currently, I can just recommend. More on reddit.com
Videos
01:07
The Codex app is now on Windows - YouTube
10:01
Codex 3.0 Can Now Control Your ENTIRE Computer + FREE For Everyone ...
I gave the Codex desktop app a built-in mobile device : r/codex
r/codex on Reddit: Codex app on Windows
09:45
Codex Just Became the Everything App - YouTube
03:19
How to install Codex App on Windows - YouTube
Microsoft Store
apps.microsoft.com › detail › 9plm9xgg6vks
Codex - Free download and install on Windows | Microsoft Store
8 hours ago - The official Codex desktop app from OpenAI is your command center for agentic software development. With the Codex app you can: - Multi-task with agents — Run multiple coding agents in parallel, organized by project and thread - Keep work ...
GitHub
github.com › aidanqm › Codex-Windows
GitHub - aidanqm/Codex-Windows: Extract and run the macOS Codex Electron app on Windows. · GitHub
February 4, 2026 - This repository provides a Windows-only runner that extracts the macOS Codex DMG and runs the Electron app on Windows. It unpacks app.asar, swaps mac-only native modules for Windows builds, and launches the app with a compatible Electron runtime.
Starred by 154 users
Forked by 19 users
Languages PowerShell 97.4% | Batchfile 2.6%
OpenAI
openai.com › index › introducing-the-codex-app
Introducing the Codex app | OpenAI
February 2, 2026 - The app picks up your session history and configuration from the Codex CLI and IDE extension, so you can immediately start using it with your existing projects. Codex is evolving from an agent that writes code into one that uses code to get work done on your computer. With skills(opens in a new window...
Codex
help.codex.online › content › downloads › software
Software Downloads
CODEX Platform: Provides a common set of background services that power all CODEX Software products, including Device Manager and Production Suite.
Reddit
reddit.com › r/codex › codex app on windows
r/codex on Reddit: Codex App on Windows
February 3, 2026 -
For those interested in running OpenAI's Codex desktop application on Windows, I wrote a script that extracts the app bundle from the macOS installer, replaces the mac-specific native modules with Windows-compatible builds, and launches everything through a Windows Electron runtime. You'll need Node.js installed and the macOS installer file from OpenAI.
Repository: https://github.com/aidanqm/Codex-Windows
X
x.com › romainhuet › status › 2029263348572041329
Download Codex for Windows from the Microsoft Store:
Download Codex for Windows from the Microsoft Store: 12:30 PM · Mar 4, 2026 ·
GitHub
github.com › openai › codex
GitHub - openai/codex: Lightweight coding agent that runs in your terminal · GitHub
1 week ago - If you want Codex in your code editor (VS Code, Cursor, Windsurf), install in your IDE. If you want the desktop app experience, run codex app or visit the Codex App page.
Starred by 77.5K users
Forked by 11K users
Languages Rust 96.2% | Python 2.6% | TypeScript 0.3% | JavaScript 0.2% | Starlark 0.2% | Shell 0.2%
Thurrott
thurrott.com › home › blog › openai releases codex app for windows
OpenAI Releases Codex App for Windows - Thurrott.com
March 4, 2026 - It provides native sandboxing and native workflows so that developers can stay in the tools and environments they already use without falling back to the Windows Subsystem for Linux (WSL) or virtual machines for safety reasons. The Codex app for Windows lets developers command multiple agents working asynchronously across projects, delegate and schedule repeatable work using Automations, go beyond code generation using Skills that connect agents to tools and workflows, and review, guide, and intervene in agent work without losing context.
Uptodown
codex-190977.en.uptodown.com › windows › lifestyle › artificial intelligence
Codex for Windows - Download it from Uptodown for free
2 days ago - Download Codex for Windows for free. OpenAI's official companion for programming with ChatGPT. Codex is the official OpenAI app for programming with...
Top answer 1 of 12
4
That’s as far as I get…
[image]
2 of 12
2
Hi @elis, that error is actually pointing somewhere specific. Codex is trying to create its local .codex\sqlite folder, and Windows is basically saying “nope” (permission denied). So it’s not really failing to install, it’s failing on first launch when setting up local storage. A couple quick things…