Vaultbase
Install the CLI.
One command installs the Vaultbase CLI and local agent skill files.
No sudo by defaultSHA256 verifiedSymlinks into ~/.local/binIncludes skill files
After install, run vb setup <invite-url>. Agents should ask for an invite URL first, or ask for the hosted Worker URL and run vb --url <worker-url> setup --login if the human says their email already has access. Then use vb help recipient|pusher|owner.
Inspect first
curl --proto '=https' --tlsv1.2 -fsSL https://get.vaultbase.n0thing.ai/install.sh -o install.sh
less install.sh
sh install.shPinned 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/binArtifacts are served from Vaultbase release storage and verified before install.