Modern Text (Console) Browsers in 2023
Back in 2016 I did a comparison of text-based browser here.
Back then this was the state of the art (elinks
):
This is speaking generously, with a particularly text-friendly example!
Now, in 2023, there are two new text-based browsers that are incredible. Because they are backed by normal browser engines, we no longer have to be impressed by features like “color support”!
Browsh
Browsh is a modern text browser backed by the Firefox (gecko) rendering engine. It works by spawning Firefox in a special headless mode, combined with a sort of post-processor browser extension, simplifying the HTML. Then the CLI client can parse that simple HTML.
The architecture may not be ideal, but it does mean you get things like:
- Javascript
- Full mouse support
- Full motion video
- Firefox Browser extensions (adblock)
Carbonyl
Carbonyl is a modern text browser backed by Chromium (and therefore Blink + V8).
It offers incredible performance. It is not running a headless copy of Chromium, it is Chromium with a custom render output.
At the time of this writing, it is sill in early development (v0.0.2
).
Unlike Browsh, it doesn’t currently support browser extensions, and can be customized like Browsh can (because Browsh just uses real Firefox under the hood).
But on the plus side, the layer of indirection is gone, which means Carbonyl can be very responsive. Also, it doesn’t do the HTML simplification trick, which means it can (in theory) represent pages in their truer form.
Comparison
Site: https://en.wikipedia.org/wiki/Rule_110
Site: http://news.ycombinator.com
Site: https://facebook.com
Site: https://twitter.com
Site: https://mail.google.com
Conclusion
Both Browsh and Carbonyl are amazing. I never would have thought that the advancement of text-based browsers would continue to advance in 2023.
I like Carbonyl. I think it has a better architecture than Browsh, and is way faster. Browsh is “just firefox”, which is cool, but in the browser world performance is a big deal, which makes me think Carbonyl will win in the end as it matures.
Comment via email