mirror of
https://github.com/open-webui/desktop.git
synced 2026-07-02 19:03:41 -04:00
Wails or Tauri - Lightweight Electron Alternatives #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Shadowfita on GitHub (Jan 29, 2025).
Hi!
Very excited to see that there is a desktop application being made to compliment open-webui, which in itself is already a great project.
Just an FYI that there are some very lightweight electron alternatives available, Wails (golang backend), and Tauri (rust backend). I have recently used Wails with great success. Wails makes use of the native OS binaries for web rendering, which results in a much smaller bundle size than most electron apps.
@bhupesh-sf commented on GitHub (Feb 4, 2025):
I agree