lynx

Text-based web browser for viewing websites in the terminal

brewmacoslinux
Try with needOr install directly
Source

About

Text-based web browser

Commands

lynx

Examples

Open a website in lynx$ lynx https://example.com
Dump a webpage content as plain text to stdout$ lynx -dump https://example.com
Browse a local HTML file$ lynx /path/to/file.html