Binary Distributions

You can download BBOX from GitHub releases page.

PlatformDownloads (latest)
Linux64-bit
macOS64-bit
macOS ARMARM64
Windows64-bit

Building with Cargo

If you install Rust, you can build BBOX from source with Cargo:

cd bbox-server
cargo install --path .
bbox-server --help

Docker

BBOX is also available as a Docker image. You can either share a configuration file from the host with the container via the -v param, or run BBOX in auto-discovery mode.

docker run -p 8080:8080 -v $PWD/bbox.toml:/var/www/bbox.toml:ro -v $PWD/assets:/assets:ro sourcepole/bbox-server-qgis:v0.5.0