Installing Blober on Mac, Windows & Linux
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"Quick install (one command) - installs curl first if missing:
sudo apt install -y curl && curl -sSL https://blober.io/install.sh | sudo bashTo install a specific version:
curl -sSL https://blober.io/install.sh | sudo BLOBER_VERSION=0.8.17 bashThe script downloads the latest Blober build for your architecture, installs it
system-wide to /opt/blober, and adds a blober command. It requires curl,
which the quick install above installs if missing. If the installed version is
already current, it does nothing.
Manual install:
- Download the
.AppImagefile - Make it executable:
chmod +x blober_linux_*.AppImage - Run it:
./blober_linux_*.AppImage
Blober's AppImage includes a static runtime, so it does not require the system
libfuse2 library. If it does not open, try
./blober_linux_*.AppImage --no-sandbox. To add Blober to your application menu,
use AppImageLauncher.