Extension Icon

Bitwarden Vault

Access a Bitwarden account. Requires installing the Bitwarden CLI.
AvatarJosé Pereira
21,426 Installs
OverviewCommandsVersion History

Versions56

New Commands - April 10, 2024

  • Added 3 Send commands (Search, Create and Receive) with delete, edit and remove password actions

Fixes and Improvements - March 28, 2024

  • Fixed lock screen bypassing by increasing timeout
  • Lock and Logout commands now still succeed even if the CLI call fails
  • Improved safety and consistency of the lock screen

Fix - March 25, 2024

  • Prevent crash when CLI is not installed and display troubleshooting screen instead

Fix - March 12, 2024

  • Use downloaded CLI on arm64 devices that have it working

Improvement - March 12, 2024

  • Improve CLI not found error message

Fix - March 11, 2024

  • Temporarily disable CLI download for arm64 devices until bitwarden releases arm binaries

Improvements - March 2, 2024

  • Decreased time to get passwords for large vaults by not waiting for all items to be loaded

Fixes and Improvements - February 27, 2024

  • Added images to README
  • Bumped the downloaded CLI version from 2023.10.0 to 2024.2.0
  • Added new action to copy the errors captured during the command execution
  • Attempt to fix reported crashes with the new download CLI mechanism

Improvements - February 25, 2024

  • Download the official CLI binary upon launch if necessary, rather than relying on the user to install it
  • Improved troubleshooting screen content
  • Added a bug report data collection action

New Timeout Option - February 24, 2024

  • Added a new experimental option to lock the vault "On system lock"

Fix - February 23, 2024

  • Fixes timeout lock being removed due to lock command updating last activity time

New Command and Fix - January 6, 2024

  • Adds Create Folder command
  • Fixes issue with Loading Fallback

Error handling - November 30, 2023

  • Improved error handling
  • Fix "not logged in" error when locking the vault

Fix - September 8, 2023

  • Fixed irregular identity table

Fix - August 29, 2023

  • Fixed crash in Logout command

Improvements - August 15, 2023

  • Adds ability to paste TOTP code into active application

Fix - August 1, 2023

  • Removed visible line break in card, identity and note details

Improvements - July 6, 2023

  • Display favorites at the top of the list on a separate section
  • Added ability to mark/remove items as favorites and reorder them in the list (with keybindings)
  • Display reprompt required icon on the list

Update - June 12, 2023

  • Fixed a bug that prevented the user from searching by username/email
  • Updated the raycast packages and resolved a small type checking TODO

New Preference - June 3, 2023

  • Added preference to change the window behaviour when copying values

New Command - May 31, 2023

  • Added Logout command

Search Vault Command Improvements - May 22, 2023

  • Added a Folder Dropdown to filter the list by folder
  • Each item now displays an icon that represents its type
  • Allow to search by item type (e.g. login)
  • Display a different image depending on the card brand

Fix - May 19, 2023

  • Avoid displaying timeout info label on Unlock Form when the preference is Never
  • Fix crashing when getting the name of the frontmost application

Improvements to Actions - May 18, 2023

  • Add "Show Identity" action for identity vault items
  • Change "Show Card" action details view to a table format
  • Add actions with shortcuts to copy Card and Identity fields in the details view
  • General action improvements: Better order, labels, icons and section titles

New Command - May 18, 2023

  • Add Lock Vault command

Fix - May 16, 2023

  • Fixed Generate Password (Quick) command not copying password before pasting

Improvement - May 12, 2023

  • Add different icons for each command

Fix - May 8, 2023

  • Hopefully fixed a bug that caused the extension to keep logging out right after logging in.

Improvement - May 4, 2023

  • Use session token on every bitwarden cli command

Performance Improvement - April 3, 2023

  • Implemented caching of vault items (only safe values) to speed up the Search Vault command loading time.

Improvement - April 3, 2023

  • Display better login/unlock error messages
  • Allow to copy the last login/unlock error to debug issues

Fix - March 29, 2023

  • Fix copy TOTP action

Vault Timeout and Reprompting - March 25, 2023

  • Added a Vault Timeout options that locks your vault after a certain time of inactivity
  • Added password reprompt for Notes, Cards and Identity details

Copy Enhancement - March 16, 2023

  • Change copy actions to use the transient flag
  • Added options to choose, per command, if values should be copied as transient

Updates - March 13, 2023

  • Added a "Generate Password (Quick)" command that allows to quickly generate a password and copy and/or paste it right away.
  • Added "Show Card Details" action for vault items.
  • Added a new action to the vault items that allows you to open the main URI in the browser.

Codebase Refactor - March 3, 2023

  • Cleanup and reorganization of the whole codebase

Enhancements - January 17, 2023

  • Added master password re-prompt feature.
  • Cleans up the clipboard password copy code
  • Added re-prompt feature and a setting for temporarily disabling re-prompt dialogs for a specified period of time after entering the master password.

Copy Enhancement - November 2, 2022

  • Copy passwords in a way that asks clipboard managers to not save it

UI Enhancement - September 21, 2022

  • Add so it's possible to see folder of items

Fixes - July 1, 2022

  • Fixes an existing bug that prevented users from writing on the password generator inputs, getting stuck while writing.
  • Added new validation

Self-hosted Server - April 23, 2022

  • Added the option to use a self-hosted Bitwarden server
  • Support self-signed certificates for self-hosted server

Isolate Extension - April 18, 2022

  • Stop the Bitwarden extension from interfering with the Bitwarden CLI

Quick Copy - April 8, 2022

  • Allow copying item properties without using a dropdown

Logout - April 6, 2022

  • Added Logout action
  • Vault Status shown while unlocking vault

Login Fix - April 1, 2022

  • Fix vault constantly locking
  • Remove detailed view
  • Convert Lock Vault to an action of the Search Vault command

Search Enhancement - March 28, 2022

  • Improvements to search:
  • Card brand and last 4 digits
  • Username
  • Website domain

Copy Username - March 24, 2022

  • Add Copy Username action with shortcut

Password Generation - March 14, 2022

  • Add Generate Password command

Fetch Remote Icons - February 25, 2022

  • Changed to use Bitwarden hosted service

Paste Password - February 7, 2022

  • Add Paste Password action

Password Field - January 31, 2022

  • Hide password while unlocking vault

Bug Fixes - January 5, 2022

  • Use Raycast Node runtime

Add TOTP - December 22, 2021

  • Copy TOTP for a login item

Trim Client ID and Secret - November 4, 2021

  • Trim spaces from API credentials

Lock Vault - November 2, 2021

  • Add Lock Vault command
  • Show favorites at the top
  • Automatically find Bitwarden CLI in multiple brew directories (support Apple Silicon)

Added Bitwarden - October 25, 2021

Initial version code