Hacker News new | ask | show | jobs
by ChocolateGod 23 days ago
AppImage isn't truly cross distribution in the first place because how it handles dependencies is not truly portable.
2 comments

I mean yeah, it doesn't aim to be a "cross-platform compilation/building system" so of course dependencies is up to you to solve, AFAIK AppImage only aims to solve packaging itself, not what goes into that package.
Which doesn't solve the same problem that Flatpak solves, namely having a package format that a developer can target and it run the same everywhere.
Its as portable as you make it, just like with binaries in .tar.gz archives or shar installers.