Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: open-webui/desktop

v0.0.20

06 May 13:52
@github-actions github-actions

Choose a tag to compare

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).
Assets 24
  • sha256:342bb309584e19079d5bddaad7d3d002fee197ce56c6e3b419e3b0e8684dd77e
    523 Bytes 2026εΉ΄05月06ζ—₯T13:52:01Z
  • sha256:3a572ceb7d35aad8282fe3274d74454731066525ea868d11475ac2252c7c2b48
    526 Bytes 2026εΉ΄05月06ζ—₯T13:52:01Z
  • sha256:a132eb433f39a601787ebd0f3872a9ca41912484ca7fed25c5f1e62b7d82c531
    797 Bytes 2026εΉ΄05月06ζ—₯T13:52:01Z
  • sha256:d4a7f000fd34ee52057181d3ab783f84b244068c8c727ca58cca879280d73f1d
    503 Bytes 2026εΉ΄05月06ζ—₯T13:52:01Z
  • sha256:3604bae096a82be7ba1b16684bddef8df0adec395abc7fcd15b07f7794012258
    113 MB 2026εΉ΄05月06ζ—₯T13:52:01Z
  • sha256:5ce76bfd606f8c0d46387dfd47ad40e5caa565af7d370824777392e7851a9db7
    124 KB 2026εΉ΄05月06ζ—₯T13:52:03Z
  • sha256:9f74426d0257e96cda32e0072d33cd9d6ca27f93396d7fcd74df78e72f412d38
    106 MB 2026εΉ΄05月06ζ—₯T13:52:01Z
  • sha256:336b8340f74118f5dc899cf8da04efa92a087628715586b91e9590247cda4e79
    114 KB 2026εΉ΄05月06ζ—₯T13:52:01Z
  • sha256:454fee910c872168b75f98bf676af4d15b21dfcc6b43a26dfadc94bd9ef10b97
    118 MB 2026εΉ΄05月06ζ—₯T13:52:01Z
  • sha256:1a11bc985e740eddbd6ab5dee12e2deed609d1a1263b8b92e689c2853615924f
    127 KB 2026εΉ΄05月06ζ—₯T13:52:01Z
  • 2026εΉ΄05月06ζ—₯T13:41:00Z
  • 2026εΉ΄05月06ζ—₯T13:41:00Z
gromflomite, Sleepy197, zakweb3, junyangzhong, Entrery901, bonatello1998-jpg, agustin-gdw, eleius, tzehyiphoto2-hub, francobisio2017, and luchian267 reacted with thumbs up emoji
11 people reacted

v0.0.19

06 May 12:29
@github-actions github-actions

