blob: 3d64013ac33bac3dd6ed9290d4a2b9da9a45c803 [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: (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=<%= data.releases.latest_stable.jira_version %>">
Release Notes
</a>)
<ul>
<li>
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>
</li>
</ul>
</p>
<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>
<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>.
<br />
This repository is also mirrored on
<a href="https://github.com/apache/mesos">GitHub</a>.
</p>
<h4>Getting community driven Mesos binaries</h4>
<p>
<i>The following repositories are unofficial and not supportet by Apache.</i>
<ul>
<li>
Mesos binaries for CentOS (x86_64), AlmaLinux (x86_64, aarch64), Ubuntu (x86_64): <a href="https://rpm.aventer.biz">https://rpm.aventer.biz</a>
</li>
</ul>
</p>
</div>
</div>