Easily integrate your Ente Auth with Raycast using this simple extension to query your Ente Auth TOTP accounts.
The workflow uses Ente CLI to export your secrets from Ente Auth and then stashes them securely into Raycast's encrypted database.
The Ente Auth CLI is required.
You can install the Ente CLI using Homebrew for a simpler and more automated setup. Run the following command in your terminal:
brew install ente-cli
Once installed, verify the installation:
ente version
To use the Ente Auth extension, you'll need the Ente CLI. Follow the steps below to install it:
Visit the Ente CLI releases page.
Download the latest version for macOS.
Move the binary to /usr/local/bin
and make it executable with the following commands:
sudo mv /path/to/ente /usr/local/bin/ente
sudo chmod +x /usr/local/bin/ente
Once installed, verify that it's working by running the following command in your terminal:
ente version
ente account add
to authenticate yourself with Ente CLI.auth
.To ensure the extension can import your accounts from Ente Auth, you'll need to define the "Ente CLI Export Location" when you add this extension to Raycast. This path should be the same one you configured when adding your Ente account. To show the Ente CLI's configured export path, run
ente account list
and refer to theExportDir
value.
Launch Raycast
Import Your Data
Import Secrets
in Raycast.Search for an Ente Auth TOTP account
Get TOTP
.Enter
is pressed (e.g. Paste or Copy).ente_auth.txt
in the CLI’s configured export directory (exportDir
).ente_auth.txt
file from the same directory.To import secrets manually:
From your terminal, run:
ente export
Then in Raycast, run Import Secrets.
Alternatively, you can perform both steps using the UI, as long as the ente_auth.txt
file is placed in the configured export directory.
# Example of configured export path from `ente account list`
❯ ente account list
Configured accounts: 1
====================================
Email: ente@domain.com
ID: 1111111111111111
App: auth
ExportDir: /foo/bar/ente
Note: In the extension preferences, Ente CLI Export Location refers to the exportDir
value shown above.
This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Ente. The official Ente website can be found at https://ente.io. "Ente" as well as related names, marks, emblems and images are registered trademarks of their respective owners.