Installing Anka
How to install the Anka Virtualization software on your macOS
MacOS Host Version Support
INTEL | Anka 2.5.x | Anka 3.2.x |
macOS 10.14 | 🛑 | 🛑 |
macOS 10.15 | ✅ | ✅ |
macOS 11.x | ✅ | ✅ |
macOS 12.x | ✅ | ✅ |
macOS 13.x | ✅ | ✅ |
Download and Install
With GUI
- Download the apple/arm or intel PKG.
- Once downloaded, double click the .pkg to start the installation process.
With Terminal
Apple/ARM
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 /
Intel
FULL_FILE_NAME="$(curl -Ls -r 0-1 -o /dev/null -w %{url_effective} https://veertu.com/downloads/anka-virtualization-intel | cut -d/ -f5)"
curl -S -L -o ./$FULL_FILE_NAME https://veertu.com/downloads/anka-virtualization-intel
sudo installer -pkg $FULL_FILE_NAME -tgt /
Verifying the installation
❯ anka version
Anka Build Basic version 3.X.X (build XXX)
What’s next?