Download GeoNetwork

Releases

Docker

Official GeoNetwork docker image:

Third-party distributions

Some contributors release alternative distributions build with GeoNetwork opensource. For example:

Source code

To checkout the current development version and build it, use:

$ git clone --recursive git://github.com/geonetwork/core-geonetwork.git geonetwork
$ cd geonetwork
$ git checkout main
$ git submodule update --init
$ mvn clean install
$ cd es
$ docker compose up -d
$ cd ../web
$ mvn jetty-run

and open a browser on http://localhost:8080/geonetwork.

For more information, please refer to the developer guide.

© Copyright 2025, Open Source Geospatial Foundation. Last updated on Aug 13, 2025.