2025-04-29 17:08:14 -07:00

52 lines
1.7 KiB
Plaintext

---
layout: docs
page_title: Get Vault
description: >-
Installation options for Vault
---
# 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)