Helm runs as a command-line interface (CLI) and is typically installed on your notebook.

You have several options for installing Helm:

Using the Binary Releases

https://helm.sh/docs/intro/install/#from-the-binary-releases

Download the release, including the binary.

Through Package Managers

Homebrew (macOS)

Members of the Helm community have contributed a Helm formula build to Homebrew. This formula is generally up to date.

brew install helm

(Note: There is also a formula for emacs-helm, which is a different project.)

Using Script

Use an installer script:

curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get > get_helm.sh

For more information about installing Helm, see Installing Helm in the Helm documentation.