Skip to content

This is my custom implementation of bitwarden vault search. Do not use, instead build your own so you can trust the code completely!

Notifications You must be signed in to change notification settings

Hugo-Persson/bitwarden-vault

Repository files navigation


Bitwarden Vault

Access your Bitwarden vault directly from Raycast

🔎   Search your vault   📋   Copy and paste any field   🔑   Generate passwords and TOTP codes   ⭐   Mark items as favorites


Setup

Before you're able to use this extension, you need to follow these steps:

Step 1 - Install the Bitwarden CLI

Option 1 - Using Homebrew
brew install bitwarden-cli
Option 2 - Downloading it from the official page

Step 2 - Set your API secrets in the extension preferences.

Get them from your account security settings. For more information check the official documentation.

You're all set! 🎉

Self-hosted Instance

This extension connects to Bitwarden-hosted servers by default, but can be configured to use a self-hosted Bitwarden instance instead. If the self-hosted Bitwarden server requires a self-signed TLS certificate, add the path to the extension preferences.

Security

The extension relies on the Bitwarden CLI, so every security consideration that applies to the CLI applies to the extension as well. See https://bitwarden.com/help/article/cli-security/ for more information.

Caching

Out of the box, the extension caches the visible and non-sensitive part of your vault to ensure faster access. Secrets like passwords, identity fields, credit card information, secret notes and others sensitive data are never saved. Even though the cache will never have any sensitive information, the data is also encrypted with a key derived from your master password.

If you wish to disable the caching feature, you can always do so in the extension preferences.

About

This is my custom implementation of bitwarden vault search. Do not use, instead build your own so you can trust the code completely!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published