Thanks for checking out Apache OODT. On this page you can download our official release.
N.B.
OODT is ONLY released as source code and NOT binary. This is because you will most likely want
to recompile various aspects of the codebase with configuration before deploying an OODT system.
See the 1.9.1-CHANGES.txt file for more information on the list of updates in this release.
OODT is always distributed under the Apache License, version 2.0.
You require Apache Maven to build the OODT source code. Maven can either be downloaded and installed manually or alternatively via command line via your operating system package manager.
OCT-2021: The Latest Apacheā¢ OODT version 1.9.1 is now released and available for download.
The link in the Mirrors column below should display a default mirror selection based on your inferred location. If (when you browse to it) you do not see that page, try a different browser. The checksum and signature are links to the originals on the main distribution server.
Version | Mirrors | Signature | KEYS | Checksum |
---|---|---|---|---|
Apache OODT 1.9.1 (zip) (latest) | apache-oodt-1.9.1-src.zip | apache-oodt-1.9.1-src.zip.asc | KEYS | SHA256 SHA512 |
Apache OODT 1.9 (zip) | apache-oodt-1.9-src.zip | apache-oodt-1.9-src.zip.asc | KEYS | SHA256 |
Apache OODT 1.2.1 (zip) | apache-oodt-1.2.1-src.zip | apache-oodt-1.2.1-src.zip.asc | KEYS | MD5 SHA1 |
Apache OODT 1.2 (zip) | apache-oodt-1.2-src.zip | apache-oodt-1.2-src.zip.asc | KEYS | MD5 SHA1 |
It is essential that you verify the integrity of the downloaded files using the PGP, SHA256 and/or SHA512 signatures. published with every OODT release.
Please read Verifying Apache HTTP Server Releases for more information on why you should verify our releases.
We strongly recommend you verify your downloads with at least both PGP and SHA256/SHA512. Guidance for doing so is provided below.
The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the relevant distribution.
N.B.Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using the following:
$ gpg --import KEYS $ gpg --verify apache-oodt-1.9.1-src.zip.asc
The files in the most recent release are signed by 2048R/5E91D429 Tom Barber (CODE SIGNING KEY)
Alternatively, you can verify the SHA256 signature on the files. A unix program called sha256sum is included in many unix distributions.
$ sha256sum apache-oodt-1.9.1-src.zip
... output should match the string in apache-oodt-1.9.1-src.zip.sha256
Alternatively, you can verify the SHA512 signature on the files. A unix program called sha512sum is included in many unix distributions.
$ sha512sum apache-oodt-1.9.1-src.zip
... output should match the string in apache-oodt-1.9.1-src.zip.sha512
Release Date: OCT-2019
Version: OODT 1.9
Download
Verification KEYS
Release Date: AUG-2018
Version: OODT 1.2.1
Download
Verification KEYS
Release Date: AUG-2017
Version: OODT 1.2
Download
Verification KEYS
Release Date: JUL-2017
Version: OODT 1.1
Download
Verification KEYS
Release Date: JUN-2016
Version: OODT 1.0
Download
Verification KEYS