Codex Computer Use / Intel Mac audit

Find out whether Computer Use is blocked by your setup or by the app bundle.

A focused Mac AI-agent audit for Codex/OpenClaw users who see Computer Use unavailable, missing plugin payloads, stale permissions, broken provider routes, or unreliable desktop automation.

Free self-serve bundle, one command:

curl -fsSL https://igorganapolsky.github.io/openclaw-mac-ai-workstation-setup/scripts/self-diagnose.mjs | node

Read-only: runs the six-cause diagnostic, redacts secrets, writes a bundle to your Desktop. Paste into the $19 quick read for a confirmed root cause.

What This Checks

Intel bundle payloadVerify whether the Codex app actually includes the Computer Use plugin/helper for your architecture.
macOS permissionsSeparate missing Screen Recording or Accessibility grants from missing app resources.
Plugin cache stateCheck bundled marketplace files, local cache, stale installs, and mismatched plugin entries.
Agent routingConfirm whether the answering agent can see the tools you think are installed.
OpenClaw/Codex splitKeep browser automation, native Mac control, and provider routing as separate failure layers.
Evidence packageReturn concise proof and the next action: fix locally, wait for vendor bundle, or route around.

Fast Self-Check

uname -m
find /Applications/Codex.app/Contents/Resources/plugins/openai-bundled -maxdepth 3 -type d -name "*computer*" -o -name "*cua*"
find ~/.codex/plugins/cache/openai-bundled -maxdepth 3 -type d -name "*computer*" -o -name "*cua*"

If those paths contain no Computer Use/CUA payload on Intel, permission resets will not install the missing bundle. The right move is to document the evidence and use a route-around until a compatible payload exists.

Good Fit

Start

Buy triage or the full diagnostic. Send the GitHub issue URL, Mac model, macOS version, Codex/OpenClaw version, and the self-check output.