neo4j

neo4j 2026.07.0

Highly scalable, robust (fully ACID) native graph database

https://neo4j.com/
GNU General Public License v3.0
programs: neo4j-admin, cypher-shell, neo4j
Platforms (45)
riscv64-linuxi686-cygwinaarch64-freebsdi686-freebsdarmv7l-netbsds390-linuxriscv64-netbsdarmv7l-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  neo4j
];
Ad-hoc shell
nix-shell -p neo4j
Flake (nix run)
nix run nixpkgs#neo4j