Icon

Bitwarden CLI

The Bitwarden CLI is a powerful, full-featured command-line interface tool to access and manage a Bitwarden vault. Written with TypeScript and Node.js, it runs on Windows, macOS, and Linux.[2]
Latest: 2026.2.0
Last checked: Mar 16, 2026 8:58am
Rank: 1440/15140
Monitored via:
Winget Request more monitors
Follow to track new versions in your feed.
Report

Overview

0
Silent: YesWinget: Available
Silent install
choco install bitwarden-cli

Version & Lifecycle

0
Current: 2026.2.0 N-2: 2025.12.1 Avg cadence: Every 27 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment tip • May 19, 2026
0

Bitwarden CLI automation, server, and session controls

For managed Bitwarden CLI use, configure the target service before login when needed: bw config server https://vault.example.com points the CLI at a self-hosted Bitwarden server instead of the public cloud service.

For non-interactive automation, Bitwarden documents API-key login with environment variables: set BW_CLIENTID and BW_CLIENTSECRET, then run bw login --apikey. Unlocking the vault returns an exportable BW_SESSION value; pass that session value to later commands rather than prompting inside scheduled tasks or deployment scripts.

On shared, portable, or non-persistent runners, set BITWARDENCLI_APPDATA_DIR so CLI configuration and cached state live in a predictable directory. If exposing the local REST bridge, use bw serve only in a controlled context and bind the hostname/port intentionally. Source: Bitwarden CLI documentation.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

CLIBitwarden CLI

Packaging Notes

0

Available via Chocolatey, Homebrew, Snap, and npm (npm install -g @bitwarden/cli). Native executables available in documentation downloads.[2]

Notes

0

Self-documented with --help. Detailed docs at https://bitwarden.com/help/cli/. Requires Node.js v16.13.1+ for building from source.[1][2]