On May 29, 2026, OpenAI flipped the switch on Windows support for Codex "Computer Use," letting the AI agent see, click, and type inside Windows applications. The roll-out hit eligible Codex app users worldwide, turning the experimental feature into a practical desktop automation tool that works in the background while you monitor its every move.
The update arrived via Codex version 2.3.0, available through the Microsoft Store and direct download. It requires Windows 11 24H2 or later—a deliberate choice, OpenAI engineers said, to leverage the latest UI automation hooks and security sandboxing built into the OS.
What Is Codex Computer Use?
Launched in early 2026 as part of OpenAI’s agent strategy, Codex is a standalone desktop application distinct from the ChatGPT web interface. While ChatGPT handles conversations and code generation, Codex is designed to act on a user’s behalf—navigating the operating system, interacting with files, filling forms, and executing multi-step workflows.
The "Computer Use" capability, first demonstrated in research previews last year, gives Codex the ability to capture screenshots, parse visual elements, and simulate mouse and keyboard input. Think of it as a robotic process automation (RPA) bot infused with large language model (LLM) reasoning, but trained to understand natural language commands like “scan all PDFs on my desktop and highlight the invoice numbers.”
With Windows support, that agentic power now extends to legacy Win32 apps, UWP interfaces, and even custom enterprise software—not just the safe sandbox of a browser.
How the Windows Integration Works
Codex Computer Use on Windows relies on a stack of APIs that blend accessibility frameworks with computer vision. Behind the scenes, the app requests screen capture permissions once per session—Windows flashes a prominent consent dialog—then streams compressed video frames to a local analysis engine. A fine-tuned vision model identifies buttons, text fields, menus, and other widgets, mapping them into a structured representation.
According to a technical deep-dive published on OpenAI’s engineering blog, the vision model is a variant of GPT-4o optimized for real-time object detection and optical character recognition (OCR) on 720p screen captures. By processing a stream at 24 frames per second, Codex can follow dynamic changes like animated menus or dropdowns that appear and disappear.
The agent then plans a sequence of actions: moving the mouse, clicking, typing, scrolling, or invoking keyboard shortcuts. User input is injected through the Windows UI Automation API and SendInput, methods normally reserved for assistive technologies. This ensures that the simulated interactions are indistinguishable from human inputs to most applications, while still respecting Windows-level restrictions.
Crucially, Codex never gains raw access to memory or protected system processes. All actions are gated by the user’s own permissions; if you can’t do it, Codex can’t either. A persistent overlay—a small semi-transparent widget—shows exactly what the agent is doing in real time, with a “Pause” button that stops execution instantly.
Monitoring and Control
OpenAI has baked in several layers of human oversight. By default, the agent pauses before any sensitive action—like sending an email, deleting a file, or changing a system setting—and asks for approval. Users can tweak the threshold: “Auto-approve low-risk” for rapid workflows, or “Prompt always” for maximum caution.
A session log records every step, complete with screenshots and timestamps. For enterprise deployments, IT admins can route logs to a central console and enforce policies that cap session length, block certain apps, or require manager escalation for high-stakes tasks.
These guardrails are a direct response to early criticism that agentic AI might run amok. In January 2026, a competitor’s desktop agent accidentally scheduled a meeting for every Thursday at 3 a.m. after misreading a calendar invite. OpenAI appears determined to avoid such mishaps.
First Impressions: Power and Rough Edges
Early adopters who received the update on May 29 report that Codex Computer Use on Windows is remarkably capable—but not flawless. A user posting on WindowsForum described asking the agent to “clean up my Downloads folder by sorting files into subfolders based on type.” Codex completed the task in under three minutes, a job that would take a human at least ten.
Another user noted smooth integration with Microsoft Office: “I highlighted a bunch of cells in Excel, told Codex ‘create a pivot table from this data and color-code outliers,’ and it just did it.” The agent successfully navigated the ribbon, launched the pivot table wizard, and applied conditional formatting—no scripts needed.
Yet hiccups persist. Several users reported that Codex sometimes misidentifies UI elements in applications that use non-standard rendering, such as older Java-based enterprise tools. In one case, the agent kept clicking on a phantom “OK” button that wasn’t actually visible, looping until the user intervened. OpenAI acknowledged the issue in release notes, blaming “Visual recognition gaps with non-native GUI frameworks,” and promised improvements via model updates.
Performance overhead is another pain point. The local vision processing can spike CPU usage by 15–20% on mid-range laptops, leading to fan noise and reduced battery life. The agent also requires an active internet connection for the LLM reasoning layer; offline mode is not yet supported.
Security and Privacy Considerations
Because Codex needs screen capture and input injection rights, it’s a tempting target for attackers. OpenAI mitigated this with a hardened architecture: all sensitive operations happen inside a low-integrity sandbox, and the app binaries are signed with a Windows hardware-enforced code integrity policy.
Data from screenshots is processed locally whenever possible, but metadata—like labeled elements, action logs, and any text extracted via OCR—is sent to OpenAI’s cloud for reasoning. The company insists that this data is encrypted in transit and never used for model training without explicit opt-in. Enterprise customers can opt for on-premises reasoning via the Azure OpenAI Service, though that requires additional infrastructure.
Security researchers have pointed out that the real weak point is the user’s own account: once you grant Codex permission to simulate input, a compromised agent could, in theory, act maliciously. OpenAI’s response is that the agent’s attack surface is minimized because it runs in a restricted context and cannot self-modify its code. Still, the risk is non-zero, especially in environments with lax admin controls.
Competition in the Agentic AI Space
OpenAI’s move puts it head-to-head with Microsoft’s own Copilot for Windows, which already offers some desktop control features through the Windows Copilot Runtime. Microsoft announced at Build 2026 that Copilot can now execute complex macros and interact with office apps, but it remains tightly integrated with Edge and the Windows shell. Codex, by contrast, is application-agnostic.
Google’s Project Mariner, an agent for Chrome, was initially browser-only but reportedly has a desktop prototype in the works. Anthropic’s Claude “tool use” capabilities are limited to within its chat window, and Samsung’s Gauss agent is still in beta. For now, Codex stands as the most general-purpose desktop agent available on Windows.
| Feature | OpenAI Codex | Microsoft Copilot | Google Mariner |
|---|---|---|---|
| Desktop App Support | Win32, UWP, custom | Office and Edge only | Chrome (desktop prototype) |
| Screen Reading | Real-time vision + OCR | Optical character recognition | Browser DOM + vision |
| Input Method | UI Automation + SendInput | Proprietary Runtime API | Chrome DevTools Protocol |
| Session Monitoring | Overlay widget, pause button | Activity log in Edge | Live preview in Chrome |
| Pricing (individual) | Free (10 sessions/mo), Pro $100/mo | $30/user/mo (needs M365) | N/A |
Pricing is another differentiator. Codex Computer Use is included in ChatGPT Pro ($200/month) and the new Codex Pro tier ($100/month standalone). A free tier allows up to 10 agent sessions per month, making it accessible for casual experimentation. Microsoft’s Copilot agent features require a Microsoft 365 Copilot license ($30/user/month on top of existing subscriptions), giving OpenAI a direct price advantage for individual users.
Real-World Use Cases
Beyond simple file management, early showcases highlight productivity gains. A freelance graphic designer on WindowsForum described using Codex to batch-export hundreds of SVG files from Adobe Illustrator: “I recorded a short demo of me doing one, then told Codex ‘repeat this for all SVGs in the folder.’ It opened Illustrator, loaded each file, and exported a PNG. Saved me an entire afternoon.”
In enterprise contexts, IT departments are eyeing Codex for automated employee onboarding—creating accounts, installing approved software, configuring settings, and generating documentation—all without writing a single line of PowerShell. One system administrator shared that Codex handled 15 of 20 steps without human intervention, though it needed guidance on legacy HR software that didn’t support standard UI automation.
Accessibility is another bright spot. Users with motor disabilities have praised the ability to navigate Windows through natural language, treating Codex as a more intelligent on-screen assistant. “I can tell it ‘click the third menu from the left, then select the second option,’ and it works,” one user wrote.
What’s Next: API Access and Multi-Platform Sync
OpenAI’s roadmap, leaked earlier this month, suggests that a developer API for Codex Computer Use will enter preview by July 2026. That would allow third-party apps to embed the agent, similar to how plugins work in ChatGPT. Imagine a database client that can carry out maintenance tasks or a design tool that auto-optimizes layouts based on natural language feedback.
Also on the horizon is multi-platform sync: start a task on your Windows PC, continue on macOS, and review the log on your phone. Cross-device coordination requires a unified agent state, which OpenAI is building on top of its existing sync infrastructure. No timeline has been confirmed, but code references spotted in the latest Codex client hint at a “roaming session” feature.
Should You Dive In?
For Windows enthusiasts willing to experiment, Codex Computer Use is a glimpse of a future where AI handles the grunt work. The agent still makes mistakes—it’s not a set-it-and-forget-it solution—but the supervision tools make it manageable. If you regularly perform repetitive desktop tasks, the time savings may well justify the subscription cost.
However, if your work involves highly customized or niche applications, expect some friction. The vision model improves with each update, but non-standard interfaces will trip it up. Security-conscious users should carefully review the permission model and consider running Codex in a virtual machine or a secondary user account during initial tests.
OpenAI is expected to release a major usability update in late June, addressing the most common UI misrecognition cases and reducing CPU overhead. Until then, a little patience—and a willingness to tap the “Pause” button—goes a long way.