macOS Intel: broken desktop UI rendering (clipped workspace/sidebar, malformed Plugins page, and broken slash-command overlay)
What version of the Codex App are you using (From “About Codex” dialog)?
26.417.40842 (1851)
What subscription do you have?
Pro
What platform is your computer?
macOS 15.7.4 (24G517), x86_64 Intel Mac
MacBook Pro (MacBookPro15,1)
6-Core Intel Core i7, 16 GB RAM
What issue are you seeing?
On Codex Desktop for macOS Intel (x86_64), multiple parts of the app UI render incorrectly.
I can consistently observe at least these symptoms:
- The left sidebar / workspace area is clipped off-screen or partially hidden, so the workspace selector/navigation cannot be fully seen.
- The Plugins page renders incorrectly: large parts of the page are blank, plugin cards appear only partially rendered, and the layout looks truncated / skeletal instead of showing normal plugin content.
- After typing
/in the composer, the slash-command / suggestion UI is also visually broken. The overlay appears malformed, with clipped side edges and incorrect container rendering instead of a normal command menu.
This reproduces across app restarts and is not fixed by resetting zoom or resizing the window.
Steps to reproduce
- Open Codex Desktop on an Intel Mac.
- Observe the main app window / thread list area.
- Notice that the left sidebar / workspace region is partially clipped and the workspace selector is not fully visible.
- Open the Plugins page.
- Observe that the Plugins page renders with large blank areas and partially rendered cards.
- Open a conversation composer and type
/. - Observe that the slash-command / suggestion UI is also visually malformed.
What is the expected behavior?
- The left sidebar and workspace selector should be fully visible and usable.
- The Plugins page should render complete cards/content with a stable layout.
- Typing
/should open a normal, fully rendered slash-command / suggestion UI. - The bundled plugins marketplace should initialize normally.
Additional information
I collected local evidence suggesting this is not just a user preference / zoom issue.
Environment verified locally
- Hardware: MacBookPro15,1
- CPU: 6-Core Intel Core i7
- Memory: 16 GB
- OS: macOS 15.7.4 (24G517)
- Architecture: x86_64
- Codex app bundle executable
/Applications/Codex.app/Contents/MacOS/Codexis a nativex86_64Mach-O executable
Relevant desktop app logs
Log file:~/Library/Logs/com.openai.codex/2026/04/21/codex-desktop-b457af4c-986f-493e-8530-fd7c1c3c997a-10749-t0-i1-001757-0.log
Relevant lines:
2026-04-21T00:17:57.955Z warning [BundledPluginsMarketplace] bundled_plugins_marketplace_resolve_failed errorMessage="Bundled plugins marketplace has no enabled plugins."
2026-04-21T00:17:58.848Z info [electron-message-handler] Features enabled enabledFeatures="enable_request_compression, collaboration_modes, personality, request_rule, fast_mode, image_generation, image_detail_original, primary_runtime_installer, apps, plugins, tool_search, tool_call_mcp_elicitation"
Additional related startup/runtime errors seen in 2026-04-21 logs:
error [electron-message-handler] Failed to sync experimental feature enablement error={"code":-32600,"message":"unsupported feature enablement `realtime_conversation`: currently supported features are apps, plugins, tool_search, tool_suggest, tool_call_mcp_elicitation"}
This suggests:
- the desktop app has plugins / suggestion-related features enabled,
- bundled plugin marketplace resolution fails during startup,
- and there are also feature-sync errors during desktop initialization.
Bundled plugins directory state
I checked:
/Applications/Codex.app/Contents/Resources/plugins/openai-bundled/plugins
and only found:
browser-use
I also checked:
~/.codex/plugins/cache/openai-bundled/plugins
and that path does not exist on this machine.
This seems consistent with the marketplace resolution failure above.
Attempts already made
- Reset zoom (
Cmd+0) - Restarted Codex
- Resized the window / exited fullscreen
None of these resolved the issue.
Possible related issues
This may be related to existing Intel/plugin/UI issues, but the symptom here is broader: broken/clipped desktop UI across sidebar, Plugins page, and slash-command UI on macOS Intel.
- #18404
- #18341
Can you provide more data if needed?
Yes. I can provide:
- full
~/Library/Logs/com.openai.codex/logs - screenshots
- screen recording
- system info / architecture verification output
10 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
I also encountered the same UI bug. It actually seemed like there was a layer of frosted glass element covering it. I was able to make it disappear by resizing the Codex window, but I hope the developers can fix this bug as soon as possible.
solution / fix:
source: https://x.com/colins_space/status/2048193500190318631
Same UI issue on my Macbook Pro, 8-Core Intel Core i9, 32 GB RAM, macOS 14.8.1,
Tried your solution and finally it works.
Here is my temporary solution until codex fix it:
Press "Cmd" + "-" several times until the overlay disappear.
it doesn't work on my side
my mac info:
CPU: 1.4 GHz x4 Intel Core i5
Graphic: Intel Iris Plus Graphics 645 1536 MB
Memory: 8 GB 2133 MHz LPDDR3
OS: Sequoia 15.7.5
I can reproduce the Intel macOS desktop UI rendering issue described here.
Environment:
/Applications/Codex.app/Contents/MacOS/Codex: Mach-O 64-bit executable x86_64codex-cli 0.130.0-alpha.5Symptoms:
Expected behavior:
Actual behavior:
I can provide screenshots if helpful. This looks consistent with the Intel macOS rendering/compositor issue already described in this thread.
I can confirm that this issue persists in the below version:
What version of the Codex App are you using (From “About Codex” dialog)?
26.513.20950 (2816)Suggestion by @boilingstar works (as a workaround) - the issue is more pronounced in the
Skillstab than in thePluginstabThe other suggestion by @iqdoctor did not work, unfortunately -
Codex Desktop UI rendering issue on macOS Intel
Related existing issue: https://github.com/openai/codex/issues/18774
I am seeing the same or a very similar rendering issue on a newer Codex Desktop build.
Environment
26.513.20950(CFBundleVersion2816)com.openai.codex15.7.5(24G624)x86_64MacBookPro16,1/Applications/Codex.appSymptoms
Attempts
~/.codex/.tmp/plugins~/.codex/.tmp/plugins.shaThis did not fix the rendering issue.
open -na /Applications/Codex.app --args --disable-gpu --disable-features=Accelerated2dCanvas,VizDisplayCompositorThis did not open successfully; the Dock icon kept bouncing.
Notes
This looks like a broader Electron/UI compositor rendering bug on macOS Intel, rather than a plugin manifest or local cache problem.
Codex macOS Intel UI rendering regression still reproduces
This is still reproducing on a newer Codex App build.
Environment
Symptoms
Notes
This appears to be the same Intel macOS rendering class described in:
The important new data point is that the issue still occurs on Codex App
26.519.41501/ build3044, newer than the builds reported in those issues.I am not attaching screenshots here because the available screenshots include private sidebar/chat context, but the observed visual state matches the existing screenshots/descriptions in the linked reports.