--- layout: "inner" sidebar_current: "downloads" sidebar_template: "downloads" sidebar_title: "Download" page_title: "Download Vagrant" ---

Download Vagrant

Below are all available downloads for the latest version of Vagrant (<%= latest_version %>). Please download the proper package for your operating system and architecture. You can find SHA256 checksums for packages here.

<% if latest_version %> <% $vagrant_os_order.each do |os| %> <% downloads = $vagrant_downloads[latest_version] %> <% if downloads[os] && !downloads[os].empty? %>
<%= image_tag "/images/icons/icon_#{os}.png" %>

<%= download_os_human(os) %>

<% end %> <% end %> <% end %>