CuarzoSoftware / CuarzoBrowser

The Cuarzo OS Web Browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cuarzobrowser

A web browser developed with QT and WebKit.

Screenshot running on Fedora 25 Wayland

Todo

  • 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

Build Instructions

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

Libraries used (ldd)

List of libraries that you may need to install, the name could vary depending on your Distribution.

  • Qt 5.9
  • Qt Web Engine (libQt5WebEngineCore)

About

The Cuarzo OS Web Browser

License:GNU General Public License v3.0


Languages

Language:Makefile 87.5%Language:C++ 11.8%Language:QMake 0.4%Language:Shell 0.2%