Skip to content

ShadowSandbox/proton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Proton Authenticator - Automated Builds

Automated builds of Proton Authenticator for macOS (Tauri desktop app) and Android (from android-pass).

How it works

  • macOS: Clones ProtonMail/WebClients, builds the Tauri-based Authenticator desktop app → produces .dmg and .app
  • Android: Clones protonpass/android-pass, builds debug APK (includes authenticator/TOTP functionality)

Triggering builds

  • Manual: Go to Actions → select workflow → "Run workflow"
  • Scheduled: Runs weekly on Monday 00:00 UTC (checks for new commits)
  • On push: Any push to main triggers both builds

Artifacts

Built artifacts are uploaded as GitHub Actions artifacts (retained 30 days) and optionally as GitHub Releases when tagged.

Important notes

  • These are unsigned debug builds for personal use only
  • Android APK is a debug build — enable "Install from unknown sources" on your device
  • macOS app is unsigned — right-click → Open to bypass Gatekeeper on first launch
  • No telemetry or auto-update (updater endpoints won't work without Proton's signing keys)

Customization

Edit workflow files in .github/workflows/ to:

  • Pin to specific git tags/commits
  • Change build flavors
  • Adjust scheduling

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors