Installation¶
Install the dependencies¶
Linux¶
sudo apt-get update && \
sudo apt-get install openresolv wireguard-tools
Mac¶
/bin/bash -c "$(curl -fsLS https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && \
brew install wireguard-tools
Tip
To install the dependency wireguard-tools
you can also use MacPorts
Prebuilt binaries¶
curl -fsLS https://raw.githubusercontent.com/sentinel-official/cli-client/development/scripts/install.sh | sh
From source¶
TBU