QWebBrowser is a simple web browser written in c++ with qt
You need to have qt installed to build the app. (Don't forget to add qmake to the path)
git clone https://github.com/Ola-jed/QWebBrowser.git
cd QWebBrowser
cmake .
make
./QWebBrowser # You can pass the urls you want to open
Just import the project if you use an ide.