Skip to content

OTPeer Authenticator desktop-v0.1.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 21:18

OTPeer Authenticator (desktop)

Installers for macOS, Windows, and Linux.

macOS

  • Download the .dmg for your chip (arm64 = Apple Silicon, x64 = Intel).

  • Unsigned Phase 1: macOS may say the app is “damaged” after a browser download.
    That is Gatekeeper quarantine, not a bad file. Fix once:

    xattr -cr "/Applications/OTPeer Authenticator.app"
    open "/Applications/OTPeer Authenticator.app"

    Apple’s “unidentified developer” / clean open needs a Developer ID + notarization
    (Apple Developer Program, ~$99/year) — not enabled in this release yet.

Windows

  • Run the NSIS .exe installer.
  • SmartScreen may warn until the binary builds reputation; choose More info → Run anyway.

Linux

  • AppImage: make executable and run, or
  • .deb: sudo dpkg -i the downloaded package.

Auto-update checks this GitHub Releases feed when enabled in Settings.

What's Changed

  • Update project structure and add website deployment workflow by @sthnaqvi in #20
  • Update authenticator-clui version to 1.5.3 and enhance website links by @sthnaqvi in #21
  • Implement macOS unsigned build dialog and enhance download flow by @sthnaqvi in #22
  • Refactor QR code scanning to improve performance and accuracy by @sthnaqvi in #23

Full Changelog: desktop-v0.1.0...desktop-v0.1.1