Skip to content

Releases: kubernetes/minikube

v0.17.1

03 Mar 02:32

Choose a tag to compare

Minikube v0.17.1

Minikube is still under active development, and features may change at any time. Release notes are available here.

Distribution

Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.17.1 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64

Installation

OSX

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.17.1/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Linux

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.17.1/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Debian Package (.deb) [Experimental]

Download the minikube_0.17-1.deb file, and install it using sudo dpkg -i minikube_.deb

Windows [Experimental]

Download the minikube-windows-amd64.exe file, rename it to minikube.exe and add it to your path

Windows Installer [Experimental]

Download the minikube-installer.exe file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.

Usage

Documentation is available here.

Checksums

Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:

$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
b175c355d377a6ce2fefdd19201c865a7e628581261ac949fffb725af459c389

==> out/minikube-linux-amd64.sha256 <==
54f9e24b5622f540a6d5edd7450ce546cf6f57f9feff21fd5d92d0d2f552ac31

==> out/minikube-windows-amd64.exe.sha256 <==
86a713ced29399c736d14bf19be7aead96a22b03374441d99a457a4c44df9d53

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
ea6777fc2782ce151c6e755193dca5ef2d08dee761d3f8c8466e2b8fe2da0e10

v0.17.0

02 Mar 22:39

Choose a tag to compare

Minikube v0.17.0

Minikube is still under active development, and features may change at any time. Release notes are available here.

Distribution

Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.17.0 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64

Installation

OSX

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.17.0/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Linux

NOTE: Linux now requires libvirt-bin to be installed:
sudo apt-get install libvirt-bin

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.17.0/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Debian Package (.deb) [Experimental]

Download the minikube_0.17-0.deb file, and install it using sudo dpkg -i minikube_.deb

Windows [Experimental]

Download the minikube-windows-amd64.exe file, rename it to minikube.exe and add it to your path

Windows Installer [Experimental]

Download the minikube-installer.exe file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.

Usage

Documentation is available here.

Checksums

Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:

$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
d12fb4f8d9ff538c5563e1dcdf29495dc47b64a3fe108d7190fa37bf94a09a21

==> out/minikube-linux-amd64.sha256 <==
086d3438a9c2f324f494cf6dd4c422c27e93b19dd874c77d093d8ff91709a659

==> out/minikube-windows-amd64.exe.sha256 <==
3d349978704791596a03237715ad502f5ab5bbd76014b761e579e859a5eaf4c1

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
ea6777fc2782ce151c6e755193dca5ef2d08dee761d3f8c8466e2b8fe2da0e10

v0.16.0

03 Feb 00:07

Choose a tag to compare

Minikube v0.16.0

Minikube is still under active development, and features may change at any time. Release notes are available here.

Distribution

Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.16.0 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64

Installation

OSX

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.16.0/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Linux

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.16.0/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Debian Package (.deb) [Experimental]

Download the minikube_0.16-0.deb file, and install it using sudo dpkg -i minikube_.deb

Windows [Experimental]

Download the minikube-windows-amd64.exe file, rename it to minikube.exe and add it to your path

Windows Installer [Experimental]

Download the minikube-installer.exe file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.

Usage

Documentation is available here.

Checksums

Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:

$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
1de0dda591d23c01aa52f6e7b6c85bec7e4811a007a5a939eb2d1bed6fa84144

==> out/minikube-linux-amd64.sha256 <==
119a687ce949f48cc7cc0ed3827bcd182d7769968023a0561bf93290ff265d5a

==> out/minikube-windows-amd64.exe.sha256 <==
e3f21e866fc2b241c69b0836ebf9ac2d4a7eae3a234aa5c1b1447073e3e0804a

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
0a9315b887095e884d2a77bdab965516df7b084dcc1d628c7e841d2c52ecfb71

v0.15.0

10 Jan 21:23

Choose a tag to compare

Minikube v0.15.0

Minikube is still under active development, and features may change at any time. Release notes are available here.

Distribution

Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.15.0 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64

Installation

OSX

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.15.0/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Linux

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.15.0/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Debian Package (.deb) [Experimental]

