← Package directory
Available on winget

Install Open WebUI

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.

Install with winget
winget install --id OpenWebUI.OpenWebUI
Upgrade
winget upgrade --id OpenWebUI.OpenWebUI
Uninstall
winget uninstall --id OpenWebUI.OpenWebUI

About Open WebUI

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.

What's new in 0.0.20

Fixed - 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 <webview> 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).

Read release notes

Version history

Version Updated Notes
0.0.20 Unknown Fixed - 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 <webview> guest compositing entirely...
0.0.19 Unknown Fixed - Spotlight Pulls to First Desktop on macOS. Spotlight no longer switches Spaces when triggered from a non-primary desktop. The window is now visible on all workspaces, and app.focus({ steal: true }) — which activa...
0.0.18 Unknown Fixed - Downloaded Models Not Recognized by llama.cpp. Models downloaded from Hugging Face are now stored directly under the models/ directory instead of a nested models/huggingface/ subdirectory, so llama-server's model...
0.0.17 Unknown Added - Webview Context Menu. Right-clicking inside the webview now shows a native context menu with Cut, Copy, Paste, Undo/Redo, spell-check suggestions, and "Open Link in Browser" — enabling system autofill and passwor...
0.0.16 Unknown Fixed - Links Open in Default Browser. Clicking links in chat responses now opens them in the user's default browser instead of navigating within the app or spawning a new Electron window (#165).
0.0.15 Unknown Added - ARM64 Support for Linux and Windows. Native ARM64 builds are now produced for Linux (.deb, AppImage) and Windows (NSIS installer), enabling support for Raspberry Pi, NVIDIA DGX Spark, Snapdragon laptops, and othe...
0.0.14 Unknown Fixed - Grey/Blank Webview on Linux. Disabled GPU compositing on Linux to prevent silent compositor failures that produce a grey rectangle instead of rendered content on systems with problematic Intel/NVIDIA drivers or c...
0.0.13 Unknown Fixed - Copy Button on Linux (GNOME/Wayland/Flatpak). Fixed the "Copy" button in the Open WebUI interface not actually writing to the system clipboard on Linux. The webview session was missing the clipboard-sanitized-wri...
0.0.12 Unknown Added - Toggleable Clipboard Auto-Paste for Spotlight. Spotlight's automatic clipboard pasting is now optional and can be toggled in Settings, so the input bar starts empty when preferred. - Persistent Window Size and Po...
0.0.10 Unknown Added - Concurrent Model Downloads. Multiple Hugging Face models can now be downloaded simultaneously, each with independent progress tracking and per-file cancel buttons. Changed - Models Settings UI. Cleaner layout wit...
0.0.9 Unknown Fixed - Open Terminal API Key Persistence. The Open Terminal API key is now saved in config.json and reused across restarts instead of being regenerated on every startup, which was breaking existing integrations.