| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A native macOS menu bar app for TOTP two-factor authentication. Import your accounts from Google Authenticator, 1Password, or paste otpauth:// URIs directly.
Download the latest .zip from Releases, unzip, and move OpenAuthenticator.app to /Applications.
Since this is signed with a development certificate (not notarized), you may need to right-click → Open on first launch, or allow it in System Settings → Privacy & Security.
Requires Xcode 15+ and XcodeGen.
brew install xcodegen
git clone https://github.com/xatuke/openauthenticator.git
cd openauthenticator
xcodegen generateBuild and sign (requires an Apple Development certificate — a free Apple ID works):
xcodebuild -project OpenAuthenticator.xcodeproj \
-scheme OpenAuthenticator \
-configuration Release \
-destination 'platform=macOS' \
-allowProvisioningUpdates \
buildOr use the included script:
./build.sh # Debug build
./build.sh Release # Release buildThe app bundle is output to Xcode's DerivedData. The build script prints the path.
A shield icon appears in your menu bar. Click it to authenticate and view your codes.
Click the link icon in the header and paste an otpauth://totp/... URI directly.
MIT
| Back | FazBrowse Home | New Git URL |