Sophocles@infosec.pub to 196@lemmy.blahaj.zoneEnglish · edit-26 days agoAppimage ruleinfosec.pubimagemessage-square31linkfedilinkarrow-up1148arrow-down18file-text
arrow-up1140arrow-down1imageAppimage ruleinfosec.pubSophocles@infosec.pub to 196@lemmy.blahaj.zoneEnglish · edit-26 days agomessage-square31linkfedilinkfile-text
minus-squareN.E.P.T.R@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up38arrow-down1·edit-26 days agoAppimages use the deprecated fuse2 dependency, never integrate well on the system, and run unsandboxed. I personally hate them.
minus-squareSamueru_sama@programming.devlinkfedilinkEnglisharrow-up20·6 days agoappimage hasn’t depended on libfuse2 (or any libfuse) since the static runtime came out in 2022. The issue is that some projects haven’t updated to it, most notably electron builder: https://github.com/electron-userland/electron-builder/issues/8686 never integrate well on the system, and run unsandboxed. https://github.com/ivan-hc/AM You have sandboxing and perfect integration, including adding the binary to PATH.
minus-squareoni ᓚᘏᗢ@lemmy.worldlinkfedilinkEnglisharrow-up6arrow-down1·6 days agoThanks for this comment. I’ve been struggling with this and the “out-of-the-box functionality” of the .appimage’s
Appimages use the deprecated fuse2 dependency, never integrate well on the system, and run unsandboxed. I personally hate them.
appimage hasn’t depended on libfuse2 (or any libfuse) since the static runtime came out in 2022.
The issue is that some projects haven’t updated to it, most notably electron builder:
https://github.com/electron-userland/electron-builder/issues/8686
https://github.com/ivan-hc/AM
You have sandboxing and perfect integration, including adding the binary to
PATH
.Thanks for this comment. I’ve been struggling with this and the “out-of-the-box functionality” of the .appimage’s