We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Pius is a single Go binary with no runtime dependencies. You can install it with go install or build from source.
go install
The fastest way to install Pius:
go install github.com/praetorian-inc/pius/cmd/pius@latest
This downloads, compiles, and places the pius binary in your $GOPATH/bin directory.
pius
$GOPATH/bin
To build from the repository:
git clone https://github.com/praetorian-inc/pius.git cd pius go build -o pius ./cmd/pius
After installing, confirm Pius is available:
pius list
This prints all registered plugins and confirms the binary is working.
Pius Wiki