this post was submitted on 11 Apr 2026
61 points (96.9% liked)
Linux
13226 readers
397 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
lmao, so even anaconda is a webapp now..
https://fedoramagazine.org/anaconda-installer-redesign/
Here's what they say in that article about why they turned it into a web app, for those who don't want to look for it
Huh, I wonder if developing a web app is that much easier than developing a GTK app, or a Qt app... I mean, sure, there are way more web developers than people experienced with native development toolkits, but I wonder if it isn't a tooling problem from the part of the toolkits. I certainly don't have any experience in any of these, so I'd love to hear other people's thoughts.
Yes. Browser engines are a hell of a lot more forgiving. And a lot faster to iterate with during development.
Developing cross platform native apps sucks a lot no matter the tech stack. Compared to web technologies where the burden to follow the spec is the platform if they wanted to have interop with the web, the dev doesn't have to fight the platform.