this post was submitted on 05 Apr 2026
-8 points (40.5% liked)

Linux

13179 readers
257 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] SamueruSama@programming.dev 1 points 11 hours ago (1 children)

Flatpak makes sense from a bandwidth and storage standpoint for end-users.

While flatpaks "share" dependencies, different flatpaks depend on different flatpak runtimes and even different versions of the same runtime, so it is actually the least efficient way to ship software.

https://pkgforge-dev.github.io/Anylinux-AppImages/disk-usage-vs-flatpak.html

[–] just_another_person@lemmy.world 1 points 5 hours ago (1 children)

An example:

Application Payload = 100MB AppImage all inclusive image with deps = 175MB Flatpak App Layer = 101MB Flatpak Deps = 75MB

Now say you're shipping 1000's of similar applications with the same general dependency chains in bulk operations to things like end-user devices.

Flatpak wins. That's the point.

This isn't a discussion about an average Desktop user saving some disk space.

[–] SamueruSama@programming.dev 1 points 4 hours ago (1 children)

If you talking about the infrastructure cost, then yeah it flatpak would be 'better'. since all your users would use the same runtime and you only have to ship the binary.

But this only makes sense for the first time the user downloads the application, because it turns out appimage can do delta updates just like flatpak lol

In practice not even the first point is true btw, a lot of flatpaks often ship bundled in dependencies (due to having compat issues with the flaptak runtime), so the donwload size of the .flatpak alone is similar or bigger than the one of the appimage.

[–] just_another_person@lemmy.world 0 points 2 hours ago (1 children)

🤣

My gawd. The hoops you jump through. Just take the L and walk on, slugger.

[–] SamueruSama@programming.dev 1 points 2 hours ago

Didn't know that measuring and comparing means I'm jumping thru hoops.