AuthX is an all-in-one digital security application that combines a premium password manager with a TOTP-based two-factor authenticator in a single, minimalist experience.
Built with a privacy-first approach, AuthX ensures that all sensitive data remains fully local and encrypted at all times — no cloud, no tracking, no external dependencies.
- Unified Security: Password management and TOTP-based 2FA in a single app.
- Smart Autofill: Context-aware credential suggestions for apps and websites.
- Biometric Protection: Secure and instant access using fingerprint or face recognition.
- Local Encryption: Encrypted local database powered by SQLCipher.
- Privacy Guaranteed: Automatic blur overlay and screen capture protection.
- Offline-First: Fully functional without internet access.
Download the prebuilt APK from Uptodown: https://authx.uptodown.com/android
To build and run AuthX locally:
- Clone this repository.
- Open the project in Android Studio.
- Build the debug APK using Gradle:
./gradlew assembleDebug
- Install the generated APK on your Android device.
AuthX uses SQLCipher for database-level encryption and Android's secure APIs for biometric authentication. All sensitive operations are performed locally to reduce the attack surface and eliminate external data exposure.
This project is licensed under the MIT License. See the LICENSE file for details.

