this post was submitted on 13 Mar 2022
35 points (97.3% liked)
Open Source
823 readers
6 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Electron apps is essentially running web apps wrapped as a desktop version. Most of them run like garbage and are always inferior to one made specifically for desktops. The only one I've used that runs sensibly is Discord.
As for why people use it, it's convenient for developers as most of them are familiar with web development and can essentially copy-paste their web application without having to change much.
worse even: it includes different copies of chromium in each app
Yeah, and since the devs obviously are either too inept to change this or don't care, they probably never will – this "idea about a runtime mode" issue is open since 2014.
2014 was the same year Microsoft ended support for Windows XP.
So, I assume there’s not an Electron alternative that is able to port internet desktop applications without any privacy or resource issues?
There isn't an alternative, Electron actually does its job well for what it is. It's basically a slimmed down browser that's customizable and runs on all systems, it's just that it takes a ton of effort to optimize it, and for some reason most people using it aren't very experienced.
There is Tauri which is very similar but claims to have a lower resource usage and be more secure.