Downloads
| Version | Release Date | Source Download | Binary Download | Release Notes |
|---|---|---|---|---|
| 2.1.0 | 2025 Dec 31 | Source Checksum Signature | Binary Checksum Signature | Release Notes |
| 2.0.0 | 2025 Apr 30 | Source Checksum Signature | Binary Checksum Signature | Release Notes |
| 1.4.1 | 2024 Nov 24 | Source Checksum Signature | Binary Checksum Signature | Release Notes |
Archives
Older releases are available from the Apache Ozone archive.
Verify
To verify the integrity of the downloaded files, it is important to check the PGP signatures and SHA512 checksums.
PGP Signatures
PGP signatures can be verified using GPG or PGP. First, download the KEYS file from the Apache Ozone website.
curl https://downloads.apache.org/ozone/KEYS > KEYS
Then, import the keys into your GPG keyring.
gpg --import KEYS
Finally, verify the signature of the release file.
gpg --verify <file>.asc <file>
For example, to verify the signature of ozone-2.1.0-src.tar.gz:
gpg --verify ozone-2.1.0-src.tar.gz.asc ozone-2.1.0-src.tar.gz
SHA512 Checksums
To verify the SHA512 checksum, you can use the sha512sum command.
sha512sum -c <file>.sha512
For example, to verify the checksum of ozone-2.1.0-src.tar.gz:
sha512sum -c ozone-2.1.0-src.tar.gz.sha512
License
The Apache Ozone software is licensed under the Apache License, Version 2.0. See the LICENSE.txt file in the root of the distribution for the full license text.