w3m

Text-based web browser and pager for viewing HTML content

brewmacoslinux
Try with needOr install directly
Source

About

Pager/text based browser

Commands

w3m

Examples

Browse a website in text mode$ w3m https://example.com
View a local HTML file$ w3m /path/to/file.html
Render HTML from stdin and display$ curl https://example.com | w3m -T text/html