Skip to main content
Install

Install Helm

Helm is the Kubernetes package manager. It uses charts to define, install, and upgrade applications.

macOS

  1. 1. Install
    bash
    brew install helm
Verify install
bash
helm version

Linux (script)

  1. 1. Install
    bash
    curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash

Windows

  1. 1. Install
    powershell
    winget install -e --id Helm.Helm