How Codex’s New Windows Support Lets AI See Screens and Control Apps

OpenAI’s Codex 26.527 update brings the Computer Use agent to Windows, enabling AI to view the screen, simulate mouse clicks and keyboard input, plus remote control via mobile, while outlining usage scenarios, platform differences, permission requirements, and security safeguards.

AI Insight Log
AI Insight Log
AI Insight Log
How Codex’s New Windows Support Lets AI See Screens and Control Apps

What is Computer Use?

Codex 登陆 Windows
Codex 登陆 Windows

Codex is OpenAI’s desktop AI programming agent (different from the Codex CLI). It runs locally with a graphical UI, can read and write code, execute commands, and, through the new Computer Use capability, observe the screen, analyze UI state, and simulate mouse clicks and keyboard input as if a person were operating the machine.

Typical use cases listed by OpenAI include UI testing on desktop and mobile, reproducing UI‑related bugs, adjusting application settings that lack a command‑line interface, and orchestrating cross‑application workflows such as copying data from one system to another.

For example, prompting “draw a goblin in Paint” makes Codex launch Windows Paint and actually draw the image.

What version 26.527 brings

The update introduces three main changes.

1. Computer Use on Windows – Codex can now see the screen, move the mouse, and type on Windows applications. The target application must remain visible in the foreground, and Codex takes exclusive control of mouse and keyboard while a task runs.

2. Mobile remote control – The ChatGPT iOS and Android apps can connect to a Codex instance running on Windows, allowing users to start tasks, monitor progress, and intervene from their phone while the code continues to execute on the PC.

3. Profile page update – The Profile section now shows account details, usage statistics, and token consumption, giving users a clearer view of cost and quota.

macOS vs. Windows differences

Both platforms share the same core Computer Use capabilities, but their implementations differ.

macOS supports a “locked use” mode that continues running after the screen is locked, using a special authorization plug‑in.

Windows requires the target application to stay in the foreground; it does not support locked‑screen operation, and users cannot use the mouse or keyboard for other tasks while Codex is active.

Permission requirements also differ: macOS needs screen‑recording and accessibility permissions, whereas Windows only needs the application to be visible. Installing the Computer Use plug‑in is a prerequisite on both systems.

Security and boundaries

Because Computer Use can directly manipulate a computer, OpenAI adds several safeguards:

Each application access triggers a permission prompt, allowing “always allow” or per‑session approval.

Tasks can be paused or stopped at any time, returning control to the user.

OpenAI recommends closing unrelated sensitive applications while a task runs.

File modifications and shell commands still go through Codex’s existing sandbox and approval mechanisms; Computer Use does not bypass them.

OpenAI also defines explicit limits: Codex cannot control terminal applications, cannot operate on itself, cannot run with administrator privileges, and cannot bypass system security dialogs.

Codex Computer Use 权限设置界面
Codex Computer Use 权限设置界面

Conclusion

With Computer Use now available on Windows and mobile remote control added, the AI programming agent can handle UI testing, bug reproduction, and cross‑application automation that previously required manual effort.

The Windows implementation’s foreground‑only restriction and early‑access label mean users should evaluate the feature in their own workflows, but the overall capability expands what AI agents can achieve on desktop environments.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

OpenAIWindowsAI automationCodexDesktop applicationsComputer Use
AI Insight Log
Written by

AI Insight Log

Focused on sharing: AI programming | Agents | Tools

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.