LATEST RELEASE
Production-ready distributed database with memory-first storage.
Released 2025-10-21
Select how you want to install Apache Ignite 3. Binary packages are recommended for most users. Source releases are available for building from source.
Select a version to download.
Looking for an older version? Browse the archive
It is essential to verify the integrity of downloaded files. Verification ensures the file was not corrupted during download and that it was released by the Apache Ignite project.
# Download the KEYS file
wget https://downloads.apache.org/ignite/KEYS
# Import the keys
gpg --import KEYS
# Verify the signature
gpg --verify apache-ignite-*.zip.asc apache-ignite-*.zip
# Download the SHA512 file
wget https://downloads.apache.org/ignite/3.1.0/apache-ignite-3.1.0-src.zip.sha512
# Verify the checksum
sha512sum -c apache-ignite-3.1.0-src.zip.sha512
Apache Ignite 2.x is the long-term support (LTS) version. It continues to receive maintenance updates and is recommended for existing deployments. For new projects, consider Apache Ignite 3.
Select a version to download.
Slim packages contain a minimal set of modules for reduced deployment size. Available for Ignite 2.x only.
Extensions provide additional functionality for Apache Ignite 2.x, including cloud discovery, Spring integration, and performance monitoring.
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-spring-boot-autoconfigure-ext</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-spring-boot-thin-client-autoconfigure-ext</artifactId>
<version>1.0.0</version>
</dependency>
git clone https://github.com/apache/ignite-3.gitgit clone https://github.com/apache/ignite.gitGridGain Community Edition includes LGPL dependencies like Hibernate L2 cache and Geospatial Indexing.
Ready To Start?
Discover our quick start guides and build your first
application in 5-10 minutes