Skip to main content
Version: v3.8.0

Download and Install potctl

Platform train v3.8.0 ships potctl v3.8.0. Install the binary that matches your distribution.

Install on macOS

Mac users can use Homebrew:

brew tap Datasance/potctl
brew install potctl

Install on Windows

Download the Windows binary from Datasance potctl releases.

Prepare Windows

To deploy an ECN locally on Windows, configure Docker to run Linux containers:

  • Install Docker Desktop for Windows
  • Follow the WSL2 or Hyper-V backend guidelines in the Docker Desktop docs
  • Ensure Docker is running before you use potctl

Install on Linux

Install the Debian package:

wget -qO- https://downloads.datasance.com/datasance.gpg | sudo tee /etc/apt/trusted.gpg.d/datasance.gpg >/dev/null
echo "deb [arch=all signed-by=/etc/apt/trusted.gpg.d/datasance.gpg] https://downloads.datasance.com/deb stable main" | sudo tee /etc/apt/sources.list.d/datasance.list >/dev/null
sudo apt update
sudo apt install potctl -y

Or install the RPM package:

cd /etc/yum.repos.d
curl https://downloads.datasance.com/datasance.repo -LO
sudo yum update
sudo yum install potctl

Verify installation

potctl version

You should see version v3.8.0 (or a matching v3.8.0-rc tag).

Group 3See anything wrong with the document? Help us improve it!