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 | shOther channels:
# Homebrew (macOS / Linux)
brew install Privasys/tap/privasys
# Scoop (Windows)
scoop bucket add privasys https://github.com/Privasys/scoop-bucket
scoop install privasysDebian 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 versionIf 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
- Sign in:
privasys auth login. - Deploy an app or create a vault.
- Working with an AI agent? Wire it up:
privasys agents init.
Overview
The privasys command-line interface. Sign in with your wallet, deploy WASM or container apps, manage keys in the vault, and verify hardware attestation from your terminal, your CI pipeline, or an AI agent.
Authentication
Wallet sign-in, passkeys, the agent-brokered device flow, and service accounts. The CLI never holds your signing key.