v5.26.27.0 Neo4j CE 5.26.27 LTS Jun 12, 2026

Enterprise-grade features
for Neo4j® Community Edition

DozerDB is a free, GPL-licensed plugin that extends Neo4j® Community Edition with production-grade capabilities for demanding deployments. It is not Neo4j® Enterprise Edition, it's an independent open source project.

  • 200,000+ downloads
  • 100% Free & GPL Open Source
  • Security-hardened containers
  • Born from a US Government need

Not affiliated with or endorsed by Neo4j, Inc. Neo4j® is a registered trademark of Neo4j, Inc.

// downloads

Get DozerDB

Current release v5.26.27.0 for Neo4j Community Edition 5.26.27 LTS, released June 12, 2026. Pick the format that fits your environment.

Multi-arch image (amd64 / arm64), hardened for sensitive environments:

shell
docker pull graphstack/dozerdb:5.26.27.0

IBM Power9 (ppc64le):

shell
docker pull graphstack/dozerdb:5.26.27.0-ppc64le

See the quick start for a full docker run command with volumes and APOC enabled.

Version rule: the first three digits of a DozerDB version match the Neo4j Community version it targets. Example: dozerdb-plugin-5.26.27.0.jar → Neo4j CE 5.26.27.

More artifacts

Looking for older versions? Jump to the archive ↓

// quick start

Running in 60 seconds

Docker

Everything wired up: volumes, Open Graph Data Science (GDS) APOC, and unrestricted procedures for easy exploration:

shell
docker run \
    -p7474:7474 -p7687:7687 \
    -v $HOME/neo4j/data:/data \
    -v $HOME/neo4j/logs:/logs \
    -v $HOME/neo4j/import:/var/lib/neo4j/import \
    -v $HOME/neo4j/plugins:/plugins \
    --env NEO4J_AUTH=neo4j/password \
    --env NEO4J_PLUGINS='["apoc","open-gds"]' \
    --env NEO4J_apoc_export_file_enabled=true \
    --env NEO4J_apoc_import_file_enabled=true \
    --env NEO4J_dbms_security_procedures_unrestricted='*' \
    graphstack/dozerdb:5.26.27.0
  • Default login is neo4j/password (set in the command above), so change it.
  • Ran older Neo4j or DozerDB containers before? Back up and remove the generated $HOME/neo4j folder if you hit conflicts.

Direct download

The packaged distribution is Neo4j Community compiled from source with the DozerDB plugin already in lib/ and the classpath configured, with nothing extra to wire up. Just download, extract, and run.

  1. Download the current Linux/macOS or Windows distribution from the downloads section.
  2. Extract the archive.
  3. Start it from the extracted folder:
    shell
    ./bin/neo4j console
  4. Open http://localhost:7474 and log in with neo4j/neo4j, and you'll be prompted to set a new password.
Add APOC (optional)
  1. Download the newest APOC Core jar from github.com/neo4j/apoc/releases into the plugins/ folder.
  2. Create conf/apoc.conf with:
    conf/apoc.conf
    apoc.import.file.enabled=true
    apoc.export.file.enabled=true
    apoc.import.file.use_neo4j_config=true
    • apoc.import.file.enabled: import JSON, CSV, or GraphML via APOC procedures.
    • apoc.export.file.enabled: export graph data out to files.
    • apoc.import.file.use_neo4j_config: respect Neo4j's directory restrictions, keeping file access inside the import/ folder.
  3. In conf/neo4j.conf, allow the APOC procedures:
    conf/neo4j.conf
    dbms.security.procedures.unrestricted=apoc.*
Tip: the unrestricted setting lives in neo4j.conf (not apoc.conf). Allow multiple namespaces by separating them with commas, e.g. dbms.security.procedures.unrestricted=apoc.*,gds.*.
Add Open Graph Data Science (open-gds) (optional)
  1. Download the newest open-gds jar from github.com/DozerDB/graph-data-science/releases into the plugins/ folder.
  2. In conf/neo4j.conf, allow the GDS procedures:
    conf/neo4j.conf
    dbms.security.procedures.unrestricted=gds.*
Running both APOC and open-gds? Combine them on one line: dbms.security.procedures.unrestricted=apoc.*,gds.*.

Plugin install

Two steps on an existing Neo4j Community installation:

Important: the jar goes in $NEO4J_HOME/lib, not the plugins folder.
shell
export CLASSPATH_PREFIX=$NEO4J_HOME/lib/dozerdb-plugin-5.26.27.0.jar
  1. Download the plugin jar into $NEO4J_HOME/lib.
  2. Set CLASSPATH_PREFIX to the jar's absolute path (above) and start Neo4j as usual.

Verify

You'll see this banner in the startup log:

neo4j.log
*****************************************************************************
************************ Enhanced By DozerDB Plugin *************************
*****************************************************************************

The browser also shows “Enhanced by DozerDB” after you log in.

Try it

Enterprise features, right away:

cypher
CREATE DATABASE test1;
:use test1
cypher
CREATE CONSTRAINT unique_movie_title IF NOT EXISTS
FOR (movie:Movie) REQUIRE movie.title IS UNIQUE;

// features

Enterprise features, unlocked

Capabilities the Community Edition leaves out, free for everyone. New features land here as they ship.

Multi-Database

