Download
Download the images and source files to build and install for a production-ready Dgraph cluster
We’re overhauling Dgraph’s docs to make them clearer and more approachable. If you notice any issues during this transition or have suggestions, please let us know.
You can obtain Dgraph binary for the latest version as well as previous releases using automatic install script, manual download, through Docker images or by building the binary from the open source code.
-
Install Docker.
-
Pull the latest Dgraph image using docker:
To set up a learning environment, you may pull the dgraph standalone image :
-
Verify that the image is downloaded:
-
Install Docker.
-
Pull the latest Dgraph image using docker:
To set up a learning environment, you may pull the dgraph standalone image :
-
Verify that the image is downloaded:
On Linux system, you can get the binary using the automatic script:
-
Download the Dgraph installation script to install Dgraph automatically:
-
Verify that it works fine, by running:
dgraph version
For more information about the various installation scripts that you can use, see install scripts.
On Linux system, you can download a tar file and install manually. Download the
appropriate tar for your platform from
Dgraph releases. After
downloading the tar for your platform from GitHub, extract the binary to
/usr/local/bin
like so.
-
Download the installation file:
-
Verify that it works fine, by running:
dgraph version
You can also build Dgraph and Ratel from the source code by following the instructions from Contributing to Dgraph or Building and running Ratel.
Was this page helpful?