Get the latest version of NeuronDB for PostgreSQL. Choose from Docker images, native packages, or build from source.
$ docker run -d --name neurondb \
-e POSTGRES_PASSWORD=postgres \
neurondb/neurondb:latestDownload NeuronDB
Latest version of NeuronDB
Choose Your Version
Stable production release
Branch: REL1_STABLE
Status: Stable production release
For production deployments requiring maximum stability
Latest features and improvements
Branch: main
Status: Latest development (default)
Latest enhancements, bug fixes, and new features
Docker Images
Pre-built Docker images from GitHub Container Registry (GHCR). Includes all ecosystem components with GPU support.
- • CPU, CUDA, ROCm, Metal variants
- • PostgreSQL 16, 17, 18
- • Complete ecosystem included
NeuronDB Cloud (Managed)
Prefer a fully managed multi-tenant service? NeuronDB Cloud handles auth, provisioning, billing, and metering so you don't run infrastructure yourself.
DEB/RPM Packages
Native packages for Ubuntu/Debian (DEB) and Rocky Linux/RHEL (RPM). Easy installation with package managers.
- • DEB for Ubuntu/Debian
- • RPM for Rocky Linux/RHEL
- • Versioned releases
Source Build
Build from source for production deployments, custom builds, or development. Requires build tools and dependencies.
- • Full control over build
- • Custom GPU support
- • Development setup