Dillo
Dillo is a minimalistic and lightweight web browser particularly intended for older or slower computers and embedded systems. It supports only plain HTML/XHTML (with CSS rendering) and images over HTTP and HTTPS; scripting is ignored entirely.
Since the Dillo browser packed in Alpine/PostmarketOS is not usable on a touch enable mobilephone, toomanyatoms created a Mobilized-Dillo which works pretty nice on linux phones.
Installation
Grab a recent copy here, it will be called something like mobilized-dillo-27.tar.xz
Unpack, cd into folder:
tar -xf mobilized-dillo-XY.tar.xz cd mobilized-dillo-XY
Install dependencies:
sudo apk add file-dev fltk fltk-dev
Now configure, build and install:
./configure make sudo make install
Usage
run it from a terminal prompt, like:
dillo https://postmarketos.org
There is an adressbar and a menubar on the buttom of the screen.
See also
dillo-adb - A Dillo plugin to interactive with an Android device using ADB, in Dillo.