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

Choose Your Installation Method

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.

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

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 Binary Releases

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.

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

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

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