https://github.com/cuarzosoftware/cuarzobrowser
The Cuarzo OS Web Browser
https://github.com/cuarzosoftware/cuarzobrowser
appimage cpp cuarzo multiplatform web-browser
Last synced: about 1 year ago
JSON representation
The Cuarzo OS Web Browser
- Host: GitHub
- URL: https://github.com/cuarzosoftware/cuarzobrowser
- Owner: CuarzoSoftware
- License: gpl-3.0
- Created: 2017-05-20T20:45:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T07:40:17.000Z (about 9 years ago)
- Last Synced: 2025-03-26T19:39:39.884Z (about 1 year ago)
- Topics: appimage, cpp, cuarzo, multiplatform, web-browser
- Language: Makefile
- Homepage:
- Size: 1.15 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cuarzobrowser
A web browser developed with [QT](https://www.qt.io/) and [WebKit](https://webkit.org/).

# Todo
- [X] Bookmarks
- [ ] History
- [ ] Tabs
- [ ] Private Navigation
- [ ] Settings
- [X] 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)