MapLibre GL JS is an open-source library for publishing interactive vector tile maps in web browsers and webview-based applications. It renders maps using GPU-accelerated vector tile rendering for fast display performance.
The library originated as an open-source fork of mapbox-gl-js after Mapbox switched to a non-open-source license. While early versions were designed as drop-in replacements for Mapbox's open-source 1.x release with additional functionality, the project has evolved significantly since then. It solves the problem of needing a freely available, community-maintained mapping library by providing GPU-accelerated rendering of vector tiles without proprietary licensing restrictions.
Developers should choose this tool if they need an open-source mapping solution without vendor lock-in or licensing concerns. It suits projects ranging from simple map displays to complex applications requiring 3D terrain, heatmaps, animated layers, and 3D building visualization. The project provides bindings for React and Angular, and the ecosystem includes additional resources through the awesome-maplibre collection. The README explicitly notes that the project represents combined efforts from multiple early fork initiatives, emphasizing consolidation around a single community-led effort rather than fragmentation across competing forks.
The project maintains active community engagement through a dedicated Slack channel and welcomes contributors at all levels, including those seeking leadership roles. Development is guided by a contribution guide that establishes clear processes for community participation. The maintainers actively encourage developers with stakes in free software alternatives to mapbox-gl-js to join the effort rather than maintain separate forks, reflecting a commitment to building a unified community project.