Release

The latest stable release of Thrift is 0.9.0 (released on 2012-10-15).

Maven artifact


<dependency>
  <groupId>org.apache.thrift</groupId>
  <artifactId>libthrift</artifactId>
  <version>0.9.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


SVN Checkout

For those who would like to participate in Thrift development, you may checkout Thrift from the Apache SVN repository.


svn co http://svn.apache.org/repos/asf/thrift/trunk/ thrift
cd thrift