CREATE, DROP, START and STOP databases, switch with :use, plus auto-start of all databases on boot.

Schema Constraints

Enterprise schema features such as property existence and uniqueness constraints to keep production data honest.

Telemetry Disabled

Outgoing metrics and phone-home reporting are switched off, so nothing leaves your network. Built for air-gapped and classified environments.

Hardened Containers

Security-hardened Docker images: non-root execution, minimized dependencies, vulnerability scanning. More for government users →

OpenGDS

We compile and publish Open GDS so the graph data science library runs on Neo4j Community & DozerDB, with no Enterprise license required.

Free & Open. Forever.

100% GPL open source. No enterprise tier, no license negotiations, no per-core pricing. That's the whole point of the project.

// why dozerdb

What is DozerDB

DozerDB enhances Neo4j® Community Edition with the enterprise features it's missing, 100% free and open source under the GPL license. Our goal is simple: make production-grade graph capabilities available to everyone, at no cost.

When Neo4j closed the source of its Enterprise Edition, the US government was left without a free and open graph database it could trust in its environments. DozerDB originated from that need, and today it serves government and commercial teams around the world.

Not affiliated with or endorsed by Neo4j, Inc. Neo4j® is a registered trademark of Neo4j, Inc.

Three ways to run it

Plugin

Drop the jar into your existing Neo4j Community installation, set one environment variable, and you're off and running.

Pre-packaged distribution

Download a ready-to-run distribution with the plugin already configured, a good fit when your organization whitelists specific software.

Docker

Spin up a DozerDB-enhanced graph in seconds with hardened, multi-arch container images, Kubernetes-ready via our Helm charts.

// us government

Built for US Government environments

DozerDB exists because the government needed a free and open graph database it could deploy with confidence. Our container hardening follows the practices sensitive environments expect:

  • Minimal, well-maintained base images
  • Non-root execution
  • Minimized dependencies
  • Offline-build discipline
  • Vulnerability scanning

GPL-licensed and fully open source, deployable where commercial licensing is impractical, including air-gapped and classified networks. Questions about accreditation or hardening? Reach us on GitHub.

// support

Support

Get help two ways: lean on the community, or bring in the team that sponsors DozerDB.

Community support

Free and open to everyone. Best-effort help from the maintainers and the community:

Professional support

DozerDB is sponsored by Greystones Group. When you need hands-on help, their team works alongside yours:

  • Deployment, including air-gapped and classified networks
  • Security hardening and compliance support
  • ATO and RMF accreditation support
  • Integration and team training

Greystones solutions are available through government contract vehicles you already use.

Supporting US Navy, Army, Treasury, and other federal missions.

Learn More

// community

Contributing

DozerDB is built in the open. Issues, pull requests, and feature ideas are all welcome.

Contribute on GitHub

// graph data science

Graph Data Science Plugin

We compile and publish Open Graph Data Science (open-gds) so the Graph Data Science library runs on Neo4j® Community & DozerDB, with no Enterprise license required. Download it from DozerDB/graph-data-science releases.

Why open-gds? The Graph Data Science build Neo4j distributes is the Enterprise edition, which requires a paid license. open-gds is GPL and free.

In the Docker image, load it by adding "open-gds" to NEO4J_PLUGINS:

shell
--env NEO4J_PLUGINS='["apoc","open-gds"]' \
--env NEO4J_apoc_export_file_enabled=true \
--env NEO4J_apoc_import_file_enabled=true \
--env NEO4J_dbms_security_procedures_unrestricted='*' \
Adding "open-gds" to NEO4J_PLUGINS is what loads GDS. The apoc_* and unrestricted vars are the APOC settings: they enable APOC file import/export and allow the procedures to run. See the full docker run in the quick start.

Not using Docker? See Add open-gds in the quick start for installing the jar on a direct-download distribution.

// archive

Older versions

Previous releases for matching Neo4j Community versions. Remember: the first three digits of a DozerDB version match the Neo4j CE version it targets. Need a version not listed? Open a ticket.

Support focus: DozerDB now targets the newest Neo4j® Community Edition 5 Long Term Support (LTS) release only. The 4.x versions below are no longer supported and will receive no further releases, but they remain available for archival use.
5.x series 14 versions
Version Plugin Linux / macOS Windows
5.26.3.0 jar tar.gz zip
5.25.1.0-alpha.1 jar tar.gz zip
5.24.2.1-alpha.1 jar tar.gz zip
5.22.0.0-alpha.1 jar tar.gz zip
5.21.2.0-alpha.1 jar tar.gz zip
5.20.0.0-alpha.1 jar tar.gz zip
5.19.0.0-alpha.1 jar tar.gz zip
5.18.1.0-alpha.1 jar tar.gz zip
5.17.0.0-alpha.1 jar tar.gz zip
5.16.0.0-alpha.1 jar tar.gz zip
5.15.0.0-alpha.1 jar tar.gz zip
5.14.0.0-alpha.1 jar tar.gz zip
5.13.0.0-alpha.1 jar tar.gz zip
5.12.0.0-alpha.1 jar tar.gz zip
4.4.x LTS series 2 versions
Version Plugin Linux / macOS Windows
4.4.26.0-alpha.1 jar tar.gz zip
4.4.25.0-alpha.1 jar N/A N/A