The latest release is 1.0 [CHANGELOG]. The binary download includes the main neo4j jar, the JTA dependency and javadocs of the Neo4j API. The Neo4j Shell client is an optional tool that is useful for debugging. To download Neo4j together with the most used add-on libraries, you should check out the neo4j-apoc-* releases.
- neo4j-apoc-1.0.tar.gz [gzipped tar archive,~2M] (Getting Started With Apoc)
- neo4j-apoc-1.0.zip [zipped archive, ~2M] (Getting Started With Apoc)
- neo4j-kernel-1.0-binary.tar.gz [gzipped tar archive, ~450k] (Getting Started With Neo4j Kernel)
- neo4j-kernel-1.0-binary.zip [zipped archive, ~520k] (Getting Started With Neo4j Kernel)
- neo4j-kernel-1.0-source.tar.gz [gzipped tar archive, ~230k] (Getting Started With Neo4j Kernel)
- neo4j-kernel-1.0-source.zip [zipped archive, ~400k] (Getting Started With Neo4j Kernel)
- neo4j-shell-1.0.jar [JAR file, ~60k] (not required) (Neo4j Shell guide)
When you’ve downloaded the Neo4j release, please check the getting started guide to get going.
You can start the Neo4j Shell client by running java -jar neo4j-shell-1.0.jar and it will by default check your localhost for a Neo4j instance on port 1337 with RMI name “shell”. See the Neo4j Shell guide for more info.
Maven
If you use Maven2, you don’t have to bother with manual downloads. Just add Neo4j to your build by following the instructions here with 1.0 as version tag.
Code repository
The public subversion repository is found at https://svn.neo4j.org/. To view the repository in a web browser, go to https://trac.neo4j.org/browser.
License
Neo is licensed under the GNU Affero General Public License version 3.
Updated: Feb 16, 2010


