mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #3525] [feature]: Bundle Desktop app as Flatpak #1200
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1200
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @ianandhum on GitHub (Nov 9, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3525
Is there an existing issue for this?
Summary
Flatpak is a software deployment and package management system which works on all Linux distributions. AppImage distribution model is great but troubles with app updates and lack of sandbox is a concern. So, publishing Hoppscotch app as a Flatpak either via https://flathub.org/ or custom repository would be a great addition to the deployment strategy.
Why should this be worked on?
Distributing Hoppscotch Desktop as Flakpak will improve visibility of the app through Flathub. Increases the application security because Flatpak apps are run in a sandbox. Another advantage is that updates are de-duplicated and differential(Similar to AppImage zsync updates).
@rajdip-b commented on GitHub (Nov 19, 2023):
I might give it a shot, but I am unsure about where to start from. I know for a matter of fact that the flatpak docs can certainly help, but a little light upon how the desktop application gets shipped would come in really handy.
@liyasthomas @AndrewBastin if you folks can help me a bit?
@LuisMayo commented on GitHub (Oct 8, 2024):
Since you use Tauri V2, they actually have a tutorial: https://v2.tauri.app/distribute/flatpak/
@MaKraMc commented on GitHub (Oct 10, 2024):
Flatpak would be awesome. I use arch where it is not officially packaged. Also bundling/sandboxing PWAs should be fairly straightforward.
@wyatt-turn commented on GitHub (Dec 17, 2024):
+1 on using flatpak.
Having it be containerized within the flatpak echo-system and having it available on something like flathub would be great and possibly expose it to a lot more potential users.
@ShyVortex commented on GitHub (Jan 24, 2026):
Hi everyone. If you're interested, I've made a Flatpak packaging of Hoppscotch available here: https://github.com/ShyVortex/hoppscotch-flatpak
I don't think it respects of all Flathub's rules for official publishing on their store but you can easily install it from my repo.