Download the minikube_0.15-0.deb file, and install it using sudo dpkg -i minikube_.deb

Windows [Experimental]

Download the minikube-windows-amd64.exe file, rename it to minikube.exe and add it to your path

Windows Installer [Experimental]

Download the minikube-installer.exe file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.

Usage

Documentation is available here.

Checksums

Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:

$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
cc76cb68c9dfbe0317701e5d264ecf03cb3177a3a77906d901960c7adff6fc4a

==> out/minikube-linux-amd64.sha256 <==
0396080f87469b2bae0e9b23477156f32d25119b6b712f7e82a25a82d41ed3bc

==> out/minikube-windows-amd64.exe.sha256 <==
11b6499c3b8079a7b7c74482c119db244d2585332a649de1edd0cc9bc85ce1b9

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
54ec4cd6d4973e756002ee50e0c21857e532de2dabc937f4fb15cafe19432d47

v0.14.0

14 Dec 20:19

Choose a tag to compare

Minikube v0.14.0

Minikube is still under active development, and features may change at any time. Release notes are available here.

Distribution

Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.14.0 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64

Installation

OSX

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.14.0/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Linux

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.14.0/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Debian Package (.deb) [Experimental]

Download the minikube_0.14-0.deb file, and install it using sudo dpkg -i minikube_.deb

Windows [Experimental]

Download the minikube-windows-amd64.exe file, rename it to minikube.exe and add it to your path

Windows Installer [Experimental]

Download the minikube-installer.exe file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.

Usage

Documentation is available here.

Checksums

Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:

$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
950805a1e1929dc41ef27698a0325b981f99f4a45df121521861fcd696e35f28

==> out/minikube-linux-amd64.sha256 <==
a9e8423474de6046c672db5b035475fc034223652b081d1accba89af7da5a5e0

==> out/minikube-windows-amd64.exe.sha256 <==
5d6ef16842ea17aeaa715e5966edbc4f5ad220eaca15c070c1a191bb2360677b

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)= 
aadc8b6f5720d5a493a36e1f07f71bffb588780c76498d68cd761793d2ca344e

v0.13.1

05 Dec 22:53

Choose a tag to compare

Minikube v0.13.1

Minikube is still under active development, and features may change at any time. Release notes are available here.

Distribution

Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.13.1 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64

Installation

OSX

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.13.1/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Linux

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.13.1/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Debian Package (.deb) [Experimental]

Download the minikube_0.13-1.deb file, and install it using sudo dpkg -i minikube_.deb

Windows [Experimental]

Download the minikube-windows-amd64.exe file, rename it to minikube.exe and add it to your path

Windows Installer [Experimental]

Download the minikube-installer.exe file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.

Usage

Documentation is available here.

Checksums

Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:

$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
77bc72679ca1beb09ad7f26ec8ba8b286283ddf7bee4e68163b88c5a439bc049

==> out/minikube-linux-amd64.sha256 <==
52706da92b6cf9a5eb4f59fe6034f119e3eb442c3fc57bf181d01db929e1289f

==> out/minikube-windows-amd64.exe.sha256 <==
5bbb30feb34f09a1d7cee5051bb3b28103eef719ae828bfd8fddb11efc56a5c7

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)= 
aadc8b6f5720d5a493a36e1f07f71bffb588780c76498d68cd761793d2ca344e

v0.13.0

01 Dec 21:29

Choose a tag to compare

Minikube v0.13.0

Minikube is still under active development, and features may change at any time. Release notes are available here.

Distribution

Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.13.0 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64

Installation

OSX

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.13.0/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Linux

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.13.0/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Debian Package (.deb) [Experimental]

Download the minikube_0.13-0.deb file, and install it using sudo dpkg -i minikube_.deb

Windows [Experimental]

Download the minikube-windows-amd64.exe file, rename it to minikube.exe and add it to your path

Windows Installer [Experimental]

Download the minikube-installer.exe file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.

Usage

Documentation is available here.

Checksums

Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:

