A web browser developed with QT and WebKit.
- Bookmarks
- History
- Tabs
- Private Navigation
- Settings
- Context Menu (Right Click)
- Align to Left or Right Border (Native OS)
- Sync
- Compression
- Extensions
- uBlock Origin
- Privacy Badger
- HTTPS Everywhere
QT5+ is needed to build CuarzoBrowser.
$ git clone https://github.com/juanlatorre/cuarzobrowser.git
$ cd cuarzobrowser
$ qmake cuarzobrowser.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
$ make
$ chmod +x cuarzobrowser
$ ./cuarzobrowser
List of libraries that you may need to install, the name could vary depending on your Distribution.
- Qt 5.9
- Qt Web Engine (libQt5WebEngineCore)