Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 2.51 KB

README.md

File metadata and controls

57 lines (41 loc) · 2.51 KB

Tau

Release Release License Issues

Tau is an authenticator application that generates time-based one-time passcodes (TOTP), available for Windows, Linux, and macOS.

Features

  • Cross-Platform: Available for Windows, Linux, and macOS.
  • QR Code Scan: Add accounts by scanning QR codes.
  • Manual Add: Enter account details manually.
  • Friendly UI: Easy-to-use interface.
  • Export and Import: Manage your accounts by exporting and importing data.
  • Open Source: Free to use and contribute to.

Usage

  1. Launch Tau from your applications menu.
  2. Add a new account by scanning the QR code or entering the key manually.
  3. Use Tau to generate time-based one-time passwords (TOTP) for your accounts.
  4. Double click to copy code.
  5. Past or entry you code in the required platform

Screenshots

Installation

  • Windows: Download the installer.exe or .msi from releases and run it.
    If you encounter a Windows SmartScreen warning, it’s because I haven't purchased a Microsoft code-signing certificate yet. The app is safe to use, as the source code is available for review, and you can also scan it with VirusTotal.

    To install:

    1. Click "More info."
    2. Click "Run anyway."

    Here's an example of the SmartScreen prompt:

  • Linux: Download the .AppImage or .deb file from releases and install it.

  • macOS: Download the .dmg file from releases, then drag Tau to your Applications folder.

TODO

  • Optimize code further
  • Add backup option
  • Implement delete function
  • Add password protection
  • Support otpauth:// URL scheme for the app
  • Add loading card
  • Implement a splash screen