Aux Proton Bridge v0.1.0
Aux Proton Bridge v0.1.0
Engineering MVP / private beta foundation for an unofficial Linux desktop bridge over Proton Drive.
What works
- GUI wrapper over Proton's official
proton-driveCLI - Proton browser login/logout via the CLI
/my-fileslisting- Download selected files/folders
- Download all visible
/my-filesentries - Upload local files/folders
- Choose/open local destination folder
- Activity log
- Serialized Proton CLI queue to reduce SQLite cache-lock conflicts
- Conservative transfer defaults: merge folders, skip existing files
Security model
- The app does not ask for or store Proton passwords.
- Proton authentication remains in the official CLI's OS secret store.
- Renderer
nodeIntegrationis disabled. - Context isolation is enabled.
- CLI commands are executed as argv arrays, not shell strings.
Verified locally
npm run checkpassednpm audit --jsonreported 0 vulnerabilitiesnpm run smoke:sourcepassednpm run smoke:appimagepassedcd dist && sha256sum -c SHA256SUMS.txtpassed
Limitations
- Not yet a true bidirectional sync daemon.
- Deletes are not automated.
- Conflict behavior is intentionally conservative.
- Packages are unsigned.
- Tested on Fedora 44 x64 build host; wider distro qualification remains pending.
Not affiliated with, endorsed by, or sponsored by Proton AG.