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:

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