← Back to context

Comment by gregsadetsky

4 years ago

That browser (which can be seen on the page linked by GP) is astounding for its size.

Out of curiosity, what are currently the most minimal, "graphic" (i.e. not Links-like), browsers available today? Any Open Source ones?

Probably NetSurf. https://www.netsurf-browser.org

  • NetSurf is a great project, since unlike Dillo (another minimal web browser) it can handle a lot of sites out there while requiring very few resources. I use it often on a Raspberry Pi 2 i have next to me together with Dillo, but Dillo really only works with very very simple sites and mainly use it for reading HTML-based documentation.

    • My introduction to Dillo was via Damn Small Linux. It's a shame that project died, I actually have a copy of the book.

      I wonder if anyone has tried to add optional javascript support to Dillo or something with Fabrice Bellard's QuickJS engine (full JS coverage in like 210 KiB of x86 code).