--- title: Download ---

Download

We provide precompiled binaries and Docker images for most officially maintained Prometheus components. If a component is not listed here, check the respective repository on Github for further instructions.

There is also a constantly growing number of independently maintained exporters listed at Exporters and integrations.

After downloading a binary release suitable for your system, please follow the installation instructions.

Operating system <%= dropdown(:os, Downloads.operating_systems, :popular, popular: %w(darwin linux windows)) %> Architecture <%= dropdown(:arch, Downloads.architectures, :amd64) %>
<% Downloads.repositories.each do |repository| %>

<%= repository.name %>

<%= repository.description %> <%= repository.full_name %>

<% repository.releases.each do |release| %> <% release.binaries.each do |binary| %> <% end %> <% end %>
<%= release.name %> <%= %(Pre-release) if release.prerelease %> Release notes
File name OS Arch Size SHA256 Checksum
<%= binary.name %> <%= binary.os %> <%= binary.arch %> <%= format_bytes binary.size %> <%= Downloads.checksum(release, binary.name) %>
<% end %>