• Shadywack@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 hours ago

    One of the things missing from other comments is the architecture of it, why it use to be slow, and how the binaries were handled. Canonical started Snap as a server oriented application deployment system, that has been adapted to desktop use with some technological debt. The differences between it and Flatpak as far as configurability, dependencies, bundled binaries, etc are somewhat nuanced. They dealt with the application speed opening issue by allowing decompressed executables and different hooks to be used.

    The other main point of contention aside from technological debt inherited by a server-first development principle is how they closed sourced their Snap server backend. It’s proprietary, while the Snap client is open source, how the actual Snap server runs is a mystery.

    Flatpak (and by extension Flathub) are all open sourced, which aligns more with the philosophy that users tend to prefer. It was covered in other comments that everyone else uses Flatpak, and this really isn’t so much as a debate between package managers vs Flatpak, but moreso of application deployment overall. The community prefers Flatpak, and Snap is pushed as a means of lock-in and sunk cost fallacy on the side of Canonical.