LATEST RELEASE
Production-ready distributed database with memory-first storage.
Released 2025-10-21
The latest version of Apache Ignite. Binary packages are recommended for most users. Source releases are available for building from source.
Select a version to download.
Long-term support release. Continues to receive maintenance updates and is recommended for existing deployments.
Select a version to download.
Extensions provide additional functionality including cloud discovery, Spring integration, and performance monitoring.
Add Spring Boot auto-configuration support for Ignite 2.x applications.
<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>
Verify the integrity of downloaded files to ensure they were not corrupted and were 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
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