Linux Setup
System requirements
- ●A modern Linux distribution (Ubuntu 20.04+, Fedora 36+, Arch, etc.)
- ●WebKitGTK 4.1+
AppImage (universal)
- 1.Download the latest
SavePorn.AppImagefrom the releases page - 2.Make it executable:
chmod +x SavePorn.AppImage - 3.Run it:
./SavePorn.AppImage
Debian / Ubuntu (.deb)
bash
wget https://github.com/niceporn/saveporn-desktop/releases/latest/download/saveporn.deb
sudo dpkg -i saveporn.debArch Linux (AUR)
bash
yay -S saveporn-binDependencies
If the app doesn't launch, install the required WebKit dependency:
bash
# Ubuntu/Debian
sudo apt install libwebkit2gtk-4.1-0
# Fedora
sudo dnf install webkit2gtk4.1
# Arch
sudo pacman -S webkit2gtk-4.1