Release

The latest stable release of Thrift is 0.19.0 (released on 2023-SEP-02).

Maven artifact

<dependency>
  <groupId>org.apache.thrift</groupId>
  <artifactId>libthrift</artifactId>
  <version>0.19.0</version>
</dependency>

When downloading from a mirror, please be sure to verify the checksums and signature (see the MD5 and PGP links above). The KEYS file contains the public key(s) used for signing releases.


Incubator Releases

Releases from the incubator ( less than 0.6.0 ) are available at the Thrift Incubator Archive

Releases from 0.6.0 up to the current release are available at the Apache Thrift Archive


Git Checkout

For those who would like to participate in Thrift development, you may checkout Thrift from the GitHub Repository.

git clone https://github.com/apache/thrift.git
cd thrift

We recommend you use our docker development environment - the same environment the CI builds use.