The problem with Web Standards is that they're so complete, broad and complex that it's very hard as an independent team to get started writing a browser.
You'd have so little daily active users compared to the titans products (Chromium, Gecko, WebKit) that even if you made something super good, it would still be hard to guarantee website compatibility without faking the user-agents.
There's also a lot of complexity involved in writing a sandbox for every instance of a website (tabs or iframe) and sharing information between multiple process. I don't know how they do it in Chrome, but in Firefox they have a whole specification language for that which compiles to C++.
You also have to recreate the DevTools and other tooling for developers to adopt your browser and for you to debug any issues with your DOM renderer...
I love how much the web has to offer nowadays with technologies like WebRTC, WebSocket, Blobs, GamePad API, modern CSS3 but it has also the effect of locking us down into a tiny ecosystem.
I really their should be legislation on what companies can do with their browser because they've become such an important piece of the internet so they should serve public good.
I don't know how to make it happen and I don't even know if it's a good idea when you consider the governance issues it would bring for open-source project.
Unfortunately, there are only 3 companies developing browsers right now: Google, Apple and Mozilla.
Apple's browsers are only available on Apple platforms. In fact, if you're on iOS you have no choice, you have to use Safari. Even browsers labelled as "Chrome" or "Firefox" are actually Safari under the hood on iOS. But, on any non Apple platform, you can't use Safari.
Google is an ad company, so they don't want to allow ad blockers on their browser. So, it's a matter of time before every kind of ad blocking is disabled for Chrome users.
Firefox is almost entirely funded by Google, so there's a limit as to what they can do without the funding getting cut off. They seem to be trying to find a way forward without Google, but the result, if anything is as bad as Google if not worse:
"investing in privacy-respecting advertising to grow new revenue in the near term; developing trustworthy, open source AI to ensure technical and product relevance in the mid term;"
All these other browser people like are basically reskinned versions of Chrome or Firefox. They have a handful of people working on them. To actually develop a modern browser you need a big team. A modern browser basically has to be an OS capable of running everything from a 3d game engine, to a word processor, to a full featured debugger.
It looks like it's only a matter of time before there will be 0 browsers capable of blocking ads, because the only two companies that make multi-platform browsers depend on ads for their revenue, and both of them will have enormous expenses because they're obsessed with stupid projects like AI.
Apple has a conflict of interest too: they need to keep safari gimped so that users have to install apps instead of using PWAs, so that Apple can keep getting 30% of the app sales.
As a result, Safari is terrible and very far behind in standards. It's the new internet explorer.
Let's be honest: Everything that might be "worse" or "annoying" in Firefox for someone is not relevant in comparison to "no working adblocker available". A browser without adblock is unusable
I haven't actually found anything that doesn't work on Firefox on my personal computer. At work we also use Firefox, and some things don't work on it, but some things don't work on chrome or edge either, it's a hodge poge.
True, but if an adblocker no longer works on a specific browser, change your browser! I started using Netscape back in '94, and lost count on how many browsers I've tested and used in the past... Holy shit, 30+ years!!
Avoid Gecko-based browsers like Firefox as they're currently much more vulnerable to exploitation and inherently add a huge amount of attack surface. Gecko doesn't have a WebView implementation (GeckoView is not a WebView implementation), so it has to be used alongside the Chromium-based WebView rather than instead of Chromium, which means having the remote attack surface of two separate browser engines instead of only one. Firefox / Gecko also bypass or cripple a fair bit of the upstream and GrapheneOS hardening work for apps. Worst of all, Firefox does not have internal sandboxing on Android. This is despite the fact that Chromium semantic sandbox layer on Android is implemented via the OS isolatedProcess feature, which is a very easy to use boolean property for app service processes to provide strong isolation with only the ability to communicate with the app running them via the standard service API. Even in the desktop version, Firefox's sandbox is still substantially weaker (especially on Linux) and lacks full support for isolating sites from each other rather than only containing content as a whole. The sandbox has been gradually improving on the desktop but it isn't happening for their Android browser yet.
Vivaldi on Linux and Windows is still good in my experience, and so far uBlock Origin for manifest v2 still works. I hope they keep v2 support forever, forking completely if they must.
This looks really interesting, but I have so many questions. A few important ones that come to mind immediately:
What is the user agent that's reported? I'm guessing Firefox, but if there are any indicators that would give it away it's not Vanilla Firefox or a popular fork, this could make you more unique.
Are the mods publicly identifiable? Another thing that might make you very unique and prone to fingerprinting.
A core part of being private online is blending in with traffic, so using a niche browser like Zen (depending on the configuration) would make you stand out.
The product looks good, and the privacy policy is pretty good too. Still, it'd be good to understand all the aspects of how Zen prevents you from standing out in the crowd.
I don't know if you or someone else can speak to this. I would jump into their community, but it's on Discord, so that's absolutely not happening.
Yeah. Zen is a bit newer and I’d say not quite as slick an experience yet, but it has come a long way in the last couple months and is getting very good
It's a good thing I stayed loyal to Firefox. Mainly due to my dislike of change lol, but I was forced to use Chrome and it felt ominous with its owner being Google.
I still find it interesting that the Vanadium browser in Grapheneos is Chromium based, with no possibility of extensions. I know this is for security reasons but it feels odd to still use chrome on my phone and Firefox everywhere else.