Skip to content

aesthetic0001/totp

Repository files navigation

simple totp

A simple TOTP desktop app to store and retrieve time-based 2FA codes

img.png

Features

  • Add and delete TOTP accounts
  • Retrieve codes TOTP codes
  • Import and export accounts
  • Password protection for stored accounts

Installation

Prebuilt binaries are available for Windows, MacOS and Linux. You can download the latest release from the releases page

Manual Build

Prerequisites:

Building:

  1. Install node dependencies
npm install
  1. Build the project
tauri build --release
  1. The platform-specific binary will be available in the src-tauri/target/release/bundle directory