Skip to main content
Apache Ignite

Downloads

Get Apache Ignite and start building
distributed applications
Downloads

LATEST RELEASE

Apache Ignite 3.1.0

Production-ready distributed database with memory-first storage.
Released 2025-10-21

Apache Ignite 3

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.

Apache Ignite 2

LTS

Long-term support release. Continues to receive maintenance updates and is recommended for existing deployments.

Select a version to download.

Extensions

Extensions provide additional functionality including cloud discovery, Spring integration, and performance monitoring.

AWS Extension

v1.0.0

Azure Extension

v1.0.0

GCE Extension

v1.0.0

Spring TX Extension

v1.0.0

Spring Cache Extension

v1.0.0

Spring Data Extension

v2.0.0

Spring Session Extension

v1.0.0

Performance Statistics Extension

v1.0.0

Zookeeper IP Finder Extension

v1.0.0

Spring Boot Auto-Configuration

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 Your Download

Verify the integrity of downloaded files to ensure they were not corrupted and were released by the Apache Ignite project.

Using PGP Signature

# 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

Using SHA512 Checksum

# 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

Additional Resources

Git Repositories

Ignite 3git clone https://github.com/apache/ignite-3.git
Ignite 2git clone https://github.com/apache/ignite.git

Release Archive

Access all previous versions of Apache Ignite.

Browse Archive

3rd Party Distributions

GridGain 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