$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
bf04827735c1f8b7dd51548fbd01ef3a2f84a2db64b235a794020241c3ccf996

==> out/minikube-linux-amd64.sha256 <==
453c2e3e55afb258bd7ca7ca9ba1da3f59d0131eb9bb73cf46cce7bb5bc0fbb4

==> out/minikube-windows-amd64.exe.sha256 <==
1f5d09f7d9442e2d861eaed3a8403c7db029f076d69773d9ffdd177b3af14b6f

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)= 
aadc8b6f5720d5a493a36e1f07f71bffb588780c76498d68cd761793d2ca344e

v0.12.2

31 Oct 17:10

Choose a tag to compare

Minikube v0.12.2

Minikube is still under active development, and features may change at any time. Release notes are available here.

Distribution

Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.12.2 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64

Installation

OSX

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.12.2/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Linux

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.12.2/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Debian Package (.deb) [Experimental]

Download the minikube_0.12-2.deb file, and install it using sudo dpkg -i minikube_.deb

Windows [Experimental]

Download the minikube-windows-amd64.exe file, rename it to minikube.exe and add it to your path

Usage

Documentation is available here.

Checksums

Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:

$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
5f818be5235d606ec5241ac1eea0dc92e6328d56841617c51e4595a0abc4300c

==> out/minikube-linux-amd64.sha256 <==
ace8dcaf9418ed0e4eb07e7737b0af41036f6aaa05f784386725feb041463a74

==> out/minikube-windows-amd64.exe.sha256 <==
1768aea06220946f22e88d294f02984135a77799b88373fc6b1a98b3da6802ef

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)= 
aadc8b6f5720d5a493a36e1f07f71bffb588780c76498d68cd761793d2ca344e

v0.12.1

28 Oct 16:22

Choose a tag to compare

Minikube v0.12.1

Minikube is still under active development, and features may change at any time. Release notes are available here.

Distribution

Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.12.1 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64

Installation

OSX

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.12.1/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Linux

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.12.1/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Debian Package (.deb) [Experimental]

Download the minikube_0.12-1.deb file, and install it using sudo dpkg -i minikube_.deb

Windows [Experimental]

Download the minikube-windows-amd64.exe file, rename it to minikube.exe and add it to your path

Windows Installer [Experimental]

Download the minikube-installer.exe file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.

Usage

Documentation is available here.

Checksums

Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:

$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
d1f4ae5ef298ffbd50f56f7da7fb6215bd79795a5db90b07d9d57468e8485a3c

==> out/minikube-linux-amd64.sha256 <==
e767236598d619ac93d4fa2782a5534c7107068f3b46ecee69e92ab8d9f0a3d1

==> out/minikube-windows-amd64.exe.sha256 <==
67a6146011f6c90274b0f509f7dff18bd3a6f423dc9ba3bcce933ac9b25c2891

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)= 
aadc8b6f5720d5a493a36e1f07f71bffb588780c76498d68cd761793d2ca344e

v0.12.0

21 Oct 21:52

Choose a tag to compare

Minikube v0.12.0

Minikube is still under active development, and features may change at any time. Release notes are available here.

Distribution

Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.12.0 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64

Installation

OSX

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.12.0/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Linux

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.12.0/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Debian Package (.deb) [Experimental]

Download the minikube_0.12-0.deb file, and install it using sudo dpkg -i minikube_.deb

Windows [Experimental]

Download the minikube-windows-amd64.exe file, rename it to minikube.exe and add it to your path

Usage

Documentation is available here.

Checksums

Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:

$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
a96d6e1d53a7999503d00bcd41b4ccaa80f5d57f798608f03e3f4d63a42f9991

==> out/minikube-linux-amd64.sha256 <==
1315a334e701c1558740e4140f8e28985d7734e8a53e4af2153076c2586c3c7d

==> out/minikube-windows-amd64.exe.sha256 <==
373e3e2e1d9e000044711dfafe3a88fdb9620c3050a6b5f9e8ed0eb3e7ffd12e

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)= 
aadc8b6f5720d5a493a36e1f07f71bffb588780c76498d68cd761793d2ca344e