/Warp-AppImage

Unofficial AppImage of the Warp file sharing application.     [Maintainer=@fiftydinar]

Primary LanguageShellGNU General Public License v2.0GPL-2.0

Warp-AppImage 🐧

GitHub Downloads CI Build Status


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:

  • AM am -i warp or appman -i warp

  • dbin dbin install warp.appimage

  • soar soar install warp

This appimage works without fuse2 as it can use fuse3 instead, it can also work without fuse at all thanks to the uruntime

raison d'être Inspiration Image

More at: AnyLinux-AppImages


Known quirks

  • 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 .config and/or .home directory is used, app fails to detect XDG_DOWNLOAD_DIR when 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.json would be made on the host, which you can delete after the app uninstallation.
  • Help page only works if gnome-help or other similar .page viewer 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.