Installation
Requirements
Operating Systems
| OS | Status |
|---|---|
| macOS | ✅ Supported |
| Linux | ✅ Supported |
| Windows | 🚧 Planned |
Dependencies
Bitwarden CLI (bw) is required. Install it first:
bash
# macOS
brew install bitwarden-cli
# Linux (Snap)
sudo snap install bw
# npm (cross-platform)
npm install -g @bitwarden/cliSee the official Bitwarden CLI docs for more options.
Install bwsf
macOS
bash
brew tap b4m-oss/tap && brew install bwsfLinux
TIP
Linux requires Homebrew on Linux to be installed first.
bash
brew tap b4m-oss/tap && brew install bwsfVerify Installation
bash
bwsf -v
# bwsf version x.x.xInitial Setup
After installation, run the setup command to configure your Bitwarden connection:
bash
bwsf setupYou'll be prompted to enter:
- Your Bitwarden server URL (leave blank for Bitwarden Cloud)
- Your Bitwarden email
- Your master password
Uninstall
bash
brew uninstall bwsfUpgrading
bash
brew upgrade bwsf