mirror of
https://github.com/open-webui/desktop.git
synced 2026-07-25 05:35:32 -04:00
Provide a Flatpak for Linux installation #28
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 @linuxkernel94 on GitHub (Jul 31, 2025).
The application is currently distributed via tar.gz. Providing a Flatpak package would significantly improve the Linux user experience. Linux users are a crucial part of the AI world and most of them are highly engaged and enthusiastic about testing the application.
A Flatpak package offers::
• Simplified Installation: Standardized installation across distributions.
• Dependency Management: Bundled dependencies, avoiding conflicts.
• Sandboxing: Enhanced security through sandboxed execution.
• Automatic Updates: Updates via the Flatpak ecosystem.
• Wider Reach: Leverages the popular Flatpak ecosystem.
Proposed Solution:
Develop a Flatpak manifest, build the package, publish it to Flathub, and provide installation instructions.
Benefits:
• Improved user experience.
• Increased user base.
• Enhanced security.
• Modern packaging standard.
Thank you for considering this!
@InAnYan commented on GitHub (Oct 11, 2025):
Or AppImage
@6-AND-9 commented on GitHub (Nov 4, 2025):
Chiming in to give my support for this. Anyone cares to respond?