Note: This document shows you how to install Minikube on Linux using a static binary. For alternative Linux installation methods, see Other Ways to Install in the official Minikube GitHub repository.
You can install Minikube on Linux by downloading a static binary:
Here’s an easy way to add the Minikube executable to your path:
sudo mv minikube /usr/local/bin
Windows
Note: To run Minikube on Windows, you first need to install VirtualBox or Hyper-V. Hyper-V can be run on three versions of Windows 10: Windows 10 Enterprise, Windows 10 Professional, and Windows 10 Education. See the official Minikube GitHub repository for additional installation information.
The easiest way to install Minikube on Windows is using Chocolatey (run as an administrator):
After Minikube has finished installing, close the current CLI session and restart. Minikube should have been added to your path automatically.
Windows manual installation
To install Minikube manually on Windows, download minikube-windows-amd64, rename it to minikube.exe, and add it to your path.