GeoLibre Plugins¶
The plugin marketplace for GeoLibre. Browse curated plugins and install them straight from the app — no manual setup.
Browse plugins Develop a plugin
Install plugins from GeoLibre¶
Open Settings → Manage Plugins in GeoLibre. The dialog lists every plugin in this registry under All, Installed, Not installed, and Upgradeable, with one-click install, update, and uninstall.
-
Curated registry
Every plugin is reviewed before it ships. The registry is published at
plugins.geolibre.app/plugin-registry.jsonand read directly by the GeoLibre Manage Plugins dialog. -
One-click install
Install, update, and remove plugins live from inside GeoLibre. Updates appear automatically when a newer version is published here.
-
Open contribution
Anyone can publish a plugin. Start from the plugin template, then open a pull request to add it to the registry.
-
Trusted by design
Plugins run with full app privileges, so the registry is curated and served over HTTPS. See Develop a plugin for the trust model.
How it works¶
- A plugin lives in its own folder here (or anywhere on HTTPS) as a
self-contained ES module plus a
plugin.jsonmanifest. - An entry in
plugin-registry.jsonpoints GeoLibre at that manifest. - GeoLibre fetches the registry, lists the plugins, and loads the ones the user installs.
Ready to publish your own? Head to Develop a plugin.