THIS APP IS UNDER ACTIVE DEVELOPMENT AND IS NOT READY FOR USE.
Cross-platform TOTP client.
- make
- go >= 1.16
- makensis (for building windows)
- create-dmg (for building macos)
- install dependencies
brew install go nsis create-dmg
- build
make
-
Install Git Bash
-
Install other dependencies (recommended via scoop)
scoop bucket add nsis https://github.com/NSIS-Dev/scoop-nsis # add bucket scoop install go nsis/nsis
-
build (via Git Bash)
make windows # crossbuilding for macOS is not supported
The mobile app is made using react-native currently with expo as there is not any need for native modules.
- node
- yarn
Because this app scans QR codes, development on a physical device is prefered, this can be done using the Expo Go app.
yarn # Get Dependencies
yarn ios # Run in simulator