Install
macOS: Homebrew
Upgrades:
Linux
The script detects your distro and installs the appropriate package:
| Distro | Package | Manager |
|---|---|---|
| Debian / Ubuntu | .deb |
dpkg |
| RHEL / Fedora / CentOS | .rpm |
dnf / rpm |
| Everything else | tar.gz |
extracts to /usr/local/bin |
WSL (Windows Subsystem for Linux)
Same as Linux. Install wslu first so browser auth works:
sudo apt install wslu
curl -fsSL https://raw.githubusercontent.com/smichalabs/britivectl/main/scripts/install.sh | bash
Note
bctl login opens the browser via wslview (from wslu). Without it, you'll need to copy the URL manually.