codex - 💡(How to fix) Fix Codex Desktop plugin marketplace layout is horizontally clipped on Intel Mac unless --force-device-scale-factor=1 is used

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…

Fix Action

Fix / Workaround

Workaround found

Code Example

open -na /Applications/Codex.app --args --force-device-scale-factor=1

---

/Applications/Codex.app/Contents/MacOS/Codex --force-device-scale-factor=1
RAW_BUFFERClick to expand / collapse

What version of Codex is running?

Codex Desktop App version: 26.506.21252

What platform is your computer?

macOS on Intel Mac (x86_64).

What issue are you seeing?

The Codex Desktop App plugin marketplace page renders incorrectly on my Intel Mac. The plugin list appears horizontally shifted/clipped: most plugin card content is cut off, with large blank/blurred areas and only the right side of plugin rows/buttons visible.

This happens consistently in the Plugins page. The plugin data appears to load, but the layout is miscomputed, so the page is hard to use.

Steps to reproduce

  1. Open Codex Desktop App on an Intel Mac.
  2. Go to the Plugins page.
  3. Observe that plugin cards/list items are horizontally clipped or shifted, so only partial text/buttons are visible.

Expected behavior

The plugin marketplace/list should render normally, with plugin names, descriptions, and install/manage buttons visible and aligned.

Actual behavior

The list is horizontally offset/clipped. Only parts of the plugin rows are visible, and large blank/blurred areas cover the main list area.

Workaround found

Launching Codex with a forced device scale factor fixes the layout:

open -na /Applications/Codex.app --args --force-device-scale-factor=1

Direct launch also works:

/Applications/Codex.app/Contents/MacOS/Codex --force-device-scale-factor=1

Using the normal Dock/Finder launch reproduces the broken layout again.

Things already tried

  • Reset app zoom with Cmd+0
  • Refresh/relaunch Codex
  • Restart the app
  • Remove/rebuild main app caches under ~/Library/Application Support/Codex/
  • Remove/rebuild the Partitions/codex-browser-app cache, code cache, GPU cache, session storage, local storage, shared storage, and blob storage
  • Remove an older /Applications/Codex-intel.app install so only /Applications/Codex.app remains

None of those fixed it. Only --force-device-scale-factor=1 fixes the display.

Additional context

This looks like an Electron/Chromium HiDPI scaling or compositor/layout issue on Intel Mac. There are existing Intel Mac rendering-related issues such as #18341, but this one affects the Plugins marketplace/list page specifically.

I can provide screenshots if needed.

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…

FAQ

Expected behavior

The plugin marketplace/list should render normally, with plugin names, descriptions, and install/manage buttons visible and aligned.

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 plugin marketplace layout is horizontally clipped on Intel Mac unless --force-device-scale-factor=1 is used