Live data from Hacker News

Brow6el: A full-featured web browser for the terminal using Chromium

tangled.org

11–20 of 26 posts

Re: Brow6el: A full-featured web browser for the terminal using Chromium

#11
post #5

Earlier quoted context omitted.

Codeberg recently changed policy to not allow primarily AI-authored projects.

Oh, I see. Well I won’t be installing this then.

If you were interested, check out Browsh. It's a similar project but based on Firefox and it's been around for quite some time now.

Re: Brow6el: A full-featured web browser for the terminal using Chromium

#12

I just don't understand...what is the use case of this? I thought it would be something that cleverly renders text without style in a minimalist-browser sort of way. But this just literally...shows you the web page...in the CLI? I'm confused.

You could terminal into a remote machine terminal and use a web browser in the tty without needing an X11 windowing support.

Re: Brow6el: A full-featured web browser for the terminal using Chromium

#13

I just don't understand...what is the use case of this? I thought it would be something that cleverly renders text without style in a minimalist-browser sort of way. But this just literally...shows you the web page...in the CLI? I'm confused.

I don't think any of these text-based web browsers are actively maintained;

"Show HN: Browsh – A modern, text-based browser" (2018) https://news.ycombinator.com/item?id=17487552

browsh-org/browsh: A fully-modern text-based browser, rendering to TTY and browsers https://github.com/browsh-org/browsh

"Forking Chrome to render in a terminal" (2023) https://news.ycombinator.com/item?id=34547259

fathyb/carbonyl: Chromium running inside your terminal https://github.com/fathyb/carbonyl

chawan: TUI Web Browser https://sr.ht/~bptato/chawan/

Ladybird browser may be easier to build a TUI terminal user interface for than other brothers because of Lagom FWIU (LibWeb and LibJs are already decoupled from the UI and rendering)

Re: Brow6el: A full-featured web browser for the terminal using Chromium

#16

I just don't understand...what is the use case of this? I thought it would be something that cleverly renders text without style in a minimalist-browser sort of way. But this just literally...shows you the web page...in the CLI? I'm confused.

I don't think any of these text-based web browsers are actively maintained; "Show HN: Browsh – A modern, text-based browser" (2018) https://news.ycombinator.com/item?id=17487552 browsh-org/browsh: A fully-modern text-based browser, rendering to TTY and browsers https://github.com/browsh-org/browsh "Forking Chrome to render in a terminal" (2023) https://news.ycombinator.com/item?id=34547259 fathyb/carbonyl: Chromium r…

I can't speak for the other projects you listed, but at least chawan is actively maintained by yours truly.

Re: Brow6el: A full-featured web browser for the terminal using Chromium

#17
post #12

I just don't understand...what is the use case of this? I thought it would be something that cleverly renders text without style in a minimalist-browser sort of way. But this just literally...shows you the web page...in the CLI? I'm confused.

You could terminal into a remote machine terminal and use a web browser in the tty without needing an X11 windowing support.

Struggling to see the reasoning behind why you would need to do this if you are remoting into a machine, meaning you have a real machine that you can just open a browser in. Seems more like a solution looking for a problem to me.

There's never been a situation in which I wished I had a browser like this in the CLI.

There have been situations in which I wish I could just get a simplified text version of any site without the styling, but I never once wished I could see the actual full site in all its glory in the CLI.

Re: Brow6el: A full-featured web browser for the terminal using Chromium

#18

Earlier quoted context omitted.

I don't think any of these text-based web browsers are actively maintained; "Show HN: Browsh – A modern, text-based browser" (2018) https://news.ycombinator.com/item?id=17487552 browsh-org/browsh: A fully-modern text-based browser, rendering to TTY and browsers https://github.com/browsh-org/browsh "Forking Chrome to render in a terminal" (2023) https://news.ycombinator.com/item?id=34547259 fathyb/carbonyl: Chromium r…

I can't speak for the other projects you listed, but at least chawan is actively maintained by yours truly.

My mistake! Lynx and elinks still work but don't exec JS or WASM.

Cloudflare Browser Isolation runs part of the browser in the cloud, which might work for TUIs ..

Research open source solutions for self-hosting remote browser isolation;

Like these browser isolation Chrome extensions: https://www.legba.app/blog/best-browser-isolation-extensions...

And these:

RBI: remote-browser-isolation · GitHub Topics https://github.com/topics/remote-browser-isolation?o=asc&s=u...

Cloudflare Browser Rendering REST API https://developers.cloudflare.com/browser-rendering/rest-api... says 10/min day free (which is probably enough for an open source project that needs to run screenshots at various resolutions on a few builds per day)

But then there's this, which currently only execs partial js:

  elinks -dump -no-references -dump-width 79

Re: Brow6el: A full-featured web browser for the terminal using Chromium

#19
post #12

Earlier quoted context omitted.

You could terminal into a remote machine terminal and use a web browser in the tty without needing an X11 windowing support.

Struggling to see the reasoning behind why you would need to do this if you are remoting into a machine, meaning you have a real machine that you can just open a browser in. Seems more like a solution looking for a problem to me. There's never been a situation in which I wished I had a browser like this in the CLI. There have been situations in which I wish I could just get a simplified text version of any site witho…

Unless you have x-forwarding (and an X server running locally) or VNC you can't really use a graphical browser remotely yes?

This lets you use it from plain SSH connection?

Re: Brow6el: A full-featured web browser for the terminal using Chromium

#20
post #5

Earlier quoted context omitted.

Codeberg recently changed policy to not allow primarily AI-authored projects.

Oh, I see. Well I won’t be installing this then.

> Why were your projects no longer welcomed at Codeberg?

> Oh, I see. Well I won’t be installing this then.

> Very illuminating.

Man, talk about anti-social. What a bad faith question. It feels like you've already made up your mind on this. Were you actually looking for an answer, or just looking for an argument?

Post reply on HN