this post was submitted on 22 Sep 2023
68 points (100.0% liked)
Free and Open Source Software
17919 readers
132 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
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 we need isn't browsers. What we need is an universal way to write extensions cross-browser.
Browsers themselves are easy to make. The problem is convincing extension devs to work with yet another codebase.
E: Think of it this way. There's a lot of open source browsers out there.
Are you using any of them? Probably not.
Would you use one if it doesn't have for example Bitwarden, Ublock Origin, Sponsorblock, and such mandatory extensions?
Users follow extensions and ease of use; not what's good for them.
E2: A good project would be a builder extension for VSC for example, which compiles to all supported browsers.
Browser devs would then contribute to said extension via native-made plugins.
Cooperation of two fronts.
There are literally only chromium-based browsers and Firefox (and its forks) with any meaningful market share. Developing a new browser engine is extremely complicated and time consuming, so there really is no danger of having "too many" browsers. And of course all browsers based on chromium (Google Chrome, Edge, Vivaldi, Brave, ...) support the same set of extensions, because they use the same engine. So extension compatibility is also not a problem.
Supporting the gazillion ever-changing web technologies and standards and layout systems for a completly new browser is a problem though.