OSRM vs Mimirsbrunn
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?
OSRM
High-performance routing engine for OpenStreetMap
VS
Mimirsbrunn
Geocoding engine for autocomplete address search
| Feature | OSRM | Mimirsbrunn |
|---|---|---|
| Category | Maps & GIS | Maps & GIS |
| License | BSD-2-Clause | AGPL-3.0 |
| Language | C++ | Rust |
| Setup difficulty | Hard | Hard |
| Min. RAM | 8,192 MB | 2,048 MB |
| Deployment | docker, bare-metal | docker, binary |
| GitHub stars | ★ 7,955 | ★ 7 |
| First released | 2012 | 2016 |
| Replaces | Google Directions API | Google Places API |
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++
Choose Mimirsbrunn if…
- Released under the AGPL-3.0 license
- First-class Docker support for quick deployment
- Written in Rust
Frequently asked questions
Is OSRM or Mimirsbrunn 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 Mimirsbrunn free and open-source?
Yes. OSRM is licensed under BSD-2-Clause and Mimirsbrunn under AGPL-3.0. Both can be self-hosted at no software cost.
Can I run OSRM and Mimirsbrunn with Docker?
OSRM: yes. Mimirsbrunn: yes.