Re: Xombrero browser replacement
Luakit?
This topic was created by 1980s_coder .
This post has been deleted by its author
Ran Arachne on DOS 5 box around 2000, great browser. You might want to look at Lynx, Links, or Links2, as suggested previously. Quick look into Synaptic showed .debs available for Mint, not sure what OS you're using. None of my business. If you find something, would you please post results?
qutebrowser
qutebrowser is a keyboard-focused browser with a minimal GUI. It’s based on Python, PyQt5 and QtWebKit and free software, licensed under the GPL.
It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.
<http://www.qutebrowser.org/>
It's my usual browser now that dwb seems to have fallen behind. I'm using it right now.
Konqueror lol? Its pretty lean (standards compliance umm yeah) except for that gig of KDE bloat you need to download first.
Edit: Oh look there is a Konqueror Embedded not requiring a full DE download for a web browser. Looks a bit like Netscape on Unix in the late 90s though. Not sure how great a daily driver that would be.
SRWare Iron supposedly fixes many of the privacy issues of chromium and it looks like they finally offer source code like they should but the md5s or sigs don't seem to be posted along with it. Pale Moon being a fork of an older version fixes many of the privacy issues of FF (removes telemetry, etc) but he seems to not want to have anything to do with FF. Wonder if that includes SeaMonkey as well. Assuming it does.
That noone has mentioned vimb [1]. Like xombrero it is a keyboard driven browser, it uses the webkitgtk as xombrero. Furthermore, it is actively maintained, works in Linux and all the BSDs and the author is already transitioning to webkitgtk4, which with the next release of webkitgtk (v 2.12) will be almost on par with the olgtkd single-process webkit as far as the development blogs suggest [2,3].
In fact, vimb's author is so enthralled with vim, the editor(TM), that vimb's configuration language is viml (yuck!). The browser has no built-in ad blocking, but that's what polipo, Dan's guardian, e2guardian (my recommendation), and other filtering proxies are for.
I use it in Arch Linux so, I prefer to use git snapshots (which is trivial with the AUR). No cryptographic checksums nor PGP signatures, but you get your sourcecode from the developer's mouth and git repository files *have* crypto hashes.
[1] http://fanglingsu.github.io/vimb
[2] http://planet.webkitgtk.org/
[3] http://blogs.igalia.com/carlosgc/category/free-software/webkit/
This post has been deleted by its author
This post has been deleted by its author
This post has been deleted by its author
dragonfly
freebsd
linux
netbsd
osx
.gitignore
Makefile
README.md
about.c
ascii2txt.pl
autoscroll.js
buildver.sh
completion.c
config-checker.pl
cookie.c
externaleditor.c
favicon.ico
favorites
hinting.js
history.c
hsts-preload
http-accept-headers
input-focus.js
inputfocus.c
inspector.c
js-merge-helper.pl
marco.c
playflash.sh
release.sh
settings.c
style.css
tld-rules
tldlist.c
tordisabled.ico
And etc.....................
What people are not realizing is that, unlike most of the suggestions here, xombrero supported modern web technologies, and on some benchmarks it even beat Chrome and Midori:
https://docs.google.com/spreadsheets/d/16hba3tHgnQcgYd0wGBKOxQfPp7Njzft0JOILoBfJ0sA/pubhtml
So the suggestions of text-only browsers and other old-school browsers would not be adequate xombrero replacements.
Agreed. There are several new entries in the race this year: the suckless surf project is actively porting to webkit2gtk and there are several small browser projects in github, such as vimb ---that I mentioned last year--- lariza and surfer. The latest vimb release uses webkit2gtk by default.