This guide covers the official methods to download and install the Helm CLI across Windows, macOS, and Linux. 1. Download via Official Binary Releases
Download the archive for your system (e.g., helm-v4.1.4-linux-amd64.tar.gz for Linux or helm-v4.1.4-windows-amd64.zip for Windows). Linux/macOS: tar -zxvf helm-v4.1.4-linux-amd64.tar.gz .
For Linux and macOS users, the Helm project provides a "lazy" installer script that automatically detects your architecture and pulls the latest version. Releases · helm/helm - GitHub
The most direct way to get Helm is by downloading a pre-built binary for your specific operating system and architecture. Visit the official Helm GitHub Releases page . Locate the latest stable release (e.g., ).
Whether you are a Kubernetes administrator or a developer, is the essential first step toward managing your cluster’s applications with "charts." As of early 2026, the current stable version is Helm v4.1.4 , which introduces enhanced security and performance features over the older v3 branch.
Move helm.exe to a folder like C:\tools and add that folder to your System Environment Variables . 2. Fast Installation using Automated Scripts
Move the binary to /usr/local/bin/helm using mv linux-amd64/helm /usr/local/bin/helm .
Use a tool like 7-Zip or the built-in Windows Explorer to extract the .exe . Move to PATH: