Installation
Install vsb-cli using pre-built binaries, Go install, or by building from source.
Binary Download
Section titled “Binary Download”Download the latest release for your platform from the releases page.
# amd64tar -xzf vsb_*_linux_amd64.tar.gzsudo mv vsb /usr/local/bin/
# arm64tar -xzf vsb_*_linux_arm64.tar.gzsudo mv vsb /usr/local/bin/# Apple Silicontar -xzf vsb_*_darwin_arm64.tar.gzsudo mv vsb /usr/local/bin/
# Inteltar -xzf vsb_*_darwin_amd64.tar.gzsudo mv vsb /usr/local/bin/Windows
Section titled “Windows”Extract vsb_*_windows_amd64.zip and add to your PATH.
Go Install
Section titled “Go Install”If you have Go 1.24+ installed:
go install github.com/vaultsandbox/vsb-cli/cmd/vsb@latestBuild from Source
Section titled “Build from Source”Clone and build the repository:
git clone https://github.com/vaultsandbox/vsb-cli.gitcd vsb-cligo build -o vsb ./cmd/vsbsudo mv vsb /usr/local/bin/Verify Installation
Section titled “Verify Installation”Confirm the CLI is installed correctly:
vsb --versionNext Steps
Section titled “Next Steps”- Configuration - Set up your API key and gateway URL
- TUI Dashboard - Start monitoring emails