Skip to main content

Download

The followings are Apache Incubator releases for Teaclave projects - Teaclave, Teaclave SGX SDK, Teaclave TrustZone SDK, and Teaclave Java TEE SDK. These source archives are generated from tagged releases. You can verify your download by following these procedures and using these KEYS.

Teaclave Ecosystem Releases

The Teaclave ecosystem consists of several independently released SDKs and components, with each sub-project targeting a specific trusted execution environment (TEE). Each SDK evolves independently to best support its respective platform and use cases.

Teaclave TrustZone SDK

Latest VersionSource CodePGP/SHARelease Notes
0.5.0apache-teaclave-trustzone-sdk-0.5.0-incubating.tar.gzasc, sha512notes

Teaclave SGX SDK

Latest VersionSource CodePGP/SHARelease Notes
----

Note: Teaclave SGX SDK releases are currently in development. Please check the GitHub repository for the latest updates.

Teaclave Java TEE SDK

Latest VersionSource CodePGP/SHARelease Notes
0.1.0apache-teaclave-java-tee-sdk-0.1.0-incubating.tar.gzasc, sha512notes

Teaclave FaaS (legacy)

Latest VersionSource CodePGP/SHARelease Notes
0.5.1apache-teaclave-0.5.1-incubating.tar.gzasc, sha512notes

Note that older releases can be found in the archive site.

Verify the Integrity of the Files

NOTE
It is essential that you verify the integrity of the downloaded file using the PGP signature (.asc file) or a hash (.md5 or .sha* file). Please read Verifying Apache Software Foundation Releases for more information on why you should verify our releases.

The PGP signature can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the relevant distribution. Make sure you get these files from the main distribution site, rather than from a mirror. Then verify the signatures using

$ gpg --import KEYS
$ gpg --verify downloaded_file.asc downloaded_file

or

$ pgpk -a KEYS
$ pgpv downloaded_file.asc

or

$ pgp -ka KEYS
$ pgp downloaded_file.asc

Alternatively, you can verify the hash on the file.

Hashes can be calculated using GPG:

$ gpg --print-md SHA256 downloaded_file

The output should be compared with the contents of the SHA256 file. Similarly for other hashes (SHA512, SHA1, MD5 etc) which may be provided.

Windows 7 and later systems should all now have certUtil:

$ certUtil -hashfile pathToFileToCheck

HashAlgorithm choices: MD2, MD4, MD5, SHA1, SHA256, SHA384, SHA512

Unix-like systems (and macOS) will have a utility called md5, md5sum or shasum