Download Neo4j

Which Version is Right for You?

  • Community is licensed under GPL, and contains all the awesome graphiness you want
  • Advanced is AGPL licensed, and adds monitoring capabilities to your database
  • Enterprise is also AGPL licensed, and adds monitoring, live backups and high availability

Source Code

The public source code repositories are found at https://github.com/neo4j and source code for examples are found at https://github.com/neo4j-examples.

Upgrading?

View upgrade documentation

Maven

If you use Maven2, you don’t have to bother with manual downloads. Just add Neo4j to your build, like this:

<project>
...
   <dependencies>
      <dependency>
         <groupId>org.neo4j</groupId>
         <artifactId>neo4j</artifactId>
         <version>1.6</version>
      </dependency>
      ...
   </dependencies>
...
</project>

If you want to use Neo4j Advanced instead, just change the artifactId to neo4j-advanced, or use neo4j-enterprise to use Neo4j Enterprise

Language bindings

Language Download link More information
Java (this page) Tutorials, JavaDoc
Python Pypi Manual
Ruby Ruby Gem Guides

Neoclipse

A visual graph database tool, see the wiki for more information.

Warning: only use Neoclipse with databases from the same Neo4j version.

Note for Windows users: 64-bit Windows systems can have both 32-bit and 64-bit Java versions installed. Make sure to choose the Neoclipse version that matches your setup!
Platform Download links
Windows / 32-bit Java 1.4.2 1.5
Windows / 64-bit Java 1.4.2 1.5
Mac OS X 1.4.2 1.5
Linux 32-bit 1.4.2 1.5
Linux 64-bit 1.4.2 1.5