'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.



Solution 1:[1]

M1 chip doesn't support hyperkit. Tried virtualization using Kind.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Sushrut Mujumdar