lynx is a text browser with support for Gopher.
w3m is a text browser with better table layout. Can be used as a Gopher browser, using gopher2html.
links is a text browser with better table layout.
q is just using `html2text` in a script:
#!/usr/bin/env bash curl -s $1 | html2text -width 67 -style pretty | less
dillo is a graphical browser with its own renderer.
next is keyboard controlled
surf is a simple, embeddable web browser based on WebKit2/GTK+.
uzbl is based on WebkitGtk+ and scriptable.
#Web