timvisee / ffsend

:mailbox_with_mail: Easily and securely share files from the command line. A fully featured Firefox Send client.
https://gitlab.com/timvisee/ffsend
GNU General Public License v3.0
7k stars 187 forks source link

Add support for Flatpak and AppImage #131

Open m3thm4th opened 3 years ago

m3thm4th commented 3 years ago

Snap is Canonical's monopoly and the backend is not FOSS. It's also strictly dependant on systemd. Flatpak and AppImage are more open universal package managers.

ShrirajHegde commented 3 years ago

AppImage is a bundled SquashFS image, it has no package management.

Static binaries are better most of the time than AppImage whenever it's possible, especially for a CLI program.