blob: d5a165c71378a7c268b9c2e73b60902d632463fb [file] [log] [blame]
---
title: Apache Mesos | Downloads
breadcrumb: Downloads
---
<div class="row-fluid">
<div class="col-md-4">
<h4>Previous Releases</h4>
<ul>
<% data.releases.versions.each do |item| %>
<li>
<a href="http://archive.apache.org/dist/mesos/<%= item.version %>/">
<%= item.version %>
</a>
(<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=<%= item.jira_version %>">
Release Notes
</a>)
</li>
<% end %>
</ul>
</div>
<div class="col-md-8">
<h1>Download Mesos</h1>
<p>Download the most recent stable release:
Source
<a href="http://www.apache.org/dyn/closer.cgi/mesos/<%= data.releases.latest_stable.version %>/mesos-<%= data.releases.latest_stable.version %>.tar.gz">
<%= data.releases.latest_stable.version %>
</a>,
RPM
<a href="https://bintray.com/mesos/el/mesos/<%= data.releases.latest_stable.version %>#files">
<%= data.releases.latest_stable.version %>
</a>
(<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=<%= data.releases.latest_stable.jira_version %>">
Release Notes
</a>)
</p>
<h4>Getting the code via source control</h4>
<p>The codebase can also be downloaded from the Apache git repository at:
<code>https://gitbox.apache.org/repos/asf/mesos.git</code>.
This repository is also mirrored on
<a href="https://github.com/apache/mesos">GitHub</a>.
</p>
<h4>Getting older Mesos binaries</h4>
Previous versions of Mesos can be downloaded from the BinTray URL:<a href="https://bintray.com/mesos">https://bintray.com/mesos</a>.
<p>Once you have downloaded Mesos, follow the
<a href="/getting-started/">getting started instructions</a>,
and take a look at the rest of the
<a href="/documentation/">Mesos documentation</a>.
</p>
</div>
</div>