A simple TOTP desktop app to store and retrieve time-based 2FA codes
- Add and delete TOTP accounts
- Retrieve codes TOTP codes
- Import and export accounts
- Password protection for stored accounts
Prebuilt binaries are available for Windows, MacOS and Linux. You can download the latest release from the releases page
- Install node dependencies
npm install
- Build the project
tauri build --release
- The platform-specific binary will be available in the
src-tauri/target/release/bundle
directory