--- layout: docs page_title: Get Vault description: >- Installation options for Vault --- > [!IMPORTANT] > **Documentation Update:** Product documentation, which were located in this repository under `/website`, are now located in [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs), colocated with all other product documentation. Contributions to this content should be done in the `web-unified-docs` repo, and not this one. Changes made to `/website` content in this repo will not be reflected on the developer.hashicorp.com website. # Get Vault You can get Vault through a variety of package managers or from HashiCorp directly. ## Vault version syntax @include 'version-syntax.mdx' ## Get notified of new releases You can subscribe to specific tags in the [Vault discussion forum](https://discuss.hashicorp.com/) to receive alerts about recent changes. - Use the [`vault-release-ce-ent`](https://discuss.hashicorp.com/tag/vault-release-ce-ent) tag for alerts about upcoming and new releases. - Use the [`security-vault`](https://discuss.hashicorp.com/tag/security-vault) tag for alerts about new security bulletins. ## Install options You have different options for installing Vault: 1. [Install Vault Community edition with supported package managers](/vault/install) for macOS, Ubuntu/Debian, CentIS/RHEL, Amazon Linux, and Homebrew. 1. [Install Vault Enterprise edition with supported package managers](/vault/install) for macOS, Ubuntu/Debian, CentIS/RHEL, Amazon Linux, and Homebrew. 1. [Use helm to install Vault for Kubernetes](/vault/docs/platform/k8s/helm). 1. [Download a precompiled binary](/vault/install) or [build Vault from code](/vault/docs/install/build-from-code) and [install the binary manually](/vault/docs/install/install-binary). ## Related tutorials The following tutorials provide additional guidance for installing Vault and production cluster deployment: - [Get started: Install Vault](/vault/tutorials/getting-started/getting-started-install) - [Day One Preparation](/vault/tutorials/day-one-raft) - [Recommended Patterns](/vault/tutorials/recommended-patterns) - [Start the server in dev mode](/vault/tutorials/getting-started/getting-started-dev-server)