Skip to content

Linux

Installing Grabber on Linux

Via the AppImage

  1. Go to the latest release here
  2. Download the .AppImage file
  3. Make it executable using the command:
    chmod +x Grabber_*-x86_64.AppImage
    
  4. Double-click on the AppImage file to start Grabber

Via the pre-built binary archive

  1. Go to the latest release here
  2. Download the .tar.gz file
  3. Extract it anywhere using the command:
    tar -xzf Grabber_*.tar.gz
    
  4. Launch the Grabber executable to start Grabber

Info

Grabber requires the Qt6 libraries to run. If you see a "error while loading shared libraries" error, make sure you have the Qt6 packages installed.

Via Flathub

  1. Setup Flatpak and Flathub following the instructions here
  2. Install Grabber using the command:
    flatpak install flathub org.bionus.Grabber
    
  3. Run it using the command:
    flatpak run org.bionus.Grabber
    

Via the AUR (Arch Linux)

Grabber has packages on the AUR for Arch Linux:

You can install Grabber by running this command, substituting the package you want to install:

paru -Sy imgbrd-grabber-bin