.github | ||
.vscode | ||
android | ||
architecture | ||
assets | ||
coverage | ||
fonts | ||
ios | ||
lib | ||
linux | ||
macos | ||
screenshots | ||
test | ||
web | ||
windows | ||
.gitignore | ||
.gitmodules | ||
.metadata | ||
analysis_options.yaml | ||
coverage_badge.svg | ||
l10n.yaml | ||
LICENSE | ||
pubspec.lock | ||
pubspec.yaml | ||
README.md | ||
SECURITY.md |
🔥 Warning 🔥
This branch contains untested code that can potentially corrupt your data.
You should not run this against your main acccount.
If you are interested in the official release of our desktop app, please ⭐ this repo.
ente Authenticator
ente's Authenticator app helps you generate and store 2 step verification (2FA) tokens on your mobile devices.
✨ Features
Secure Backups
ente provides end-to-end encrypted cloud backups so that you don't have to worry about losing your tokens. We use the same protocols ente Photos uses to encrypt and preserve your data.
Multi Device Synchronization
ente will automatically sync the 2FA tokens you add to your account, across all your devices. Every new device you sign into will have access to these tokens.
Offline Mode
ente generates 2FA tokens offline, so your network connectivity will not get in the way of your workflow.
Import and Export Tokens
You can add tokens to ente by one of the following methods:
- Scanning a QR code
- Manually entering (copy-pasting) a 2FA secret
- Bulk importing from a file that contains a list of codes in the following format:
otpauth://totp/ACCOUNT?secret=SUPERSECRET&issuer=SERVICE
The codes maybe separated by new lines or commas.
You can also export the codes you have added to ente, to an unencrypted text file, that adheres to the above format.
📲 Download
Android
This repository's GitHub releases contains APKs, built straight from source. These builds keep themselves updated, without relying on third party stores.
You can alternatively install the build from PlayStore.

iOS

Desktop
Support for desktop platforms (Linux, Mac and Windows) is a work in progress.
Please ⭐ this repo to be notified of updates.
🔩 Architecture
The architecture that powers end-to-end encrypted storage and sync of your tokens has been documented here.
🧑💻 Building from source
- Install Flutter
- Clone this repository with
git clone git@github.com:ente-io/auth.git
- Pull in all submodules with
git submodule update --init --recursive
Android
flutter build apk --release --flavor independent
iOS
flutter build ios
Linux
flutter build linux
MacOS
fluter build macos
Windows
flutter build windows
🙋♂️ Support
If you need help, please reach out to support@ente.io, and a human will get in touch with you.
On the other hand, if you wish to support us, please star this project.