You are viewing the arm version of our documentation.

Installing Anka

How to install the Anka Virtualization software on your macOS

Download and install

You can find the installation package here. Once downloaded, double click the .pkg to start the installation process.

installer with pkg

Verify the installation

❯ anka version
Anka (Beta) version 3.0.0 (build 135.8470684)

(alternative) Download and install with your terminal

terminal installation

FULL_FILE_NAME="$(curl -Ls -r 0-1 -o /dev/null -w %{url_effective} https://veertu.com/downloads/anka-m1-beta | cut -d/ -f5)"
curl -S -L -o ./$FULL_FILE_NAME https://veertu.com/downloads/anka-m1-beta
sudo installer -pkg $FULL_FILE_NAME -tgt /

What’s next?