Choose a tag to compare

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 activated the entire app and caused the Space switch β€” has been replaced with targeted window-level focus (#179).
  • Gray Screen When Connecting to Server on Linux. Replaced the --disable-gpu Chromium flag with --in-process-gpu, which keeps the display compositor alive so <webview> guest surfaces actually paint instead of showing a gray rectangle. The previous flag fixed GPU process crashes but broke webview rendering on Debian and Ubuntu (#178).
  • Open Terminal Fails Silently Without Python. Open Terminal now automatically installs Python when it's missing instead of throwing an opaque error. Progress status is surfaced in the UI during installation.
  • Corrupt Auto-Update Manifests. Fixed the release workflow to deduplicate artifact entries during manifest merging, preventing SHA512 checksum mismatches that caused updates to fail silently.
Loading
gromflomite, shivarajd, francobisio2017, and luchian267 reacted with thumbs up emoji
4 people reacted

v0.0.18

04 May 15:33
@github-actions github-actions

Choose a tag to compare

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 scanner discovers them without manual symlinks. Existing models in the old location are automatically migrated on startup (#177).
Loading
gromflomite, tariktalay, masezou, and luchian267 reacted with thumbs up emoji
4 people reacted

v0.0.17

02 May 15:51
@github-actions github-actions

Choose a tag to compare

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 password manager integration on login pages (#161).

Changed

  • Windows OpenSSL Compatibility. The bundled Python's directory is now prepended to PATH on Windows so its own OpenSSL DLLs are loaded before any conflicting system-wide installations (Git for Windows, Anaconda, Strawberry Perl, etc.), preventing the OPENSSL_Uplink: no OPENSSL_Applink crash on startup (#167).
  • Links Open in Default Browser on Windows. Added allowpopups to the webview so that target="_blank" link clicks correctly propagate to the main process handler and open in the default browser instead of being silently blocked (#165, #170).
  • Linux System Requirements. Documentation now specifies glibc 2.28+ as a minimum requirement for Linux installations.
Loading
luchian267 reacted with thumbs up emoji
1 person reacted

v0.0.16

02 May 10:14
@github-actions github-actions

Choose a tag to compare

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).
Loading
luchian267 reacted with eyes emoji
1 person reacted

v0.0.15

29 Apr 05:21
@github-actions github-actions

Choose a tag to compare

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 other ARM64 devices (#140).

Fixed

  • Grey/Blank Screen on Linux. Disabled GPU compositing entirely on Linux to prevent shared memory allocation crashes that caused a grey or blank screen on systems with restricted /dev/shm or /tmp permissions.
  • Spotlight Dismiss Behavior. Pressing Escape or the toggle shortcut to dismiss Spotlight no longer erroneously brings the main application window to the foreground (#158).
Loading
gromflomite, tariktalay, and 4p3rtur3 reacted with thumbs up emoji
3 people reacted

v0.0.14

28 Apr 04:30
@github-actions github-actions

Choose a tag to compare

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 certain Wayland compositors (#119).
  • Renderer Crash Recovery. The main window now automatically reloads when the renderer process dies unexpectedly, preventing a permanent blank/grey screen.
  • Webview Crash Diagnostics. Added logging for guest webview renderer crashes to aid debugging connectivity and rendering issues.
  • macOS Notarization. Resolved Apple notarization failure caused by an expired Developer Program agreement, restoring signed and notarized macOS builds.
Loading
gromflomite, luchian267, and AJDevProg reacted with thumbs up emoji luchian267 reacted with eyes emoji
3 people reacted

v0.0.13

27 Apr 05:41
@github-actions github-actions

Choose a tag to compare

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-write permission required by Electron for navigator.clipboard.writeText() to work.
Loading
luchian267 reacted with thumbs up emoji
1 person reacted

v0.0.12

24 Apr 15:37
@github-actions github-actions

Choose a tag to compare

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 Position. The app now remembers your window dimensions, position, and maximized state across restarts, with safe fallback when a saved display is disconnected.

Fixed

  • Linux .deb Crash. Fixed app failing to launch on Linux with Failed to load native module: pty.node by enabling native module rebuilds and unpacking node-pty from the asar archive during packaging.
  • Grey Screen on Connection Failure. The webview now shows an error overlay with retry and open-in-browser options instead of a blank grey screen when a connection fails to load or crashes.
  • Global Shortcuts on Wayland/Flatpak. Global shortcuts now work on Wayland desktops via xdg-desktop-portal, with clear user-facing notifications when a shortcut cannot be registered.
Loading
YashvirGaming, gromflomite, AJDevProg, and luchian267 reacted with thumbs up emoji AreYouLoco, ivanbaldo, Railway9784, marounie, and zkelo reacted with hooray emoji
9 people reacted

v0.0.11

24 Apr 15:10
@github-actions github-actions

Choose a tag to compare

Fixed

  • macOS Launch Crash. Fixed app failing to launch with "different Team IDs" error by adding the missing disable-library-validation entitlement to the build signing configuration.
  • Self-Signed SSL Connections. The app now trusts all SSL certificates, allowing connections to Open WebUI instances behind self-signed or untrusted certificates without errors.
Loading
luchian267 reacted with thumbs up emoji marounie reacted with hooray emoji ivanbaldo and marounie reacted with eyes emoji
3 people reacted
Previous 1
Previous

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /