Install the CLI
curl -fsSL https://blobyard.dev/install.sh | shThe installer selects the matching release archive and verifies its published SHA-256 checksum before placing the standalone Rust binary in your local bin directory.
blobyard --versionApprove the device
blobyard login --name "Development machine"
blobyard whoamiLogin opens the Blob Yard activation page. The CLI stores a rotating refresh token in the operating-system credential manager where available. It never stores storage credentials.
Manage session boundaries
blobyard logoutBrowser sessions use secure first-party cookies. CLI sessions use separate short-lived access tokens and rotating refresh tokens. Revoking a CLI session does not sign the browser out.