Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error installing hyperkit on HomeBrew in M1 Silicon

I'm trying to install hyperkit on MacOS 12.1 M1 Silicon and I get the following error.

 % brew install hyperkit
    Error: hyperkit: no bottle available!
    You can try to install from source with:
      brew install --build-from-source hyperkit
    Please note building from source is unsupported. You will encounter build
    failures with some formulae. If you experience any issues please create pull
    requests instead of asking for help on Homebrew's GitHub, Twitter or any other
    official channels.

With some research I found an incompatibility with M1 Silicon processors M1 Compatibility Issue.

Is there a workaround for this?

I want to setup minishift on M1 Silicon and Hyperkit is a pre-requisite on MacOS.

like image 314
Charith Jayasanka Avatar asked Dec 02 '25 07:12

Charith Jayasanka


1 Answers

Apparently hyperkit is not available for mac m1/m2. ARM chips.

So, I used qemu.

Install qemu using:

brew install qemu

Run

minikube start --driver=qemu
like image 57
Nisarg Gogate Avatar answered Dec 05 '25 21:12

Nisarg Gogate



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!