Requires iOS 14 or later. Supports iPhone and iPad.
Download from Google Play or install an APK directly:
Download for Android
BRICKS Foundation on Google Play
Direct APK downloads:
Android ARM
bricks-launcher-arm-release.apk
Android ARM64
bricks-launcher-arm64-release.apk
Android ARM64 (QNN)
bricks-launcher-arm64-qnn-release.apk
Requires Android 8.0 or later.
macOS (ARM64)
BRICKS-arm64.dmg
macOS (x64)
BRICKS-x64.dmg
Open the DMG and drag the app to your Applications folder. The app is notarized by Apple. On first launch, macOS may show a security prompt — click Open to proceed.
Windows (x64)
BRICKS-x64.exe
Windows (ARM64)
BRICKS-arm64.exe
Run the installer and follow the prompts. Windows may show a SmartScreen warning — click More info > Run anyway to proceed.
Quick install:
curl -fsSL https://cdn.bricks.tools/bricks-launcher/release/desktop/install.sh | sh
The script auto-detects your architecture, downloads the AppImage to ~/.local/bin/bricks, installs the libfuse2 runtime dependency via your distro’s package manager when missing, and optionally creates a desktop entry.To uninstall:
curl -fsSL https://cdn.bricks.tools/bricks-launcher/release/desktop/uninstall.sh | sh
The AppImage requires libfuse2 (FUSE 2) at runtime. Many recent distros do not ship it by default. The quick-install script installs it automatically; for manual downloads, install it yourself:
Distro
Command
Debian / Ubuntu (≤ 22.04)
sudo apt install libfuse2
Ubuntu 24.04+
sudo apt install libfuse2t64
Fedora / RHEL
sudo dnf install fuse-libs
Arch
sudo pacman -S fuse2
openSUSE
sudo zypper install libfuse2
Alpine
sudo apk add fuse
Raspberry Pi (64-bit)
BRICKS-pi64.zip
Extract the archive and run:
unzip BRICKS-pi64.zipcd BRICKS-pi64./start.sh
Requires a Raspberry Pi 4 or later with a 64-bit OS.
Beta builds include unreleased changes. The desktop installer uses the same install location and app name as the stable channel, so installing beta replaces the stable version (and vice versa).
macOS
Windows
Linux
Raspberry Pi
macOS (ARM64)
BRICKS-arm64.dmg
macOS (x64)
BRICKS-x64.dmg
Windows (x64)
BRICKS-x64.exe
Windows (ARM64)
BRICKS-arm64.exe
curl -fsSL https://cdn.bricks.tools/bricks-launcher/beta/desktop/install.sh | sh -s -- --beta
To uninstall:
curl -fsSL https://cdn.bricks.tools/bricks-launcher/beta/desktop/uninstall.sh | sh