https://github.com/jomifepe/raycast-bitwarden
Mirror repository of the Bitwarden Raycast extension
https://github.com/jomifepe/raycast-bitwarden
bitwarden macos password-manager passwords raycast secrets vault
Last synced: about 1 month ago
JSON representation
Mirror repository of the Bitwarden Raycast extension
- Host: GitHub
- URL: https://github.com/jomifepe/raycast-bitwarden
- Owner: jomifepe
- Created: 2023-10-23T22:58:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T12:11:20.000Z (about 1 year ago)
- Last Synced: 2025-12-19T18:47:09.501Z (6 months ago)
- Topics: bitwarden, macos, password-manager, passwords, raycast, secrets, vault
- Language: TypeScript
- Homepage: https://www.raycast.com/jomifepe/bitwarden
- Size: 17.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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
### Set your account's API secrets
> 1 - Get the secrets from your account [security settings](https://vault.bitwarden.com/#/settings/security/security-keys) (`View API Key` button). For more information check the official [documentation](https://bitwarden.com/help/personal-api-key/#get-your-personal-api-key)
>
> 
> 2 - Paste the secrets in the corresponding fields the **first time you use** the extension or in the **extension settings**.
>
>
> 
You're all set! 🎉
### Local installation
If you wish to use your own local Bitwarden CLI, you can do so by using the `Bitwarden CLI Path` field to the corresponding path (tip: `which bw`).
### 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 settings.
## Security
The extension relies on the Bitwarden CLI, so every security consideration that applies to the CLI applies to the extension as well. See 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.