Binary Distributions
You can download BBOX tile server from GitHub releases page.
| Platform | Downloads (latest) |
|---|---|
| Linux | 64-bit |
| Linux ARM | ARM64 |
| macOS | 64-bit |
| macOS ARM | ARM64 |
| Windows | 64-bit |
Debian packages
| Distribution | Downloads (latest) |
|---|---|
| Ubuntu Jammy | x86_64 |
| Debian Bookworm | x86_64 |
| Debian Bullseye | x86_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 --helpDocker
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