Lightweight web browser, a la Seamonkey

Two web browser questions:
1) Are there any current LIGHTWEIGHT gui-based web browsers, a la Seamonkey, that're still maintained?
uname -mrs = FreeBSD 13.1-RELEASE i386
Pentium III w/512mb RAM and GeForce4 440 GPU

2) How to diagnose why every web browser (sans current/latest Firefox, which runs fine, but is much too resource hogging for this system) I install (e.g., Linux-Opera, Epiphany, Midori, Qutebrowser, Surf, et al) core dumps with "Illegal Instruction" when I try to run it? Doesn't seem to matter whether I install via pkg or compile from (current/latest) ports (at least those ports that don't error-out before completing), or whether run as user or root.
 
Hi - cool, so you're using the i386 build, I would think that should work for your CPU. Illegal Instruction sounds to me like it's trying to do something the hardware doesn't support, but I would think i386 should be able to run on that.

512MB of ram is quite limited, I would expect a different error message though if the issue were indeed due to the lack of resources.
 
Way to little RAM to run a modern browser.

I'd hack my own, for example with webkitgtk:
 
Hi - cool, so you're using the i386 build, I would think that should work for your CPU. Illegal Instruction sounds to me like it's trying to do something the hardware doesn't support, but I would think i386 should be able to run on that.

512MB of ram is quite limited, I would expect a different error message though if the issue were indeed due to the lack of resources.
Hi and thanks for your input.
I don't think the core dumps are resource-related either. Most likely, either missing/incompatible libraries or unsupported hardware. Trouble is that I've no idea how to identify/remedy either?
I'm trying to use this otherwise functional laptop and make use of BSD's reputation for running well on simple platforms without the need of Windows-style resource kitties.
Is there a functional alternative to SeaMonkey?
 
You wanted a lightweight browser which is still maintained. Hard to find with that system specs, so i suggested to write your own.
Btw. Did you try www/dillo2?
I lack the skillset to write my own browser and I've never heard of dillo, but I see their website is gone. Do you know of a place I can find out more about it?
Update: I've done some poking around and it looks like dillo's too feature-limited (e.g., no javascript support), so even the likes of gmail isn't functionally accessible.
Here's a link.
But thank you for the suggestion!
 
BSDs/Linuxes will run on simple platforms but modern web browsers under modern GUIs is something very different.
In general, I get your point. But Seamonkey's a gui-based web browser that runs fine on my laptop. Just looking for something else since Seamonkey's no longer maintained.
 
Linux-Opera, Epiphany, Midori, Qutebrowser, Surf, et al
If not already done, you can also try:
* www/luakit (not very GUI-based but lightweight)
* www/falkon
* www/otter-browser

However, if the "illegal instruction" issue comes from the browser engine (www/webkit2-gtk3 [Safari's WebKit] or www/qt5-webengine [Chromium's Blink]) they won't work either and you're quite limited in your choice because most modern browsers apart from Firefox and its forks use one of those two. I wouldn't be surprised that browser engine developers dropped support for your hardware long time ago.

If that's the case, apart from Firefox and SeaMonkey, you may also try x11-fm/konqueror with its original KHTML engine (rather than its current default qt5-webengine) but although better than Dillo, it's definitely not up to modern standards and is on its way out (will be removed in KDE Frameworks 6).
 
I tried the first two, but not otter or Konqueror. I'll give those a try.
Thank you!
 
SeaMonkey & lightweight… The unpacked source of the version 2.53.13 (released 5 weeks ago) has nearly 1.3 GB, a pkg info -s seamonkey of my package says its size is 158 MB, compiling it forces over 100 other ports, and just browsing this thread needs 2221760 VSZ and 753276 RSS; SeaMonkey is great, but since browsers aren't no more just for reading hyper text (but for playing games, going shopping, viewing videos, hearing radio, doing video conferences, viewing PDFs and much more other stuff) it's IMO impossible to have a lightweight web browser - they have to be monsters. Falkon, Otter and Firefox are my alternatives.
 
Prior to my deciding to upgrade from BSD 12 to 13, whatever its flaws/limitations, Seamonkey was working just fine for me. Firefox runs, but it's too resource-intensive for the laptop I'm running. Falkon core dumps when installed via pkg and errrors-out when compiled from ports. I'll look into Otter, Konqueror and Netsurf (which I think I may've tried before and it didn't make the grade for some reason, but I'll check again).
My experience is there's almost always something out there that fits every bill. It just takes determination and time..
 
It's not GUI, but I've always really liked the 'links' browser. It's sill maintained by the guys who wrote it here http://links.twibright.com/. If you use the -g option, you get graphical display with images. It's a really nice piece of software. Definitely not a modern gui browser and there are lots of things you can't do with it, but its certainly lightweight. I prefer it to eg w3m. It's in www/links.
 
If you click the Changelog, it takes you to the webpage that's missing. Also, the latest release is from 2002, so I don't really think it's functionally useful as a web browser today.
Not sure. I'm look at Wikipedia, and it mentions (with references) that it 2008 it was switched to using FLTK toolkit, reducing dependencies and memory footprint by 50%. Then in 2011 the released Dillo 3.x with FLTK 1.3 etc. A 3.1 preview release was made 2 years ago.

Yeah, the Changelog page doesn't load, but some pages on the website was updated as recent as 17 April 2023. So it's definitely had plenty of development since 2002.
 
Right before New Year, new version of www/netsurf 3.11 are released. In ports at this moment still 3.10, but I think in meantime it will be updated.
New version has better CSS3 support, with flex supports, and various stability improvements.

So for those of us, who search alternative, really lightweight and really BROWSER but not BROW-OS-ER - it is a good news!

Check it for You :)
 
Back
Top