codex - 💡(How to fix) Fix Codex Desktop Plugins page renders broken on Intel Mac [1 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#20105Fetched 2026-04-29 06:22:54
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
labeled ×3commented ×1

The Codex Desktop Plugins page renders incorrectly on Intel Mac. Text and plugin cards are clipped/misaligned, with large blank areas and partial letters visible. This happens on the latest Codex Desktop version available to me.

Root Cause

The Codex Desktop Plugins page renders incorrectly on Intel Mac. Text and plugin cards are clipped/misaligned, with large blank areas and partial letters visible. This happens on the latest Codex Desktop version available to me.

RAW_BUFFERClick to expand / collapse
<img width="1261" height="806" alt="Image" src="https://github.com/user-attachments/assets/5d675dd8-ea68-4ff6-b6fa-898f9cd95324" />

Environment

  • Codex Desktop: 26.422.62136 (2180)
  • Codex CLI: codex-cli 0.125.0
  • macOS: 15.4.1 (24E263)
  • Architecture: x86_64 / Intel Mac
  • App executable: Mach-O 64-bit x86_64

Summary

The Codex Desktop Plugins page renders incorrectly on Intel Mac. Text and plugin cards are clipped/misaligned, with large blank areas and partial letters visible. This happens on the latest Codex Desktop version available to me.

Steps to Reproduce

  1. Launch Codex Desktop on Intel Mac.
  2. Open the Plugins page.
  3. Observe the plugin list/cards area.

Expected Behavior

The Plugins page should render plugin cards and text normally.

Actual Behavior

The Plugins page layout is corrupted: text/card layers appear horizontally displaced, partial letters are visible, and cards/rows are clipped or misaligned.

Troubleshooting Already Tried

The issue still reproduces after:

  • Launching with --disable-gpu.
  • Clearing/renaming GPU-related caches: GPUCache, DawnGraphiteCache, DawnWebGPUCache.
  • Clearing/renaming frontend caches: Cache, Code Cache, blob_storage.
  • Launching with stronger rendering flags: --disable-gpu --disable-gpu-compositing --disable-gpu-rasterization --disable-accelerated-2d-canvas --disable-features=SkiaGraphite,UseSkiaRenderer,CanvasOopRasterization,Vulkan,Metal,WebGPU,UseDawn.
  • Launching with a clean user data dir: --user-data-dir=/private/tmp/codex-clean-profile.

Relevant Log Notes

Logs are under: ~/Library/Logs/com.openai.codex/2026/04/29/

Notable lines observed:

  • unsupported feature enablement workspace_dependencies
  • plugin/list requests taking several seconds
  • primary runtime initially failed to fetch, later installed

Screenshot

A screenshot is available and shows the corrupted Plugins page layout.

extent analysis

TL;DR

The issue with the Codex Desktop Plugins page rendering incorrectly on Intel Mac may be related to graphics rendering or plugin loading, and trying a different rendering mode or updating the plugin list might help.

Guidance

  • Try launching Codex Desktop with the --enable-low-end-gpu flag to see if it improves the rendering.
  • Check the plugin list for any recently added or updated plugins that might be causing the issue, and try disabling them one by one to isolate the problem.
  • Verify that the issue persists after updating the Codex CLI to the latest version.
  • Review the logs at ~/Library/Logs/com.openai.codex/2026/04/29/ for any error messages related to plugin loading or rendering.

Example

No code snippet is provided as it is not clearly supported by the issue.

Notes

The issue might be specific to the Intel Mac architecture or the Codex Desktop version being used. Further troubleshooting may be needed to identify the root cause.

Recommendation

Apply workaround: Try launching Codex Desktop with different rendering flags or disabling recently added plugins to see if it resolves the issue. This is because the problem seems to be related to rendering or plugin loading, and these workarounds might help mitigate the issue.

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 Plugins page renders broken on Intel Mac [1 comments, 2 participants]