Edit: Added a minimize tray version where the application will be minimized to tray instead of exiting the application.
Protonmail "developed" their own paid desktop application using electron, which took me 5 minutes to create with electron but it was detected by protonmail and I couldn't bypass the paywall.
So I created another desktop protonmail application using Tauri.
An open-source, unofficial desktop application for ProtonMail built using Tauri.
This project is a lightweight, Windows desktop application that wraps the ProtonMail web interface. It provides a native-like experience for ProtonMail users on desktop operating systems.
- Native desktop application experience for ProtonMail
- Lightweight and fast, powered by Tauri
- Supports notifications
- Portable and install versions available
- Go to the Releases page.
- Download the application and install it or alternatively download the portable version and launch it right away.
To build the application from source, follow these steps:
-
Clone the repository:
git clone https://github.com/Some1private/ProtonmailDesktopFree.git cd protonmail-desktop
-
Install dependencies:
npm install
-
Run the development version:
npm run tauri dev
-
Build the production version:
npm run tauri build
The built application will be in the
src-tauri/target/release
directory.
Contributions are welcome! Please feel free to submit a Pull Request.
This is an unofficial, open-source project and is not affiliated with Proton Technologies AG.
This project is open source and available under the MIT License.
For support, please open an issue on the GitHub repository.