Apache Polaris Releases
This section provides access to Apache Polaris source and binary artifacts and their release notes.
💡 Tip
The Apache Polaris Docker images are available on Docker Hub. The Apache Polaris Helm Chart can be found in the Helm Chart Repository or in Artifact Hub.Select a version below to get started:
- 1.3.0 - Released January 16, 2026 (docs)
- 1.2.0 - Released October 23, 2025 (docs)
- 1.1.0 - Released September 19, 2025 (docs)
- 1.0.1 - Released August 16, 2025 (docs)
- 1.0.0 - Released July 9, 2025 (docs)
- 0.9.0 - Released March 11, 2025 (docs)
Verifying Downloads🔗
All downloads can be verified using the Apache Polaris KEYS file.
Verifying Signatures🔗
First, import the keys:
1curl https://downloads.apache.org/polaris/KEYS -o KEYS
2gpg --import KEYS
Then verify the .asc signature files:
1gpg --verify apache-polaris-[version].tar.gz.asc
Verifying Checksums🔗
1shasum -a 512 --check apache-polaris-[version].tar.gz.sha512