OSRM vs Idunn

A side-by-side comparison of two self-hosted maps & gis options — licensing, setup difficulty, resource needs, and what each one replaces.

Not the right match-up?
FeatureOSRMIdunn
CategoryMaps & GISMaps & GIS
LicenseBSD-2-ClauseApache-2.0
LanguageC++Python
Setup difficultyHardHard
Min. RAM8,192 MB1,024 MB
Deploymentdocker, bare-metaldocker, source
GitHub stars★ 7,955★ 38
First released20122018
ReplacesGoogle Directions APIGoogle Places API, Foursquare Places

Why pick each one

Choose OSRM if…

  • Released under the BSD-2-Clause license
  • First-class Docker support for quick deployment
  • Mature project with 8k GitHub stars
  • Written in C++
OSRM details

Choose Idunn if…

  • Released under the Apache-2.0 license
  • First-class Docker support for quick deployment
  • Written in Python
Idunn details

Frequently asked questions

Is OSRM or Idunn better?

Neither is universally better. OSRM has the larger community; both share a hard setup difficulty, so the decision comes down to features and licensing.

Are OSRM and Idunn free and open-source?

Yes. OSRM is licensed under BSD-2-Clause and Idunn under Apache-2.0. Both can be self-hosted at no software cost.

Can I run OSRM and Idunn with Docker?

OSRM: yes. Idunn: yes.

Related comparisons