Skip to main content

Homebrew

You can install sitectl using Homebrew:
brew tap libops/homebrew https://github.com/libops/homebrew
brew install libops/homebrew/sitectl

Linux Packages

Releases publish native Linux packages through the libops package repository.
curl -fsSL https://packages.libops.io/sitectl/sitectl-archive-keyring.asc | sudo gpg --dearmor -o /usr/share/keyrings/sitectl-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/sitectl-archive-keyring.gpg] https://packages.libops.io/sitectl ./" | sudo tee /etc/apt/sources.list.d/sitectl.list >/dev/null
sudo apt update
sudo apt install sitectl

Binary Install

You can install sitectl by either downloading or building the sitectl binary
You can download a binary for your system from the latest release of sitectl.
Requires go and make
git clone https://github.com/libops/sitectl
cd sitectl
make build
./sitectl --help
Once sitectl is on your system the you can put the binary in a directory that is in your $PATH.