1. ELinks
ELinks is a free text-based console web browser for Unix-like operating systems. This is one of most advance text-based console web browser. This is my favorite too.
Installation:
1 2 3 | $ sudo apt-get install elinks |
2. lynx
Lynx is a highly configurable text-based web browser for use on cursor-addressable character cell terminals. It is the oldest web browser currently in general use and development, having started in 1992 and as of 2014, 22 years later, still in use and development. This browser have more features than w3m. [Wikipedia]
Installation:
1 2 3 | $ sudo apt-get install lynx |
3. w3m
w3m is a text-based web browser as well as a pager like more' or
less’. With w3m you can browse web pages through a terminal emulator window (xterm, rxvt or something like that). Moreover, w3m can be used as a text formatting tool which typesets HTML into plain text. [Wikipedia]
Installation:
1 2 3 | $ sudo apt-get install w3m w3m-img |
Usages:
4. links
Links is text WWW browser with tables and frames. It runs on Linux, Unix, OS/2 and Windows. It runs on Linux, Unix, OS/2 and Windows.
Installation:
1 2 3 | $ sudo apt-get install links |
5. retawq
retawq is an interactive, multi-threaded network client (web browser) for text terminals on computers with Unix-like operating systems. It is written in C, fast, small, nicely configurable, and comfortable; e.g. the low-level network communications are performed in a non-blocking way, and you can keep open as many “virtual windows” as you want and work simultaneously in two of them in a split-screen mode.
Installation:
Download and extract “retawq-0.2.6c.tar.gz” file then navigate to this folder and run these commands.
1 2 3 4 5 | $ ./configure $ make $ sudo make install |