Here is how to install Helm on macOS in 2026. Tested and verified.
Prerequisites
- macOS 13+ with Homebrew
kubectlconfigured with cluster access
Installation
brew install helmVerify
helm versionPost-Installation Setup
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update
# Test
helm search repo nginx
helm install my-nginx bitnami/nginx --dry-run