AppImage made using sharun, which makes it extremely easy to turn any binary into a portable package without using containers or similar tricks.
This AppImage bundles everything and should work on any linux distro, even on musl based ones.
It is possible that this appimage may fail to work with appimagelauncher, I recommend these alternatives instead:
This appimage works without fuse2 as it can use fuse3 instead, it can also work without fuse at all thanks to the uruntime
More at: AnyLinux-AppImages
- QR code camera and screenshot scanning for the receiver only works if the camera and screenshot freedesktop portal is installed on the host (same as upstream).
- If portable
.configand/or.homedirectory is used, app fails to detectXDG_DOWNLOAD_DIRwhen receiving the file.
This part should be patched to handle it:
https://gitlab.gnome.org/World/warp/-/blob/main/src/ui/fs.rs#L11-20- Meanwhile, without those 2 portable folders, only
${XDG_CONFIG_HOME}/warp/config.jsonwould be made on the host, which you can delete after the app uninstallation.
- Meanwhile, without those 2 portable folders, only
- Help page only works if
gnome-helpor other similar.pageviewer is installed on the host's system.
Bundling the help page viewer in the AppImage would make it work everywhere, but it's both bad for the file size and security, hence why we don't do that.
