Downloads

Apache HoraeDB is released as source code tarballs with corresponding docker images for convenience.

The latest release

The latest release is 2.0.0(2024-05-23), the source code can be downloaded here.

Verify this release using the signatures, checksums by following guides below.

Docker images

Pre-built binaries are not provided yet, users can compile from source or using docker images:

All archived releases

For older releases, please check the archive.

Verify signatures and checksums

It’s highly recommended to verify the files that you download.

HoraeDB provides SHA digest and PGP signature files for all the files that we host on the download site. These files are named after the files they relate to but have sha512, asc extensions.

Verify Checksums

To verify the SHA digests, you need the tar.gz and its associated tar.gz.sha512 files. An example command:

1
sha512sum -c apache-horaedb-incubating-v2.0.0-src.tar.gz.sha512

It should output something like:

apache-horaedb-incubating-v2.0.0-src.tar.gz: OK

Verify Signatures

To verify the PGP signatures, you will need to download the release KEYS first.

Then import the downloaded KEYS:

1
gpg --import KEYS

Then you can verify signature:

1
gpg --verify apache-horaedb-incubating-v2.0.0-src.tar.gz.asc

It should output something like:

gpg: Signature made Wed 12 Jun 2024 11:05:04 AM CST using RSA key ID 08A0BAB4
gpg: Good signature from "jiacai2050@apache.org"
gpg:                 aka "Jiacai Liu <hello@liujiacai.net>"
gpg:                 aka "Jiacai Liu <dev@liujiacai.net>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 6F73 4AE4 297C 7F62 B605  4F91 D302 6E5C 08A0 BAB4
Last modified October 19, 2024: feat: add download page of cn (#144) (b598e86)