Compare commits

...

1 Commits

Author SHA1 Message Date
David Wiesen
84493b7c71 docs: refresh Windows sandbox guidance 2026-04-01 13:29:18 -07:00
3 changed files with 4 additions and 4 deletions

View File

@@ -207,7 +207,7 @@ The hardening mechanism Codex uses depends on your OS:
| Requirement | Details |
| --------------------------- | --------------------------------------------------------------- |
| Operating systems | macOS 12+, Ubuntu 20.04+/Debian 10+, or Windows 11 **via WSL2** |
| Operating systems | macOS 12+, Ubuntu 20.04+/Debian 10+, or Windows 11 |
| Node.js | **16 or newer** (Node 20 LTS recommended) |
| Git (optional, recommended) | 2.23+ for built-in PR helpers |
| RAM | 4-GB minimum (8-GB recommended) |
@@ -513,7 +513,7 @@ Codex runs model-generated commands in a sandbox. If a proposed command or file
<details>
<summary>Does it work on Windows?</summary>
Not directly. It requires [Windows Subsystem for Linux (WSL2)](https://learn.microsoft.com/en-us/windows/wsl/install) - Codex is regularly tested on macOS and Linux with Node 20+, and also supports Node 16.
Yes. Codex supports Windows 11 directly, including the native Windows sandbox flow. WSL2 remains an option if you prefer a Linux environment.
</details>

View File

@@ -4,7 +4,7 @@
| Requirement | Details |
| --------------------------- | --------------------------------------------------------------- |
| Operating systems | macOS 12+, Ubuntu 20.04+/Debian 10+, or Windows 11 **via WSL2** |
| Operating systems | macOS 12+, Ubuntu 20.04+/Debian 10+, or Windows 11 |
| Git (optional, recommended) | 2.23+ for built-in PR helpers |
| RAM | 4-GB minimum (8-GB recommended) |

View File

@@ -1,3 +1,3 @@
## Sandbox & approvals
For information about Codex sandboxing and approvals, see [this documentation](https://developers.openai.com/codex/security).
For information about Codex sandboxing and approvals, see the [sandbox and approvals guide](https://developers.openai.com/codex/sandboxing).