Installing Anka
How to install the Anka Virtualization software on your macOS
UI download and install
You can find the installation package here. Once downloaded, double click the .pkg to start the installation process.
Terminal download and install
FULL_FILE_NAME="$(curl -Ls -r 0-1 -o /dev/null -w %{url_effective} https://veertu.com/downloads/anka-virtualization-apple | cut -d/ -f5)"
curl -S -L -o ./$FULL_FILE_NAME https://veertu.com/downloads/anka-virtualization-apple
sudo installer -pkg $FULL_FILE_NAME -tgt /
Verifying the installation
❯ anka version
Anka Build Basic version 3.X.X (build XXX)