What alternative browser rendering engines exist for Linux/UNIX?

3

Now that Opera has switched to WebKit too, on Linux I found only WebKit or Gecko based browsers. The only other one was KDE/Konqueror's KHTML and on Windows IE's Trident. Are there any other alternatives to WebKit and Gecko on Linux?

user1936963

Posted 2013-03-07T12:24:24.000

Reputation: 43

Interesting question and now I'd like to know the answer. Still... even a more interesting question is why do you want another one? Lack of features? Just curiosity? – zozo – 2013-03-07T12:29:44.237

Just curiosity. – user1936963 – 2013-03-07T12:35:16.887

3I am sure others exist. Opera didn't switch to Chronium they switched to a different rendering engine the underline browser is still Opera. I don't believe there is anything really except WebKit, Gecko, and Trident in the Windows world. Within the Linux world thats different since Trident isn't even an option. – Ramhound – 2013-03-07T12:53:59.517

Opera did it, they switched and started commiting to WebKit and Chromium. They even switched to v8. – user1936963 – 2013-03-07T12:59:14.740

WebKit of course was a fork of KHTML. – Karan – 2013-03-07T20:47:47.203

Answers

4

There is a Wikipedia article titled Comparison of layout engines (HTML) which may be useful. Aside from Gecko, KHTML, Trident, and WebKit, there is Presto, Amaya, and Links - although they are far from being as widely used as the previously mentioned rendering engines. A more complete list of graphical HTML rendering engines can be found here

There also exists text-based web browsers (usually with command-line interfaces). Two notable examples are Lynx and ELinks.

Breakthrough

Posted 2013-03-07T12:24:24.000

Reputation: 32 927