Memgraph direct download links
You can download all of the Memgraph database packages from the Memgraph Download Hub. If you need direct links for the latest version of Memgraph database, take a look at the list below.
As of version 3.13, the Linux packages are distro-agnostic: there is a
single .deb for all Debian-family distributions and a single .rpm for all
RHEL-family distributions, per architecture. They run on any Linux with glibc
2.31 or newer (Debian 12+, Ubuntu 22.04+, RHEL/CentOS/Rocky 9+, Fedora 42+).
The Linux packages (.deb and .rpm) are built in stripped RelWithDebInfo
mode and are performance-equivalent to the former Release builds. Their debug
symbols are shipped separately as memgraph-debuginfo sidecar packages, which
you only need when debugging with gdb or analyzing a core dump. See
Debugging Memgraph for details.
Docker
- https://download.memgraph.com/memgraph/v3.13.1/docker-x86_64/memgraph-3.13.1-docker.tar.gz
- https://download.memgraph.com/memgraph/v3.13.1/docker-aarch64/memgraph-3.13.1-docker.tar.gz
- https://download.memgraph.com/memgraph/v3.13.1/docker-x86_64-relwithdebinfo/memgraph-3.13.1-relwithdebinfo-docker.tar.gz
- https://download.memgraph.com/memgraph/v3.13.1/docker-aarch64-relwithdebinfo/memgraph-3.13.1-relwithdebinfo-docker.tar.gz
- https://download.memgraph.com/memgraph/v3.13.1/docker-x86_64-malloc-relwithdebinfo/memgraph-3.13.1-relwithdebinfo-malloc-docker.tar.gz
- https://download.memgraph.com/memgraph/v3.13.1/docker-aarch64-malloc-relwithdebinfo/memgraph-3.13.1-relwithdebinfo-malloc-docker.tar.gz
- https://download.memgraph.com/memgraph/v3.13.1/docker-x86_64-fips/memgraph-3.13.1-fips-docker.tar.gz (FIPS 140-3)
- https://download.memgraph.com/memgraph/v3.13.1/docker-aarch64-fips/memgraph-3.13.1-fips-docker.tar.gz (FIPS 140-3)
The FIPS images are also published to Docker Hub as
memgraph/memgraph:3.13.1-fips. See FIPS 140-3 compliant
image for
what they contain and how to run them.
Linux
One package per package format and architecture. The .deb installs on any
Debian-family distribution (Debian 12+, Ubuntu 22.04+) and the .rpm on any
RHEL-family distribution (RHEL/CentOS/Rocky 9+, Fedora 42+). Each main package
has a matching memgraph-debuginfo package containing its debug symbols.
The -malloc variants are builds without jemalloc, using the system allocator
(x86_64 only).
The -no-python variants are built without embedded Python support, so they
cannot run Python query modules or Python auth modules. These are the packages
that the FIPS 140-3 Docker image is built from — Python is excluded because the
auth-module wheels bundle their own statically linked copy of OpenSSL, which
would be a second, unvalidated cryptographic module. You can install them
directly if you need a Python-free Memgraph, but note that the packages do not
ship the validated OpenSSL FIPS provider: that comes from the host’s OpenSSL
configuration, and the FIPS 140-3 Docker
image
provides it ready-configured.
Debian / Ubuntu (.deb)
- https://download.memgraph.com/memgraph/v3.13.1/x86_64-deb/memgraph_3.13.1-1_amd64.deb
- https://download.memgraph.com/memgraph/v3.13.1/x86_64-deb/memgraph-debuginfo_3.13.1-1_amd64.deb
- https://download.memgraph.com/memgraph/v3.13.1/aarch64-deb/memgraph_3.13.1-1_arm64.deb
- https://download.memgraph.com/memgraph/v3.13.1/aarch64-deb/memgraph-debuginfo_3.13.1-1_arm64.deb
- https://download.memgraph.com/memgraph/v3.13.1/x86_64-deb-malloc/memgraph_3.13.1-1_amd64.deb (system allocator)
- https://download.memgraph.com/memgraph/v3.13.1/x86_64-deb-malloc/memgraph-debuginfo_3.13.1-1_amd64.deb (system allocator)
- https://download.memgraph.com/memgraph/v3.13.1/x86_64-deb-no-python/memgraph_3.13.1-1_amd64.deb (no Python support)
- https://download.memgraph.com/memgraph/v3.13.1/x86_64-deb-no-python/memgraph-debuginfo_3.13.1-1_amd64.deb (no Python support)
- https://download.memgraph.com/memgraph/v3.13.1/aarch64-deb-no-python/memgraph_3.13.1-1_arm64.deb (no Python support)
- https://download.memgraph.com/memgraph/v3.13.1/aarch64-deb-no-python/memgraph-debuginfo_3.13.1-1_arm64.deb (no Python support)
RHEL / CentOS / Rocky / Fedora (.rpm)
- https://download.memgraph.com/memgraph/v3.13.1/x86_64-rpm/memgraph-3.13.1_1-1.x86_64.rpm
- https://download.memgraph.com/memgraph/v3.13.1/x86_64-rpm/memgraph-debuginfo-3.13.1_1-1.x86_64.rpm
- https://download.memgraph.com/memgraph/v3.13.1/aarch64-rpm/memgraph-3.13.1_1-1.aarch64.rpm
- https://download.memgraph.com/memgraph/v3.13.1/aarch64-rpm/memgraph-debuginfo-3.13.1_1-1.aarch64.rpm
- https://download.memgraph.com/memgraph/v3.13.1/x86_64-rpm-malloc/memgraph-3.13.1_1-1.x86_64.rpm (system allocator)
- https://download.memgraph.com/memgraph/v3.13.1/x86_64-rpm-malloc/memgraph-debuginfo-3.13.1_1-1.x86_64.rpm (system allocator)
- https://download.memgraph.com/memgraph/v3.13.1/x86_64-rpm-no-python/memgraph-3.13.1_1-1.x86_64.rpm (no Python support)
- https://download.memgraph.com/memgraph/v3.13.1/x86_64-rpm-no-python/memgraph-debuginfo-3.13.1_1-1.x86_64.rpm (no Python support)
- https://download.memgraph.com/memgraph/v3.13.1/aarch64-rpm-no-python/memgraph-3.13.1_1-1.aarch64.rpm (no Python support)
- https://download.memgraph.com/memgraph/v3.13.1/aarch64-rpm-no-python/memgraph-debuginfo-3.13.1_1-1.aarch64.rpm (no Python support)
MAGE direct download links
Docker
- MAGE Docker amd64 (release)
- MAGE Docker arm64 (release)
- MAGE Docker amd64 (relwithdebinfo)
- MAGE Docker arm64 (relwithdebinfo)
- MAGE Docker amd64 (malloc)
- MAGE Docker amd64 (relwithdebinfo-malloc)
- MAGE Docker arm64 (relwithdebinfo-malloc)
- MAGE Docker amd64 (relwithdebinfo-cuda)
- MAGE Docker amd64 (relwithdebinfo-cugraph)
Linux
The MAGE packages are distro-agnostic as well: one .deb for Debian-family and
one .rpm for RHEL-family distributions, per architecture. They require the
matching Memgraph package to be installed first. The standard packages install
the CPU-only version of PyTorch; the CUDA and cuGraph variants (x86_64 only)
use the CUDA-enabled PyTorch, and the cuGraph variant additionally requires
cuGraph and the CUDA Toolkit on the host. The packages install their Python
dependencies during installation, so the target machine needs network access.
Each main package has a matching memgraph-mage-debuginfo package with its
debug symbols.
MAGE currently works with Python 3.12 only — its query-module dependencies (PyTorch, PyG, DGL wheels) are published for 3.12 exclusively, so the host must provide a Python 3.12 interpreter. We test the MAGE packages on Ubuntu 24.04 and CentOS 9/10; other distributions with Python 3.12 available may work but are untested.
Debian / Ubuntu (.deb)
- MAGE amd64
- MAGE arm64
- MAGE amd64 (debuginfo)
- MAGE arm64 (debuginfo)
- MAGE amd64 (cuda)
- MAGE amd64 (cuda debuginfo)
- MAGE amd64 (cugraph)
- MAGE amd64 (cugraph debuginfo)