I recently published the first public release of NeoSurf, a small browsing suite based on NetSurf instead of Mozilla or Chromium.
NeoSurf contains a large number of improvements over the now largely antiquated NetSurf browser, such as increased usage of system libraries and focusing support on desktop Linux rather than obscure platforms. NeoSurf is by far the smallest standalone graphical web browser available that is capable of loading most sites, at less than 1% the size (as measured by lines of code/text) of Firefox's codebase.
NeoSurf has limited JavaScript support. All websites that do not use JS should work exactly as expected, whereas sites that heavily utilize it tend to load in unexpected ways.
NeoSurf also supports a large number of additional improvements, such as:
* A focus on privacy which was absent in NetSurf (DNT, DuckDuckGo instead of Google by default, etc)
* Dedicated LibreSSL support
* Separated common functions from the frontends with a shared libneosurf
* Modernized the build system with CMake; Now builds faster and with fewer build-time dependencies
* Officially supported Visurf (Wayland only) and Gtk3 frontends (X11 and Wayland)
Binaries are not yet, but compilation should be fairly straight-forward, and the process for doing so is described in the README. At the moment, it is expected to work on any desktop Linux platform, but I have not had a chance yet to test it more thoroughly. Let me know if you encounter any problems. Other contributions are also appreciated.
(PS: I submitted this post to HN from NeoSurf :)