The rare one. If the ExoPanda UI is broken — zoomed in, pinched at the corners, or chopped off so you can't reach the controls — this page explains what's actually going on, why it isn't fully our hands to fix, and what you can try in the meantime.
The ExoPanda UI loads, but the contents look wrong. The most common variants:
The app's logic isn't broken when this happens — macros that were already running keep running. What's broken is the picture you're looking at.
ExoPanda is built on Tauri 2, a desktop framework that puts a native window around a small embedded browser. The browser engine it uses on Windows is WebView2 — the same engine that powers Microsoft Edge. Tauri handles the window itself; WebView2 paints everything inside it.
That means “the ExoPanda UI” is, technically, a tiny web page being drawn by WebView2 inside a Tauri-managed window. When you see the UI render zoomed, pinched, or cropped, what's happened is WebView2 fell into a rare rendering edge case — usually a DPI handoff or a viewport-size mismatch — and the browser engine is drawing the page at the wrong size relative to the window Tauri gave it.
The frustrating part: it's a quirk of the framework, not a bug in our code. WebView2 and Tauri's interaction with high-DPI displays, multi-monitor setups, and the occasional graphics driver update isn't always clean, and there's only so much an app on top can do about it.
Two things this is not, before you go chasing them:
Be straight with you: there's no one-click fix because it isn't really fixable on our side. That said, things that have helped people:
We're tracking the cases that come in to see if there's a pattern (specific GPU drivers, mixed-DPI setups, recent Windows builds, etc.). Long term, if the WebView2 edge case turns out to be unfixable from our side, swapping the UI framework is on the table — it's a heavy change, so we're not rushing it, but it's an option if the bug keeps biting people.
Send us a screenshot in Discord with your Windows version and monitor setup — it helps us narrow this one down.
