Installation

Binary Distributions

You can download BBOX tile server from GitHub releases page.

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

Debian packages

DistributionDownloads (latest)
Ubuntu Jammyx86_64
Debian Bookwormx86_64
Debian Bullseyex86_64

Installing with Cargo

If you install Rust, you can install BBOX from crates.io:

cargo install bbox-tile-server --locked
# or
cargo binstall bbox-tile-server

bbox-tile-server --help

Docker

BBOX tile server 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 you can run BBOX in auto-discover mode.

docker run --rm --user=$UID -p 8080:8080 -v $PWD/bbox.toml:/bbox.toml:ro -v $PWD/assets:/assets:ro sourcepole/bbox-server-qgis:v0.6.2