I've written an "Ode to elinks" on my #Gemini capsule before, and I recently stumbled upon this great article that goes into more details and reasons why #elinks is one of the best text web browsers out there. Excellent for when you want to access information from a #RaspberryPi Zero or other low-powered device.

Dion Moult https://thinkmoult.com/using-elinks-browse-web.html

https://tobykurien.com/images/microblog/post-1768403680-0.png

OK, so this is an interesting project:

A modern #Chromium based web #browser in a #terminal. Having used #Lynx way back in the day and still use #elinks and #w3m on occasion, I'm curious. At the same time, it uses Chromium.

https://www.theregister.com/2026/01/02/brow6el_browser_terminal/

#tech #news #web

Finally - a terminal solution to the browser wars

: A full-featured, Sixel-capable terminal browser for those who’d rather skip AI assistants

The Register
Okay...how do other folks decide between different terminal-based web browsers?

Lynx is the one that gets mentioned the most on fedi. It also has by far the highest popcon on Debian.

It seems Lynx is part of the same family tree as links, links2, and elinks. Trying all of them, I really don't see much difference between Lynx and Links: the only differences I notice are that they use different default colors for text, and links has a smaller file size.

Links2 can run in either graphical or terminal mode. I can't use the graphical mode due to a lack of dark mode. The terminal version of link2 seems identical to links: is there even a difference?

Elinks, when used as a web browser, seems nearly identical to the other three, aside from a different color scheme. Its website claims it supports CSS and JS, but I haven't seen those actually make a difference on a real website. Elinks can also work as a gemini and gopher browser, which is a nice perk.

Outside of the links/lynx/elinks family, Debian has a few more terminal browsers.

Edbrowse can let you load the text of a website and then edit it? It also works with geminispace.

Netrik does not appear to work with https: it works fine with plain http.

w3m, with the image extension, can display images inline in the terminal, which looks weird. Without the image extension, I don't notice much difference between w3m any the links family, aside from again a different color scheme.

Overall, I don't see what makes Lynx stand out from all the other terminal browsers. Yet both fedi and Debian users seem to strongly prefer it. What criteria are other fedicreatures using to compare terminal web browsers?


#WebBrowsers #TerminalBrowsers #Lynx #Links #Links2 #Elinks #Netrik #Edbrowse #W3m #geminiprotocol #gopher
My objective first was to be faster so I learned to develop with only my keyboard not to abandon the mouse but to only use it when it's actually faster. But now I realised I don't always need a graphical interface. I made a setup with my laptop from the 00's with #archlinux BTW using #nvim with the lazy setup. I chose #elinks for browser and #tmux to make all of it work on one terminal. I didn't know I would like that that much. It's really distraction free. Can I use an AI to assist me during coding? Probably. Not the main purpose tho. Sure I can't code a UI of any sort and I'm a bit limited in testing a back end since I can't use #postman, I have to go raw #curl. For now I will work on my language on it. It's 100% CLI so it's perfect. I don't know what it is but it feels soooooo good to spend some time coding with the simplest setup.

#ELinks with `-dump-color-mode 2 -colors 1` has colors and numbered links

#links2 with `-html-numbered-links 1` is monochrome, but has numbered links

#Lynx too, but its output looks more messy to me.

#w3m doesn't highlight links and doesn't output link URLs at all.

#Pandoc can't handle table layouts, which unfortunately are still very common in commercial emails.

#HTML2Text (the C++ tool, https://gitlab.com/grobian/html2text) does a decent job and supports bold & underline in `less` and NeoMutt's pager.

Fabian Groffen / html2text · GitLab

HTML to text rendering aimed for E-mail

GitLab

google() {
q=$(echo -n $@ | python3 -c "import urllib.parse,sys;print(urllib.parse.quote(sys.stdin.read()))")
if which elinks &>/dev/null; then
elinks "http://www.google.com/search?hl=de&q=${q}"
else
open "http://www.google.com/search?hl=de&q=${q}"
fi
}

(open for non-macOS: https://github.com/malte70/scripts/blob/master/open)

#linux #macos #shell #zsh #elinks #google

Google

Ultimo ritual River 2025 - Los Piojos (2025)
El final del reencuentro de Los Piojos con su público está cada vez más cerca. Se presentarán en el Estadio Mâs Monumental donde se los vio brillar tantas veces, con un show que promete ser una despedida a la altura de una trayectoria que marcó a generaciones enteras.
ed2k://%7Cfile%7CLos.Piojos.Ultimo.Ritual.River.2025.Full.%5BMega%5D.(Emule.via.clan-sudamerica.net).mkv%7C4361092240%7C296E8D7B34857B89A9C2347C11A8A6C9%7Ch=JZHGROUKMZIG24UJTDTCTXE6I6VW2EBQ%7C/
visto por el clan-sudamerica
#rock #rockargentino #lospiojos #elinks #clansudamerica

@spencersb I feel you.

I once applied for a school for a role which involved settling a n IT curriculum (mwahahaha) and overseeing the schools infrastructure.

I was reading the raw site from #elinks and noticed the school had adverts at the bottom for illegal downloads; gambling; and goodness knows whatever nasty SEO afflictions.

I tracked it down to the plugin, which was like a webring for SEO (*insert joke*).

Sure I got the interview but the role went to somebody 'with more experience'.

@luceos ah, #Flarum is really nice! My only gripe is that it doesn't work without JS (interaction, not just reading) since I browse the web mostly using elinks. This is a similar issue I have with #Discourse.

(interestingly I cannot post on #PHPBB on #elinks either, haven't investigated why. Vanilla without JS strangely takes 10x longer for the post request).

You're right storage is cheap. Just checked, Flarum is 65MB (16MB Flarum itself, the rest as deps).

you know what, i gave elinks a try and i actually like the UI better than lynx! gonna try using it instead and see how it goes.

#cli #CommandLine #tui #elinks #lynx #terminal