Install zrok on macOS
Choose the install method that fits your setup.
Install the binary
macOS
Download the binary distribution for your macOS architecture. For Intel Macs use the amd64 distribution. For Apple
Silicon Macs use the arm64 distribution.
-
Unarchive the distribution in a temporary directory:
cd ~/Downloads && mkdir -p /tmp/zrok2 && tar -xf ./zrok*darwin*.tar.gz -C /tmp/zrok2 -
Install the
zrok2executable:mkdir -p ~/bin && install /tmp/zrok2/zrok2 ~/bin/ -
Add
~/binto your shell's executable search path:PATH=~/bin:$PATHTo persist this across sessions, add the line above to your
~/.zshenv. -
Verify the install:
zrok2 version