hyperknot/openfreemap

Free and open-source map hosting solution with custom styles for websites and apps, using OpenStreetMap data

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 19 minutes ago
Added to GitGenius on September 11th, 2026
Created on December 13th, 2023
Open Issues & Pull Requests: 7 (+0)
GitHub issues: Enabled
Number of forks: 192
Total Stargazers: 5,987 (+1)
Total Subscribers: 37 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 16.6 hours
Mean response time: 62.0 days
90th percentile: 215.8 days
Tracked items: 102

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 7% of issues opened in the past year have been closed. Three people close 84% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 6
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 299 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • openmaptiles (10)
  • umbrella (3)
  • localization (2)
  • waiting for response (2)
  • needs-planetiler-fix (1)

Most active issues this week

Detailed Description

OpenFreeMap is a free and open-source map hosting solution that lets you display custom maps on websites and apps using OpenStreetMap data.

The project solves the problem of accessing production-quality vector-tile hosting without cost or proprietary lock-in. It works by combining existing open-source tools—OpenStreetMap data, OpenMapTiles schemas, Planetiler for tile generation, MapLibre for rendering, and Natural Earth and Wikidata for supplementary data—into a cohesive hosting platform. Users can either self-host on Ubuntu servers or use the public instance, which has no limits on map views or requests, requires no registration or API keys, and operates without cookies.

OpenFreeMap suits projects that need custom-styled maps without ongoing hosting costs or vendor dependencies. The public instance is completely free and aims to cover running costs through donations. The tool is deliberately narrow in scope: it provides vector-tile hosting only and explicitly does not offer search, geocoding, routing, static image generation, raster tiles, satellite imagery, or elevation data. Self-hosting requires deploying to clean Ubuntu machines using the provided Fabric-based deploy script, which sets up production-ready servers with automatic weekly tile regeneration and load balancing via round-robin DNS with Let's Encrypt certificates. The project is Docker-free by design.

Development is deliberately minimal and focused. The core infrastructure components are stable and working, with weekly automatic updates to map tiles and servers. The styles repository, by contrast, receives continuous development. The project has been serving as the production basemap for a major mapping platform, indicating maturity in its core functionality. The maintainers have explicitly scoped the project to remain small and stable once technical details are resolved, with the expectation that tile generation and server updates will run automatically with few ongoing commits to the main repository.