A simple and clean Time-based One-Time Password (TOTP) authenticator browser extension.
- Add and manage TOTP accounts.
- Generates TOTP codes.
- Copy codes to clipboard.
- QR code scanning from image files or directly from the current webpage.
- Edit account names.
- Sort TOTP accounts by current domain.
- Suport Google Authenticator migration.
- Built with Vue 3, Vite, and Tailwind CSS.
- Uses
otpauthfor TOTP generation. - Uses
jsQRfor QR code scanning.
# Install dependencies
pnpm install
# Run the development server
pnpm run dev
# Build the extension
pnpm run build