⭐ the project to show your appreciation. :arrow_upper_right:
Terminal based Web Browser
Features:
- No Javascript support
- Experimental Image Rendering support
- Defaults to Reading Mode
- Great for Reading Documentation and Newspapers
- Formats and displays HTML (via Standard In or URL)

Page source
You can open any file by piping the contents through standard in:
cat file.txt | browser
or
browser < input_file.html
Alternatively, you can pass the --html -f flags to a url.

Download Pre-built binaries
https://github.com/romance-dev/browser/releases
or
GOOS=windows GOARCH=amd64 go build -trimpath -ldflags="-s -w" .
GOOS=linux GOARCH=amd64 go build -trimpath -ldflags="-s -w" .
GOOS=darwin GOARCH=amd64 go build -trimpath -ldflags="-s -w" .
GOOS=darwin GOARCH=arm64 go build -trimpath -ldflags="-s -w" .