Skip to content

Installation

The easiest way to install Blaze is to download pre-built binaries from the GitHub Releases page.

Pre-built Binaries

Download the latest release for your platform from:

https://github.com/Trailblaze-Software/Blaze/releases/latest

Platform File
Windows (x64) Blaze-x.x.x-win64-x64.exe — you may need to tell Windows the download is safe and keep it anyway
Windows (arm64) Blaze-x.x.x-win64-arm64.exe
macOS (Apple Silicon) Blaze-x.x.x-macOS-arm64.dmg
macOS (Intel) Blaze-x.x.x-macOS-x86_64.dmg
Linux (x64, Ubuntu 22.04) Blaze-x.x.x-ubuntu22.04-x86_64.deb
Linux (arm64, Ubuntu 22.04) Blaze-x.x.x-ubuntu22.04-aarch64.deb
Linux (x64, Ubuntu 24.04) Blaze-x.x.x-ubuntu24.04-x86_64.deb
Linux (arm64, Ubuntu 24.04) Blaze-x.x.x-ubuntu24.04-aarch64.deb
Linux (x64, Ubuntu 26.04) Blaze-x.x.x-ubuntu26.04-x86_64.deb
Linux (arm64, Ubuntu 26.04) Blaze-x.x.x-ubuntu26.04-aarch64.deb

Install on Ubuntu with:

sudo apt install ./Blaze-x.x.x-ubuntu24.04-x86_64.deb

Pick the file that matches your operating system and CPU architecture. The package manager will install Blaze and pull in system dependencies (GDAL, Qt, etc.).

Building from Source

If you need to build from source or want to contribute to the project, see the Building from Source guide.