Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CuarzoSoftware/CuarzoBrowser
The Cuarzo OS Web Browser
https://github.com/CuarzoSoftware/CuarzoBrowser
appimage cpp cuarzo multiplatform web-browser
Last synced: about 2 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T07:40:17.000Z (over 7 years ago)
- Last Synced: 2024-08-01T16:33:03.839Z (5 months ago)
- Topics: appimage, cpp, cuarzo, multiplatform, web-browser
- Language: Makefile
- Homepage:
- Size: 1.15 MB
- Stars: 2
- Watchers: 2
- 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/).![Screenshot running on Fedora 25 Wayland](screenshot.png)
# 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)