Vaultbase

Install the CLI.

One command installs the Vaultbase CLI and local agent skill files.

curl --proto '=https' --tlsv1.2 -fsSL https://get.vaultbase.n0thing.ai/install.sh | sh
No sudo by defaultSHA256 verifiedInstalls to ~/.local/binIncludes skill files

After install, run vb setup. Agents should ask for an invite URL first, or use email login if the human says their email already has access.

Inspect first
curl --proto '=https' --tlsv1.2 -fsSL https://get.vaultbase.n0thing.ai/install.sh -o install.sh
less install.sh
sh install.sh
Pinned version / custom directory
curl --proto '=https' --tlsv1.2 -fsSL https://get.vaultbase.n0thing.ai/install.sh | sh -s -- --version 0.1.0
curl --proto '=https' --tlsv1.2 -fsSL https://get.vaultbase.n0thing.ai/install.sh | sh -s -- --dir ~/.local/bin

Artifacts are served from Vaultbase release storage and verified before install.