Access your Dashlane vault directly from Raycast
🔎 Search your vault 📋 Copy and paste fields 🔑 Generate TOTP codes ⭐ Mark items as favorites
Before you're able to use this extension, you need to following these steps:
Follow the install steps from the official Dashlane CLI documentation.
brew install dashlane/tap/dashlane-cli
Follow the authentication steps from the official Dashlane CLI documentation.
If the extension is not working as expected check out the Settings and Troubleshooting sections.
Retrieve the path to the Dashlane CLI by running the following command in your terminal:
which dcli
Set the path to the Dashlane CLI in the extension preferences of Raycast. Open Raycast preferences, navigate to the Dashlane Vault extension, and specify the path to the Dashlane CLI. You can also use the following shortcut to jump directyl to the extenions settings: ⌥ + ⌘ + ,
The Dashlane CLI supports an option save-master-password
to request the user's master password. If set to false, every time someone wants to access your vault, the master password needs to be inserted. If you are using this, you can set you master password in the preferences of this extension, which are stored in an encrypted database.
dcli configure save-master-password false
The Dashlane CLI supports an option user-presence
to use biometrics to access your vault. If set to biometric
, every time someone wants to access your vault, you will be ask to unlock your vault with your biometrics. If you are using this, you must enable the checkbox in the preferenecs of this extension. Otherwise the extension is not working as expected.
To troubleshoot issues with syncing your vault or if passwords and notes are not appearing, please follow these steps:
dcli --version
dcli accounts whoami
which dcli
Currently there is a version (v6.2415.0) of the Dashlane CLI with a bug, that can only be fixed by upgrading the CLI.
The extension relies on the Dashlane CLI, so every security consideration that applies to the CLI applies to the extension as well. See https://dashlane.github.io/dashlane-cli for more information.
Out of the box, the extension caches the non-sensitive part of your vault to ensure faster access. Secrets like passwords, identity fields secret notes and others sensitive data are never saved.