electron app for proton mail.
proton requires a subscription for a desktop client, which is completely ridiculous since it’s basically just an electron app that loads proton.me.
i made this for free so i can read my emails without having to open a web browser.
fedora linux 42 workstation edition
download the latest release from:
https://github.com/GavinCoded/Proton-Mail-Electron/releases
once downloaded:
- extract the folder
- move it somewhere permanent (like your home directory):
example:~/proton-mail - open a terminal inside the extracted folder
- run:
chmod +x install.sh
./install.shthis will:
- create a desktop launcher so you can find proton mail in your app menu
- create a terminal shortcut so you can run
proton-mailfrom anywhere
to remove everything:
./uninstall.shthis will:
- remove the app menu launcher
- remove the terminal launch symlink
- clone the repo
git clone https://github.com/GavinCoded/Proton-Mail-Electron.git
cd Proton-Mail-Electron- install dependencies
npm install- run the app
npm startfeel free to fork, modify, or improve. this is just a minimal electron app around proton mail.