OpenSource-Hub
DiscoverTrendingCode LibraryCategories
Browse All Categories/Openstreetmap

Openstreetmap

6 open source tools found

O
Developer Tools

osrm-backend

OSRM is a high-performance C++ routing engine for OpenStreetMap that can be self-hosted and run offline.

A C++ routing engine with HTTP API, C++ library, and Node.js bindings, offering route, nearest, table, match, trip, and tile services on OpenStreetMap data.

Remove the Docker image and local data: docker rmi ghcr.io/project-osrm/osrm-backend, then delete the .osm.pbf and .osrm files.
7.7kChecksum
G
Developer Tools

GraphHopper Routing Engine

Fast open-source routing engine for OpenStreetMap, supporting A-to-B, map matching, isochrones, and more.

GraphHopper is a fast and memory-efficient routing engine released under Apache License 2.0. It can be used as a Java library or standalone web server to calculate distance, time, turn-by-turn instructions and many road attributes for a route between two or more points.

Delete the downloaded JAR file and generated graph cache folder. If used as Maven dependency, remove the dependency from pom.xml.
6.4k

OpenSource-Hub

Quality Open Source Within Reach

Powered by Cloudflare D1 & DeepSeek

Discover

AI ProductivityDev ToolsSystem TuningPrivacyVideo & AudioOffice

Resources

SitemapGitHub Repo

Legal

Privacy PolicyAbout Us

© 2026 OpenSource-Hub

GitHub
N
Developer Tools

Nominatim

Open-source geocoding engine using OpenStreetMap data, supports forward & reverse lookups.

Search OpenStreetMap data by name/address (geocoding) and generate addresses of OSM points (reverse geocoding).

Delete the project directory and virtual environment. To remove the PostgreSQL database, drop the nominatim database and user manually.
4.2k
O
Developer Tools

openstreetmap-website

Open-source backend for OpenStreetMap's website and API.

The Ruby on Rails application powering the OpenStreetMap website and API.

Delete the project directory and drop the database. If using Docker, remove containers and images.
2.7k
O
Developer Tools

openrouteservice

Free, self-hosted routing service based on OpenStreetMap with directions, isochrones, and matrix APIs.

A customizable, performant routing service using OpenStreetMap data. Provides directions, isochrones, matrix calculations, and more via REST API.

Run `docker compose down` to stop and remove containers. Delete the `ors-docker` directory to remove all data.
1.9k
F
Privacy Protection

FitTrackee

Self-hosted fitness tracker that keeps your data private.

FitTrackee is a simple self-hosted web app for tracking outdoor workouts. Import GPX/TCX files from Android apps like OpenTracks or manually add activities. Data stays on your own server, with map support from OpenStreetMap.

Stop containers: docker compose down. Remove data volume: docker volume rm fittrackee_data (backup first). Delete the project directory.
1.1k