A simple browser based on the litehtml engine for Linux and Mac. See litebrowser for the Windows version.
dnf install gtkmm4.0-devel libcurl-devel cairo-devel pango-devel
The optional library libadwaita
will add support for dark themes, High Contrast mode and some other GNOME related features.
dnf install libadwaita-devel
Install dependencies using Homebrew:
brew install gtkmm4 gtk4
Clone this repository and build the litebrowser
executable:
git clone --recursive https://github.com/litehtml/litebrowser-linux.git
cd litebrowser-linux
mkdir build
cd build
cmake ..
make