Install xhyve in Easy Steps Using Brew
What is “xhyve” Package?
xhyve, lightweight macOS virtualization solution based on FreeBSD’s bhyve
For more details: https://github.com/mist64/xhyve
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install xhyve.
brew install xhyve
Now, use xhyve!