Your AI, right on your desktop. Open WebUI as a native app. Run models locally or connect to any server. No Docker, no terminal, no setup. Download, launch, chat.
Blank Webview on Linux. Replaced the --in-process-gpu Chromium flag with SwiftShader software rendering (--use-gl=angle --use-angle=swiftshader). The in-process GPU flag broke guest compositing entirely, leaving connection views blank on all Linux configurations. SwiftShader keeps the GPU process out-of-process (required for webview compositing) while avoiding driver-level crashes (#178).