mobile/apps/auth/README.md
Ente's 2FA app. An end-to-end encrypted, cross platform and free app for storing your 2FA codes with cloud backups. Works offline. You can even use it without signing up for an account if you don't want the cloud backups or multi-device sync.
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 or F-Droid.
<a href="https://play.google.com/store/apps/details?id=io.ente.auth"> </a> <a href="https://f-droid.org/packages/io.ente.auth/"> </a>You can download a native desktop app from this repository's GitHub releases. The desktop app works on Windows, Linux and macOS.
You can view your 2FA codes at auth.ente.io. For adding or managing your secrets, please use our mobile or desktop app.
Pull in all submodules with git submodule update --init --recursive
Install dependencies using one of these methods:
dart pub global activate melos, then from any folder inside mobile/, run melos bootstrap. This will install dependencies.flutter pub get in packages/strings and this folderFor Android, setup your
keystore
and run flutter build apk --release --flavor independent
For iOS, run flutter build ios
For Android, use
flutter run -t lib/main.dart --flavor independent
For iOS, use flutter run
VSCode users might find it useful to copy docs/vscode into a top
level .vscode.
If the code you're working needs to modify user facing strings, see docs/localization.
The architecture that powers end-to-end encrypted storage and sync of your tokens has been documented here.
If you're interested in helping out with translation, please visit our Crowdin project to get started. Thank you for your support.
If your language is not listed for translation, please create a GitHub issue to have it added.
Ente Auth supports the icon pack provided by simple-icons. If you wish to add more, see docs/adding-icons.
The best way to support this project is by checking out Ente Photos or spreading the word.
For more ways to contribute, see ../../../CONTRIBUTING.md.
To verify these fingerprints, use the following command:
apksigner verify --print-certs <path_to_apk>
To know more about Ente and the ways to get in touch or seek help, see our main README or visit ente.io.