w3m
A text-based web browser. Supports SSL and mouse input, even over SSH. More information: <https://w3m.sourceforge.net>.
Install
- All systems
-
curl cmd.cat/w3m.sh
- Debian
-
apt-get install w3m
- Ubuntu
-
apt-get install w3m
- Alpine
-
apk add w3m
- Arch Linux
-
pacman -S w3m
- Kali Linux
-
apt-get install w3m
- CentOS
-
yum install w3m
- Fedora
-
dnf install w3m
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install w3m
- OS X
-
brew install w3m
- Raspbian
-
apt-get install w3m
- Dockerfile
- dockerfile.run/w3m
- Docker
-
docker run cmd.cat/w3m w3m
powered by Commando
A text-based web browser. Supports SSL and mouse input, even over SSH. More information: <https://w3m.sourceforge.net>.
-
Open a URL:
w3m https://example.com
-
Open a URL in monochrome mode:
w3m https://example.com -M
-
Open a URL without mouse support:
w3m https://example.com -no-mouse
-
Open a new browser tab:
<Shift> + T
-
Display your browser history:
<Ctrl> + H
-
Quit w3m:
q + y
© tl;dr; authors and contributors