Downloads
Community (GPLv3)
Mac/Linux: ongdb-community-1.0.5-unix.tar.gz
Windows 64 bit: ongdb-community-1.0.5-windows.zip
Windows 32 bit: ongdb-community-1.0.5-windows.zip
Enterprise (AGPLv3)
Mac/Linux: ongdb-enterprise-1.0.5-unix.tar.gz
Windows 64 bit: ongdb-enterprise-1.0.5-windows.zip
Windows 32 bit: ongdb-enterprise-1.0.5-windows.zip
Docker
Community (GPLv3)
docker run \
--publish=7474:7474 --publish=7687:7687 \
--volume=$HOME/ongdb/data:/data \
graphfoundation/ongdb:1.0.5
Enterprise (AGPLv3)
docker run \
--publish=7474:7474 --publish=7687:7687 \
--volume=$HOME/ongdb/data:/data \
graphfoundation/ongdb-enterprise:1.0.5