Install zrok on macOS
Homebrew
This formula is maintained by the Homebrew community.
brew install zrok2
Darwin 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. Optionally add this to your ~/.zshenv to persist the change.PATH=~/bin:$PATH -
With the
zrok2executable in your path, you can then run thezrok2command from your shell:zrok2 version