Developer: FloatFlower.Huang [email protected]
This is a desktop version of ProtonMail application, but actually the only thing I did was wrapping the web application by Electron.js
and add some desktop application features, like minimize application to tray
and only always-singleton window
.
I never collect personal data or anything else, and I am one of ProtonMail users, the purpose that I made this application is because I like desktop application more than web application, so just feel free and use it:)
You can download pre-built version here: Releases
If you want to build this application by yourself, you can follow the instructions below, it's pretty simple. Don't forget to install node.js with version > 14.17.0
~$ npm install
# Built windows version
~$ npm run dist:windows
Please raise an issue if you encounter any bugs, or mail me if you have any advices on this project.