macOS
- 1. Installbash
brew install helm
Verify install
bash
helm versionLinux (script)
- 1. Installbash
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
Windows
- 1. Installpowershell
winget install -e --id Helm.Helm
Always verify your binary
Treat every command on the internet with care. Each install command here is mirrored from official Kubernetes documentation. When piping a remote script to a shell, click View script to read it first, or download and verify the binary directly using the steps on the Verify page.