Install Vault
These instructions install IBM Vault Community Edition. Looking for enterprise features like HSM support, namespaces, and Sentinel policies? Refer to the Vault Enterprise install page.
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 vault
Binary 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.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 Vault 2.0.3 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.