Codex Desktop plugin marketplace layout is horizontally clipped on Intel Mac unless --force-device-scale-factor=1 is used
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
- Open Codex Desktop App on an Intel Mac.
- Go to the Plugins page.
- 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-appcache, code cache, GPU cache, session storage, local storage, shared storage, and blob storage - Remove an older
/Applications/Codex-intel.appinstall so only/Applications/Codex.appremains
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.
6 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
I can confirm this workaround fixes the Plugins page clipping on another affected Intel Mac.
Environment:
codex@26.506.2125213.7.8(22H730)x86_64Result:
open -a "Codex" --args --force_high_performance_gpudid not fix the issue on this machine.AppleTextDirectiondid not fix it.Side effect:
I can still reproduce this on a newer Codex Desktop build.
Environment:
Behavior:
I have not yet tested
--force-device-scale-factor=1on this machine, but the symptom matches this issue closely. Screenshot of the wide/fullscreen broken state:<img width="1200" height="850" alt="Codex Plugins wide window rendering bug" src="https://github.com/user-attachments/assets/f233417b-762c-429e-8e05-50ebed24be15" />
Additional data point: changing the macOS display resolution/scaling also resolves the Plugins page clipping on the same affected Intel Mac.
Current observed desktop bounds after changing display settings:
This further supports that the bug is tied to effective device scale factor / HiDPI scaling / viewport measurement rather than plugin data or cache state. The previously confirmed workaround remains:
But adjusting the system display resolution/scaling can also make the normal Codex UI render correctly without needing that launch flag.
I can reproduce the same issue on a newer Intel Mac setup.
Environment:
uname -mprs:Darwin 25.5.0 x86_64 i386What I see:
Things tried that did not fix it:
Cache,Code Cache,GPUCache,DawnGraphiteCache,DawnWebGPUCache,blob_storage)--disable-gpu --disable-gpu-compositingI am going to test the workaround from this issue:
The screenshot matches the issue description: the "Make Codex work your way" Plugins page loads data, but the plugin card/list content is clipped and shifted horizontally.
I can reproduce this on an Intel MacBook Pro with Intel graphics.
Environment:
Observed behavior:
open -na /Applications/Codex.app --args --force-device-scale-factor=1: the black artifact disappears, but the whole UI becomes noticeably blurry, especially text rendering.--disable-gpu-rasterization: black artifact still appears.--force-device-scale-factor=2: black artifact still appears.--disable-gpu: Codex does not open correctly on this machine.--disable-gpu-compositing: black artifact disappears and text remains sharp, but the UI becomes noticeably less smooth, especially when vertically scrolling pages.For now,
--disable-gpu-compositingis the most usable temporary workaround for managing plugins, but it is not ideal as a daily launch mode because of the scrolling/UI performance hit.