.. _download:
Download GeoNetwork
===================
Releases
--------
* `v4.4.9 `_ - latest
* `v4.4.8 `_
* `v4.4.7 `_
* `v4.4.6 `_
* `v4.4.5 `_
* `v4.4.4 `_
* `v4.4.3 `_
* `v4.4.2 `_
* `v4.4.1 `_
* `v4.2.14 `_ - stable
* `v4.2.13 `_
* `v4.2.12 `_
* `v4.2.11 `_
* `v4.2.10 `_
* `v4.2.9 `_
* `v4.2.8 `_
* `v4.2.7 `_
* `v4.4.0 `_
* `v4.2.8 `_
* `v4.2.7 `_
* `v4.2.6 `_
* `v4.2.5 `_
* `v4.2.4 `_
* `v4.2.3 `_
* `v4.2.2 `_
* `v4.2.1 `_
* `v4.2.0 `_ - Before migrating to version 4.2.0, check migration instructions related to H2 and read the `list of missing features `_.
* `v4.0.6 `_ - Before migrating to version 4.0.6, read carefully the `list of missing features `_.
* `v4.0.5 `_ - Before migrating to version 4.0.5, read carefully the `list of missing features `_.
* `v4.0.4 `_ - Before migrating to version 4.0.4, read carefully the `list of missing features `_.
* `v4.0.3 `_ - Before migrating to version 4.0.3, read carefully the `list of missing features `_.
* `v4.0.2 `_ - Before migrating to version 4.0.2, read carefully the `list of missing features `_.
* `v4.0.1 `_ - Before migrating to version 4.0.1, read carefully the `list of missing features `_.
* `v4.0.0 `_ - Before migrating to version 4.0.0, read carefully the `list of missing features `_.
* `v4.0.0-alpha.2 `_
* `v4.0.0-alpha.1 `_
* `v3.12.12 `_
* `v3.12.11 `_
* `v3.12.10 `_
* `v3.12.9 `_
* `v3.12.8 `_
* `v3.12.7 `_
* `v3.12.6 `_
* `v3.12.5 `_
* `v3.12.4 `_
* `v3.12.3 `_
* `v3.12.2 `_
* `v3.12.1 `_
* `v3.12.0 `_
* `v3.10.10 `_
* `v3.10.9 `_
* `v3.10.8 `_
* `v3.10.7 `_
* `v3.10.6 `_
* `v3.10.5 `_
* `v3.10.4 `_
* `v3.10.3 `_
* `v3.10.2 `_
* `v3.10.1 `_
* `v3.10.0 `_
* `v3.8.3 `_
* `v3.8.2 `_
* `v3.8.1 `_
* `v3.8.0 `_
* `v3.6.0 `_
* `v3.4.4 `_
* `v3.2.2 `_
* `v3.0.5 `_
* `All releases `_
* `Nightly builds `_
Docker
------
Official GeoNetwork docker image:
* https://hub.docker.com/_/geonetwork
Third-party distributions
-------------------------
Some contributors release alternative distributions build with GeoNetwork opensource. For example:
* `geOrchestra `__
* `GeoCat Find `__
Source code
-----------
* `GitHub repository `__
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 `_.