this post was submitted on 11 Apr 2026
97 points (98.0% liked)
Linux
13249 readers
314 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What you discovered is that today's mediocre developers implement everything in web browsers, or web brower-like frameworks like Electron, and set them up to masquerade as normal applications, but with 100x the disk, RAM and CPU footprint.
Only if you use electron. There are lots of light(er) weight alternatives.
Any browser or html/css-based rendering is still 100x more computationally expensive and RAM-bloated than a native approach.
This is true. Perhaps native cross platform UI development should be as easy as web based desktop apps.