Linux
Installing Grabber on Linux¶
Via the AppImage¶
- Go to the latest release here
- Download the
.AppImagefile - Make it executable using the command:
chmod +x Grabber_*-x86_64.AppImage - Double-click on the AppImage file to start Grabber
Via the pre-built binary archive¶
- Go to the latest release here
- Download the
.tar.gzfile - Extract it anywhere using the command:
tar -xzf Grabber_*.tar.gz - Launch the
Grabberexecutable 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¶
- Setup Flatpak and Flathub following the instructions here
- Install Grabber using the command:
flatpak install flathub org.bionus.Grabber - Run it using the command:
flatpak run org.bionus.Grabber
Via the AUR (Arch Linux)¶
Grabber has packages on the AUR for Arch Linux:
- imgbrd-grabber-bin which pulls the latest
tar.gzrelease. - imgbrd-grabber-appimage which pulls the latest
appimagerelease. - imgbrd-grabber which builds the package from source.
You can install Grabber by running this command, substituting the package you want to install:
paru -Sy imgbrd-grabber-bin