
A comprehensive Raycast extension that provides seamless access to your Keeper Security vault directly to your macOS desktop. Manage records, generate secure credentials, and access your vault records without leaving your workflow.
You can install the Keeper Security extension directly from the Raycast website:
Or, open Raycast Settings > Extensions > Click "+" button > Install from Store and search for "Keeper Security".
Follow the Keeper Commander Installation Guide to download and install the binary for your operating system. For macOS, you have 2 options:
keeper shelllogin youremail@company.com and you'll be asked to enter your Keeper credentials.this-device register
this-device persistent-login on
this-device timeout 43200
There are several other authentication methods, including biometric login. See the Logging In documentation for more info.
In order to preserve zero knowledge and provide all of the full Raycast integration capabilities, you need to run the Keeper Commander service on your local machine, or any server that can be accessed over an HTTPS connection. To keep things simple, a quick command for Keeper Commander that is compatible with the Raycast integration looks like this:
service-create -p 9007 -q n -c "generate,get,list,this-device,sync-down,share,totp,server"
This will produce some output like below:
Generated API key: XXXXXXXXXXXXXX
...
Commander Service starting on http://localhost:9007/api/v1/
...
...
After you type this, you'll need to save two pieces of information:
http://localhost:9007abcdefghi123456==ⓘ Keep the Commander CLI running in order to stay connected
Open Raycast using your configured hotkey.
Search for "Keeper Security" and run any keeper security command from the extension.
If you're not authenticated, the extension will prompt you to enter the API URL and API Key.
Note: remove /api/v1 from the API URL, so it looks like below.

Setup is now complete.
Open Raycast using your configured hotkey to run below commands:
My Vault CommandPurpose: View and interact with all your vault records.
Available Actions:
Generate Password CommandGenerate Password (Quick) CommandGenerate Passphrase CommandCommander Service Mode needs to be running in order for the Raycast extension to communicate with Keeper. If the Terminal app closes, you can easily start Commander Service Mode using this one-line command from your terminal:
keeper service-start
Assuming that you followed the above Quick Setup instructions, this should immediately login to Keeper and start up the service inside your Terminal app.
This document has covered the basic use cases to integrate Keeper Commander with Raycast. Many more advanced options exist. To learn more, see the below helpful documents:
For support, bugs or feature requests, please email commander@keepersecurity.com.