Privasys
Privasys CLI

Install

Install the privasys CLI with the install script, Homebrew, Scoop, or OS packages, and verify the install.

The canonical install is a script you can read before you run it:

curl -fsSL https://raw.githubusercontent.com/Privasys/cli/main/install.sh | sh

Other channels:

# Homebrew (macOS / Linux)
brew install Privasys/tap/privasys

# Scoop (Windows)
scoop bucket add privasys https://github.com/Privasys/scoop-bucket
scoop install privasys

Debian and RPM packages (.deb / .rpm) and raw archives for every OS and architecture are attached to each GitHub release.

go install is not supported. The CLI performs client-side RA-TLS, which links the RA-TLS client library and is built with the Privasys Go fork. Use the released binaries or one of the package managers above.

Verify

privasys version

If you install into a shell whose applications are already running (an editor, an agent, a terminal multiplexer), restart them so they pick up the updated PATH. A running app keeps the PATH it started with.

Next steps

  1. Sign in: privasys auth login.
  2. Deploy an app or create a vault.
  3. Working with an AI agent? Wire it up: privasys agents init.
Edit on GitHub

On this page