/Documentação

Linux Setup

System requirements

  • A modern Linux distribution (Ubuntu 20.04+, Fedora 36+, Arch, etc.)
  • WebKitGTK 4.1+

Download

Go to save.porn/download and download the package for your distribution.

AppImage (universal)

Works on any Linux distribution:

  1. 1.Download the .AppImage file
  2. 2.Make it executable: chmod +x SavePorn.AppImage
  3. 3.Run it: ./SavePorn.AppImage

Debian / Ubuntu (.deb)

bash
# Download from save.porn/download, then:
sudo dpkg -i saveporn_*.deb

Fedora / RHEL (.rpm)

bash
# Download from save.porn/download, then:
sudo rpm -i saveporn-*.rpm

Dependencies

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