VOOZH about

URL: https://developer.hashicorp.com/vagrant/install

⇱ Install | Vagrant | HashiCorp Developer


HashiConf 2025 Don't miss the live stream of HashiConf Day 2 happening now View live stream

Install Vagrant

macOS

Package manager

brew tap hashicorp/tap
brew install hashicorp/tap/hashicorp-vagrant

Binary download

AMD64

Version: 2.4.9

Download

ARM64

Version: 2.4.9

Download

Windows

Binary download

AMD64

Version: 2.4.9

Download

I686

Version: 2.4.9

Download

Linux

Package manager

wget -O - https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(grep -oP '(?<=UBUNTU_CODENAME=).*' /etc/os-release || lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
sudo apt update && sudo apt install vagrant
sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
sudo yum -y install vagrant
wget -O- https://rpm.releases.hashicorp.com/fedora/hashicorp.repo | sudo tee /etc/yum.repos.d/hashicorp.repo
sudo yum list available | grep hashicorp
sudo dnf -y install vagrant
sudo yum install -y yum-utils shadow-utils
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/AmazonLinux/hashicorp.repo
sudo yum install vagrant
brew tap hashicorp/tap
brew install hashicorp/tap/vagrant

Binary download

AMD64

Version: 2.4.9

Download

Note

Complete this tutorial to learn how to install and verify HashiCorp tools on any Linux distribution, and create a custom Linux container with verified HashiCorp tools.

Release information

Changelog

Vagrant Version: 2.4.9

GitHub
(opens in new tab)

Official releases

All officially supported HashiCorp release channels and their security guarantees.

View all
(opens in new tab)

Note

You can find the SHA256 checksums for Vagrant 2.4.9 online and you can verify the checksums signature file which has been signed using HashiCorp's GPG key. Complete this tutorial to learn how to install and verify HashiCorp tools on any Linux distribution.

VMware utility

From this page you can download, review lease information and much more. These tools are maintained by HashiCorp and the Vagrant community

Explore

About Vagrant

Vagrant is the command line utility for managing the lifecycle of virtual machines.

Featured docs

HCP Vagrant Registry
Virtual boxes for Linux, Laravel and any development environment
Try HCP Vagrant Registry for free