macOS 26.810.50856: dozens of ChatGPT Computer Use processes spawn while idle, causing near-100% CPU and severe system lag
What version of the Codex App are you using (From “About Codex” dialog)?
ChatGPT 26.810.50856 Powered by Codex & OWL Released Aug 15, 2026
What subscription do you have?
ChatGPT Plus
What platform is your computer?
macOS Sonoma 14.8.9 (arm64) MacBook Pro 14-inch, 2021 Apple M1 Pro 16 GB RAM
What issue are you seeing?
After updating to ChatGPT/Codex 26.810.50856 on Aug 15, 2026, simply launching the app causes extremely high CPU usage and severe system lag, even when no Codex task or Computer Use session is running.
Activity Monitor shows dozens of separate ChatGPT Computer Use processes with unique PIDs being spawned while the app is idle. Each instance consumes approximately 4–6% CPU.
At the same time, I observed:
ChatGPT: ~91% CPUCodex (Renderer): ~49% CPUreplayd: ~35% CPUmds_stores: ~58% CPUkernel_task: ~24% CPU- elevated
tccd,trustd,syspolicyd,XProtectService, andWindowServer
CPU idle drops to approximately 0–1%.
Memory pressure also increases significantly. On this 16 GB Mac I have observed ChatGPT using approximately 3–4.5 GB RAM, compressed memory reaching 7.61 GB, and swap reaching 6.15 GB.
The Mac becomes hot, the Codex UI becomes severely laggy, and the rest of macOS also becomes less responsive.
Most importantly, I did not invoke Computer Use. The ChatGPT Computer Use processes appear automatically after launching the app.
What steps can reproduce the bug?
- Launch ChatGPT/Codex 26.810.50856 on macOS.
- Leave the app idle.
- Do not start a Codex task.
- Do not invoke Computer Use.
- Open Activity Monitor and sort by
% CPU. - Observe that many
ChatGPT Computer Useprocesses with different PIDs begin appearing. - CPU usage rapidly increases and macOS system processes such as
replayd,tccd,trustd,syspolicyd,mds_stores, andkernel_taskalso become active.
The issue is reproducible immediately after launching the app.
What is the expected behavior?
When ChatGPT/Codex is idle and Computer Use has not been invoked:
ChatGPT Computer Usehelper processes should not continuously spawn.- CPU usage should remain low.
- Memory and swap usage should remain stable.
- macOS system services should not be repeatedly triggered.
- The Mac should remain responsive and at normal temperature.
Additional information
This behavior started immediately after updating to version 26.810.50856 on Aug 15, 2026.
Quitting ChatGPT stops the abnormal process activity.
The behavior strongly resembles a ChatGPT Computer Use helper process respawn/restart loop. The many instances shown in Activity Monitor are separate processes with different PIDs, not threads of a single process.
I have attached screenshots showing:
- ChatGPT at ~91% CPU, Codex Renderer at ~49% CPU, and
replaydat ~35% CPU. - Dozens of simultaneous
ChatGPT Computer Useprocesses with unique PIDs. - High memory pressure / compressed memory / swap usage.
- The affected app version: 26.810.50856.
I can provide process samples, spindump, sysdiagnose, or Codex logs if needed.
<img width="1383" height="997" alt="Image" src="https://github.com/user-attachments/assets/d309a159-9e3a-41ce-909e-a2e7b9c3c8b4" />
<img width="1383" height="997" alt="Image" src="https://github.com/user-attachments/assets/d87cf3f3-d5f9-49d2-b920-874e179ee139" />
<img width="1383" height="997" alt="Image" src="https://github.com/user-attachments/assets/4ec9e109-5309-4e54-a799-d88b6eb5e21b" />
5 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Still reproducible on 26.814.41407 (Aug 18 build) — plus a concrete trigger found in
~/.codex/config.tomlConfirming this bug persists on the latest build. Environment: macOS 26.5.2 (arm64, 8-core), ChatGPT 26.814.41407 (bundled
codex-cli 0.148.0-alpha.15), 16 GB RAM.Observed (same symptoms as reported above):
Codex Computer Useprocesses (mostlySkyComputerUseServiceunder~/.codex/computer-use/Codex Computer Use.app) spawn and keep accumulating. I counted 71–150 processes.A concrete trigger I found in
~/.codex/config.toml:The
notifyhook invokes the Computer Use client (SkyComputerUseClient) onturn-endedeven though the MCP server itself isenabled = false. When the client fails or hangs, it seems to respawn in a loop → process storm. This also explains why it happens while idle / without the user invoking Computer Use.Workaround that fixed it for me (no reinstall):
notifyline in~/.codex/config.toml(back up the file first).~/.codex/computer-use/(the component is re-deployed from the app bundle on next launch, but with the notify hook disabled the storm no longer starts).pkill -9 -f "computer-use".Extra note for maintainers: on my machine
~/.codexis a symlink to~/.codex-internal, and config paths point at the real path — related to #39420.Please fix the respawn loop on the app side. Happy to provide more logs / diagnostics.
I can confirm this is still present in 26.814.41957 as well. On M3 MBP, 36GiB RAM, running 26.5.2.
最新版好像还是有这个问题,我用别的ai工具强制把computer use禁掉了临时解决了这个问题。
I can confirm a closely related failure mode on an earlier Codex desktop build.
Environment:
Observed behavior:
nodekernel remained runnable for about 30 minutes even though there was no registered active Computer Use execution.Recovery evidence:
SIGTERMonly to the affected kernel PID.This suggests that, in addition to the multi-process spawn loop described in the original report, a single orphaned Computer Use kernel can enter a sustained CPU/RSS loop. A lifecycle cleanup or bounded idle watchdog for unregistered Computer Use kernels may prevent the thermal and swap impact.
I can provide an anonymized process sample or additional metadata if useful.