OpenAI, Codex 앱 Window용 공개 | GeekNews
News

OpenAI, Codex 앱 Window용 공개 | GeekNews

xguru
2026.03.05
·Web·by 배레온/부산/개발자
#AI#Code Generation#Developer Tools#OpenAI#Windows

Key Points

  • 1OpenAI has released a new Codex app for Windows, designed to facilitate parallel development across multiple projects using agent threads on a single screen.
  • 2The app leverages PowerShell and a Windows native sandbox, offering the flexibility to switch to WSL mode and customize integrated editors and terminals per project.
  • 3It recommends pre-installed developer tools for optimal performance, requires administrator privileges for certain commands, and is available for download via the Microsoft Store.

OpenAI has released a new Codex application for Windows, designed to facilitate parallel development workflows by allowing users to manage multiple projects concurrently through "parallel agent threads" on a single screen.

The core operational methodology of the Codex app is based on a hybrid execution model. Primarily, the application's agent functions within a "Windows native sandbox," leveraging "PowerShell" for command execution and scripting. This foundational architecture ensures a secure and isolated environment for running development-related tasks directly on the Windows host.

For scenarios requiring a Linux-like environment, the app provides the flexibility to switch its agent into a "WSL mode" (Windows Subsystem for Linux). This allows the agent to execute commands and interact with tools within a chosen WSL distribution, bridging the gap between Windows-native and Linux-based development environments. To fully activate the WSL agent mode, a restart of the application is required after selection. For integrating WSL projects, users must specify paths using the \\wsl$ notation, followed by the specific distribution and folder.

The application boasts extensive configurability for user workflows. Users can specify a default external editor for projects, with support for popular options like VSCode and Sublime Text, and this setting can be customized per project. Furthermore, the integrated terminal settings are independent of the agent's execution environment. This means a user can configure the agent to operate in WSL mode while retaining a PowerShell terminal, or alternatively, use WSL for both agent execution and the integrated terminal, offering granular control over the development environment. Supported terminal types include PowerShell, CMD, Git Bash, and WSL.

Optimal performance and functionality are achieved when common development tools such as Git, Node.js, Python, .NET SDK, and GitHub CLI are pre-installed on the system, with winget recommended for their installation. For commands requiring elevated privileges, the Codex application itself must be launched with administrator rights.

The Codex app for Windows is available for download via the Microsoft Store and requires an email verification process post-installation. It was noted that the initial public announcement linked to "developers.openai.com/wendows" instead of "developers.openai.com/windows," a minor typographical amusing error quickly corrected.