The latest stable release of Thrift is 0.21.0 (released on 2024-SEP-09).
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>0.21.0</version>
</dependency>
When downloading from a mirror, please be sure to verify the checksums and signature (see the SHA256/SHA1/MD5 and PGP links above). The KEYS file contains the public key(s) used for signing 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
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.