AI Today BriefSubscribe
tools & releases

Codex Fully Integrates Windows Operating System Compatibility to Run Desktop Level Computer Use Tasks

May 30, 2026 · Edited by Oleksandr Kuzmenko

Codex now fully supports Windows desktop environments with its computer use feature. This update lets autonomous agents interact directly with legacy desktop software. Developers can now run end-to-end OS automations locally.

Why it matters

You can now automate interactions with legacy desktop applications on Windows, expanding your agentic pipelines beyond basic web and terminal tools.

Key takeaways

  • Deploy Codex Windows computer use inside an isolated virtual machine to prevent security and configuration accidents.
  • Set up visual verification logging to capture and monitor how your agent interacts with active desktop windows.
  • Use this feature to bridge legacy offline Windows software to your automated web database backends.

Developing automation scripts for Windows environments has historically required fragile Robotic Process Automation frameworks or platform-specific libraries. Greg Brockman's announcement that Codex now fully supports Windows with computer use capability bridges this gap. This feature allows autonomous agents to interact with Windows operating systems directly, opening desktop applications and handling files locally.\n\nUnder the hood, Codex's Windows computer use engine operates by constantly capturing screenshots, running optical character recognition, and mapping visual layouts. It translates high-level task descriptions into precise mouse clicks, keyboard strokes, and scroll commands. This visual feedback loop operates alongside OS-level event generation to let the agent handle complex UI hierarchies that lack API endpoints, overcoming the limitations of traditional text-only terminal agents.\n\nIf you are a developer managing legacy systems, this capability opens massive opportunities. For instance, you can task your Codex-driven agent with opening a Windows desktop app, performing manual data transfers into your local web environment, and compiling the output. The agent can visually inspect layout elements, adapt to system notifications, and interact with the interface in real time without needing custom programmatic APIs.\n\nHowever, safety is a crucial issue. Giving an LLM direct control of virtual inputs in a Windows environment means it could execute unintended actions like deleting files if a task script behaves unexpectedly. Developers must run these agents in isolated virtual machines or secure sandboxed user environments to prevent accidental system-wide damage.\n\nThis update turns Codex into a versatile operating system operator, making visual desktop automation highly accessible.

Source: x.com