codex - 💡(How to fix) Fix Codex Desktop: Codex Helper (Renderer) high CPU when popout window shortcut is enabled [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#19916Fetched 2026-04-29 06:25:30
View on GitHub
Comments
2
Participants
2
Timeline
6
Reactions
0
Author
Timeline (top)
commented ×2labeled ×2closed ×1cross-referenced ×1

Root Cause

This looks distinct from active model execution because the issue appears while idle and changes with the popout shortcut setting. It may be related to the global shortcut listener, popout window pre-rendering, or renderer-side event loop after loading the persisted shortcut setting.

RAW_BUFFERClick to expand / collapse

This is a Codex Desktop macOS app issue, not a Codex CLI issue.

What version of the Codex App are you using?

Codex Desktop 26.422.30944 (CFBundleVersion 2080)

What platform is your computer?

macOS 26.4.1 (25E253), arm64

What issue are you seeing?

Enabling the popout window shortcut appears to be strongly correlated with sustained high CPU usage in Codex Helper (Renderer) while Codex Desktop is otherwise idle.

In local testing, disabling the popout window shortcut returns CPU usage to normal. When the shortcut is enabled, Codex Helper (Renderer) can consume more than two CPU cores continuously.

The exact trigger timing seems inconsistent:

  • In one test, enabling the shortcut did not immediately cause abnormal CPU usage until Codex Desktop was quit and relaunched.
  • In another test, it looked like CPU usage became abnormal shortly after enabling the shortcut.

So this may be related to the shortcut feature initialization or renderer-side event handling, but I cannot yet say whether app restart is always required.

What steps can reproduce the bug?

  1. Launch Codex Desktop on macOS.
  2. Enable the popout window shortcut.
  3. Observe Codex Helper (Renderer) CPU usage in Activity Monitor.
  4. If CPU usage remains normal, quit and relaunch Codex Desktop.
  5. Observe Codex Helper (Renderer) CPU usage again.
  6. Disable the popout window shortcut.
  7. Observe CPU usage returning to normal.

What is the expected behavior?

Enabling the popout window shortcut should not cause sustained renderer CPU usage while Codex Desktop is idle.

Additional information

This looks distinct from active model execution because the issue appears while idle and changes with the popout shortcut setting. It may be related to the global shortcut listener, popout window pre-rendering, or renderer-side event loop after loading the persisted shortcut setting.

extent analysis

TL;DR

Disabling the popout window shortcut may temporarily mitigate the sustained high CPU usage issue in Codex Helper (Renderer).

Guidance

  • Investigate the global shortcut listener and popout window pre-rendering to identify potential causes of the high CPU usage.
  • Verify that the issue is specific to the Codex Helper (Renderer) process and not a system-wide problem.
  • Test the popout window shortcut feature with different shortcut settings to see if the issue is specific to a particular configuration.
  • Consider debugging the renderer-side event loop to understand how it handles the persisted shortcut setting.

Example

No code snippet is provided as the issue does not contain sufficient information about the codebase.

Notes

The exact trigger timing of the issue seems inconsistent, and it may be related to the shortcut feature initialization or renderer-side event handling. Further investigation is needed to determine the root cause.

Recommendation

Apply workaround: Disable the popout window shortcut to prevent sustained high CPU usage in Codex Helper (Renderer) until a permanent fix is available.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Codex Desktop: Codex Helper (Renderer) high CPU when popout window shortcut is enabled [2 comments, 2 participants]