Proton Mail Finally Releases Desktop Apps With a Linux Beta Version

https://sh.itjust.works/post/16308770

Proton Mail Finally Releases Desktop Apps With a Linux Beta Version - sh.itjust.works

Aaaand it’s electron garbage.
Out of the loop, what’s wrong with electron?

There are other options like Tauri that do the same thing as electron, but instead of bundling chromium with the app, it relies on the OS provided web view. It’s also built with Rust, which tends to be faster.

As an example, Mac would use Safari, Windows would use Edge (chromium), and Linux would likely use WebKitGTK, which is what safari uses.

By using the default browser, developers save a ton of space—at the risk of compatibility issues, which are very very rare nowadays.

interesting!