Post

HN
Hacker News (Newest)

Show HN: Tileserver-RS – Tile Server in Rust with MapLibre Native Rendering

High-performance vector tile server built in Rust with a modern Nuxt 4 frontend.

Native raster tile rendering requires building MapLibre Native. If you don't need raster tiles, the server runs without it (stub implementation returns placeholder images).

You should see Building with real MapLibre Native renderer in the build output.

The server auto-detects .pmtiles , .mbtiles , style.json , fonts, and GeoJSON files from the given path. See the Auto-Detect Guide for details.

Download the latest release from GitHub Releases .

macOS Security Note: If you download via a browser, macOS Gatekeeper will block the unsigned binary. Either use the curl command above, or after downloading, run xattr -d com.apple.quarantine <binary> to remove the quarantine flag. Alternatively, right-click the binary in Finder and select "Open".

By vinayakkulkarni