maps.earth is a planet-scale installation of Headway, but you can easily set up your own server on a smaller scale for your own personal use by running just a few commands.

$ earthly -P +build --area=Amsterdam
$ cp .env-example .env
$ docker-compose up -d

That’s all it takes to bring up a fully functional maps server for the Amsterdam metro area, including place and address search, and routing via car, bicycle and on foot. Other areas require small tweaks to the .envfile. More details are available in the project’s BUILD.md file.