blob: b9be452c3b172738198a13647d1e60cb1bc1fb66 [file] [log] [blame]
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="en-us" http-equiv="Content-Language" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/static/images/favicon.ico" rel="shortcut icon" />
<link href="/static/css/style.css" rel="stylesheet" type="text/css" />
<link href="/static/css/codehilite.css" rel="stylesheet" type="text/css" />
<link href="/static/css/bootstrap.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="/static/css/thrift.css" media="screen, projection" rel="stylesheet" type="text/css" />
<script src="/static/js/jquery.min.js"></script>
<script src="/static/js/bootstrap-dropdown.js"></script>
<script src="/static/js/bootstrap-tab.js"></script>
<script src="/static/js/thrift.js"></script>
<title>Apache Thrift - Download</title>
</head>
<body>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="/">Apache Thrift &trade;</a>
<div class="nav-collapse">
<ul class="nav pull-right">
<li><a href="/download">Download</a></li>
<li><a href="/docs">Documentation</a></li>
<li><a href="/developers">Developers</a></li>
<li><a href="/lib">Libraries</a></li>
<li><a href="/tutorial">Tutorial</a></li>
<li><a href="/test">Test Suite</a></li>
<li><a href="/about">About</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="http://www.apache.org/" target="_blank">Apache Home</a></li>
<li><a href="http://www.apache.org/licenses/" target="_blank">Apache License v2.0</a></li>
<li><a href="http://www.apache.org/foundation/sponsorship.html" target="_blank">Donate</a></li>
<li><a href="http://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a></li>
<li><a href="http://www.apache.org/security/" target="_blank">Security</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<h2 id="release">Release</h2>
<p>The latest stable release of Thrift is 0.20.0 (released on 2024-MAR-22).</p>
<ul>
<li><a href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.20.0/thrift-0.20.0.tar.gz">thrift-0.20.0.tar.gz</a> [<a href="https://www.apache.org/dist/thrift/0.20.0/thrift-0.20.0.tar.gz.asc">PGP</a>]
[<a href="https://www.apache.org/dist/thrift/0.20.0/thrift-0.20.0.tar.gz.md5">MD5</a>]</li>
<li><a href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.20.0/thrift-0.20.0.exe">Thrift compiler for Windows (thrift-0.20.0.exe)</a> [<a href="https://www.apache.org/dist/thrift/0.20.0/thrift-0.20.0.exe.asc">PGP</a>] [<a href="https://www.apache.org/dist/thrift/0.20.0/thrift-0.20.0.exe.md5">MD5</a>]</li>
</ul>
<h2 id="maven-artifact">Maven artifact</h2>
<pre><code>&lt;dependency&gt;
&lt;groupId&gt;org.apache.thrift&lt;/groupId&gt;
&lt;artifactId&gt;libthrift&lt;/artifactId&gt;
&lt;version&gt;0.20.0&lt;/version&gt;
&lt;/dependency&gt;
</code></pre>
<p>When downloading from a mirror, please be sure to <a href="http://www.apache.org/info/verification.html">verify</a> the checksums and signature (see the MD5 and PGP links above). The <a href="https://www.apache.org/dist/thrift/KEYS">KEYS</a> file contains the public key(s) used for signing releases.</p>
<hr />
<h2 id="incubator-releases">Incubator Releases</h2>
<p>Releases from the incubator ( less than 0.6.0 ) are available at the <a href="http://archive.apache.org/dist/incubator/thrift">Thrift Incubator Archive</a></p>
<p>Releases from 0.6.0 up to the current release are available at the <a href="http://archive.apache.org/dist/thrift">Apache Thrift Archive</a></p>
<hr />
<h2 id="git-checkout">Git Checkout</h2>
<p>For those who would like to participate in Thrift development, you may checkout Thrift from the <a href="https://github.com/apache/thrift">GitHub Repository</a>.</p>
<pre><code>git clone https://github.com/apache/thrift.git
cd thrift
</code></pre>
<p>We recommend you use our <a href="https://github.com/apache/thrift/tree/master/build/docker">docker development environment</a> - the same environment the CI builds use.</p>
</div>
<div class="container">
<hr>
<footer class="footer">
<div class="row">
<div class="span3">
<h3>Links</h3>
<ul class="unstyled">
<li><a href="/download">Download</a></li>
<li><a href="/developers">Developers</a></li>
<li><a href="/tutorial">Tutorials</a></li>
</ul>
<ul class="unstyled">
<li><a href="/sitemap">Sitemap</a></li>
</ul>
</div>
<div class="span3">
<h3>Get Involved</h3>
<ul class="unstyled">
<li><a href="/mailing">Mailing Lists</a></li>
<li><a href="http://issues.apache.org/jira/browse/THRIFT">Issue Tracking</a></li>
<li><a href="/docs/HowToContribute">How To Contribute</a></li>
</ul>
</div>
<div class="span6">
<a href="http://www.apache.org/"><img src="/static/images/feather.svg" onerror="this.src='/static/images/feather.png';this.onerror=null;" /></a>
Copyright &copy; 2024 <a href="http://www.apache.org/">Apache Software Foundation</a>.
Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>.
Apache, Apache Thrift, and the Apache feather logo are trademarks of The Apache Software Foundation.
</div>
</div>
</footer>
</div>
</body>
</html>