Safari is more energy efficient on macOS compared to other browsers.
But like it or not the (artificial) hold Safari has over the iOS/iPadOS ecosystem is the only thing stopping a complete Google hegemony over the web browser market.
Mozilla is circling the drain and the few nascent new browser projects are years away from technical maturity and may never establish any meaningful market share anyway.
Lol so I should appreciate that apple is preventing browser choice because they chose not to use chromium for the only option they provide?
Fuck Apple. This situation is on them. Preventing other browsers should have triggered governments to rip them apart for monopolistic practices. I cannot say "fuck apple" enough.
Mozilla is not "circling the drain". Firefox is great, haters can hate all they want.
Having more than 20 tabs open is a bad idea. And yeah it's going to be a faster browser when you deeply tied it into the OS you also built. Doesn't make it better in the least.
As a web dev, screw safari. Apple just randomly decides to not follow web standards some time so I spend tons of time debugging random safari issues that I CANT EVEN TEST MYSELF because I don't pay for apple products
No, not Safari. While it's technically true that Safari's WebKit engine isn't based on Chromium's Blink engine, that's only because the genetic relationship goes in the other direction: Blink was initially forked from WebKit (which was itself forked from KHTML, by the way).
Point is, Mozilla's Gecko is the only major browser engine that's fully unrelated to Blink.
I feel like you'd be interested in Ladybird. It's a fully independent web browser under development, it's still in its very early stages but they seem serious about it.
The challenge for Ladybird and other independent browser projects is the enormous size and scope required of modern browsers, which is also still growing. Web browsers are now probably second only to operating systems in complexity in the personal computing space.
Plus even if they do reach technical maturity, they still have to convince people to use it. That’s not been going very well for Mozilla, and they already have a working browser.
A "fork" that depends on the same browser engine and rendering engine is not really a fork, it is just a UI flavor. For the sake of security, privacy and data handling, this choice is as meaningful as changing your desktop environment on Linux.
If you access anything financial or personally identifying (taxes, banking, credit cards, medical services, driver's license, an email that is linked to any of those accounts, etc) you should use the browser distributed by the engine's primary developer (Chrome, Safari, Firefox). If you use something else, you are dependent on a downstream third-party developer to properly implement the engine and ensure that its data handling is properly integrated with the browser application and the OS, and you are dependent on their keeping the engine in their knockoff version up to date. You will always be behind the security patches of the main branch, even if the downstream developer is doing everything correctly. On the internet, this is an extreme risk.
Vivaldi is chrom_ium_. Been trying out the last month on macOS. Great browser, although it’s funny how for some settings you get taken to a different page that looks 100% like Chrome except with Vivaldi branding.
Vivaldi on iOS doesn’t feel as great though – less ‘native’. Certain gestures and animations just don’t quite fit.
Shoutout to Webkit-based Orion for both platforms. Slowly gravitating to that
I mean by that logic Nextcloud is just a rebranded skin of Owncloud and Libre Office is just a rebranded skin of Open Office. I'm sure someone can chime in with a more damning real world example but the important distinction with a fork is not "do they entirely replace most of the codebase" but instead it's "how well do they maintain the project" and "how much value do they add through improvements and features"
im not going to pretend im smart enough to understand the backend difference between safari/chrome/firefox - firefox mobile hasnt been a great experience for me, but i dont use the browser on my phone all that much. at home, its vivalidi because it works well. im not knocking firefox, its been my go to browser for over a decade - but its been seemingly backed by google this whole time? i dont know.
If you're on iPhone there is no difference in the tech under the hood, because apple only allows webkit. Anything besides Safari is essentially Safari with a skin. The difference in tech is rarely the issue though. It's the monopolistic practices of Google and apple that should concern us
If you want to remove all choice from your phone, spend several hundred dollars for the privilege, and get a heaping pile of shit pretending to be a browser.
What would it actually take? Google did it. Apple did it with WebKit.
Do you have to be as big as google, apple, or microsoft to make a browser? Is a browser as labor intensive as a whole-ass operating system? Or does it have to do with proprietary/patented tech roadblocks?
Please remember that Webkit is based on KHTML, the browsing engine that Konqueror, the webbrowser in the KDE suite, used.
So Apple forked KHTML, made WebKit, Safari, Chrome and loads of other browsers used it and improved it, then Google forked WebKit, and made Blink, their current browsing engine
You could technically fork Blink but the question is whether you have the resources to keep up with web standards. The Web is effectively the universal UI toolkit these days and the pace of development reflects that.
What’s hard to do is the engine, you can just take gecko or webkit and make your own browser. I doubt Mozilla’s AI ventures will affect gecko, probably just the browser itself.