Terminal Web Browsing Tools Guide | Generated by AI

Home 2026.03

I’ll search for information about tools that allow browsing web pages through a terminal interface.Question: Are there any tools that allow people to treat the terminal as a browser, enabling them to browse web pages and follow redirects?

Answer:

Yes, there are several excellent tools that allow you to browse the web directly from your terminal. These are text-based web browsers that can render HTML, follow links, and navigate redirects just like a traditional graphical browser.

1. Lynx

Lynx is a text-based web browser that allows users to browse the web in a terminal environment, developed in 1992, and supports HTML, HTTPS, and FTP protocols. It’s one of the oldest and most established command-line browsers. To use it:

2. w3m

w3m is a popular open-source text-based web browser for the terminal that supports SSL connections, colors, and inline images. It’s actively maintained and very capable:

ELinks stands out with its menu system accessible by pressing ESC, letting you enter and save URLs, add bookmarks, and set up the browser. This browser offers a more interactive experience:

4. Browsh

Browsh is a modern text-based browser that shows HTML5, CSS3, JS, video, and even WebGL, designed to be run on a remote server via SSH or Mosh and browse web pages as text from the terminal by significantly reducing bandwidth and increasing browsing speed.

Key Features

These tools support:

Use Cases

Terminal browsers are useful in remote server scenarios without a graphical interface, for checking status pages, reading documentation, or troubleshooting by browsing relevant web resources directly from the command line. They’re also beneficial for low-bandwidth environments and distraction-free browsing.

References:


Back Donate