Installation
Desktop App
Section titled “Desktop App”Download
Section titled “Download”Download the latest version for your platform:
Windows Installation
Section titled “Windows Installation”- Download the
.exeinstaller - Run the installer
- Follow the installation wizard
- Launch Blober from the Start Menu
⚠️ Windows SmartScreen may block the installer. When prompted, click “More info”, then click “Run anyway” to proceed with the installation. This is only needed once.
🔒 Your PC stays secure. Clicking “Run anyway” only allows the Blober installer to run - it does not change your system security settings or make your computer vulnerable in any way.
macOS Installation
Section titled “macOS Installation”- Download the
.dmgfile - Open the DMG and drag Blober to Applications
- Launch Blober from Applications folder
The app is code-signed and notarized by Apple, so it will open without any Gatekeeper warnings.
Linux Installation
Section titled “Linux Installation”.deb (Recommended for Ubuntu / Debian)
Section titled “.deb (Recommended for Ubuntu / Debian)”- Download the
.debpackage - Install with:
sudo dpkg -i blober_linux_*.deb - Launch Blober from your application menu or run
bloberin terminal
.AppImage (All distributions)
Section titled “.AppImage (All distributions)”- Download the
.AppImagefile - Make it executable:
chmod +x blober_linux_*.AppImage - Run it:
./blober_linux_*.AppImage
⚠️ AppImages require FUSE 2 to run. If you see an error about libfuse.so.2, install it first:
- Ubuntu/Debian:
sudo apt install libfuse2 - Fedora:
sudo dnf install fuse-libs - Arch:
sudo pacman -S fuse2
💡 Tip: The
.debpackage is the recommended format for Ubuntu/Debian users. It integrates with the system package manager, adds the app to your application menu, and installs icons automatically.