All Projects → LeFroid → Viper Browser

LeFroid / Viper Browser

Licence: gpl-3.0
A lightweight Qt5 web browser using QtWebEngine

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Viper Browser

Endless
iOS web browser with a focus on security and privacy
Stars: ✭ 237 (+182.14%)
Mutual labels:  privacy, browser
Inox Patchset
Inox patchset tries to provide a minimal Chromium based browser with focus on privacy by disabling data transmission to Google.
Stars: ✭ 335 (+298.81%)
Mutual labels:  privacy, browser
Gngr
a cross-platform browser focussed on privacy.
Stars: ✭ 238 (+183.33%)
Mutual labels:  privacy, browser
Bromite
Bromite a Chromium fork with ad blocking and privacy enhancements; take back your browser!
Stars: ✭ 3,256 (+3776.19%)
Mutual labels:  privacy, browser
Qutebrowser
A keyboard-driven, vim-like browser based on PyQt5.
Stars: ✭ 7,401 (+8710.71%)
Mutual labels:  qt, browser
All In One Customized Adblock List
An all-in-one adblock list that thoroughly blocks trackers, popup ads, ads, unwanted cookies, fake news, cookie warning messages, typosquatters, unwanted comment sections, crypto-coin mining, YouTube clutter, Twitter guff and social network hassles.
Stars: ✭ 217 (+158.33%)
Mutual labels:  privacy, browser
Modfy.video
A video transcoder and converter built using Web Assembly and FFMPEG to transcode and convert videos right in your browser while protecting your privacy
Stars: ✭ 283 (+236.9%)
Mutual labels:  privacy, browser
Librefox
License: Mozilla Public License 2.0
Stars: ✭ 1,574 (+1773.81%)
Mutual labels:  privacy, browser
Browser
🌍 Take back your privacy with Dot Browser, the privacy-conscious web browser that protects you from being tracked and monitored online.
Stars: ✭ 475 (+465.48%)
Mutual labels:  privacy, browser
Scriptsafe
a browser extension to bring security and privacy to chrome, firefox, and opera
Stars: ✭ 434 (+416.67%)
Mutual labels:  privacy, browser
Offline Qr Code
📱 Browser add-on allowing you to quickly generate a QR code offline with the URL of the open tab or other text!
Stars: ✭ 193 (+129.76%)
Mutual labels:  privacy, browser
Focus Ios
Firefox Focus for iOS
Stars: ✭ 989 (+1077.38%)
Mutual labels:  privacy, browser
Browser Base
Modern and feature-rich web browser base based on Electron
Stars: ✭ 2,417 (+2777.38%)
Mutual labels:  privacy, browser
Supercookie
💭 Inspiration
Stars: ✭ 3,630 (+4221.43%)
Mutual labels:  privacy, browser
Focus Android
Firefox Focus: The privacy browser - Browse like no one’s watching.
Stars: ✭ 1,901 (+2163.1%)
Mutual labels:  privacy, browser
Browser Sec Whitepaper
Cure53 Browser Security White Paper
Stars: ✭ 251 (+198.81%)
Mutual labels:  privacy, browser
Decentraleyes
This repository has a new home: https://git.synz.io/Synzvato/decentraleyes
Stars: ✭ 1,452 (+1628.57%)
Mutual labels:  privacy, browser
Onionbrowser
An open-source, privacy-enhancing web browser for iOS, utilizing the Tor anonymity network
Stars: ✭ 1,702 (+1926.19%)
Mutual labels:  privacy, browser
Qtox
qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
Stars: ✭ 3,843 (+4475%)
Mutual labels:  privacy, qt
Megasync
Easy automated syncing between your computers and your MEGA Cloud Drive
Stars: ✭ 975 (+1060.71%)
Mutual labels:  privacy, qt

Viper Browser

Codacy Badge Language grade: C/C++ Build Status

A powerful yet lightweight web browser built with the Qt framework

Licensed under GPLv3

Features

  • All development is done with a focus on privacy, minimalism, and customization ability
  • Bookmark management
  • Built-in ad blocker, compatible with AdBlock Plus and uBlock Origin filters
  • Cookie viewer, editor, and support for cookie filters (QtWebEngine 5.11+ only)
  • Compatible with Pepper Plugin API
  • Custom user agent support
  • Fast and lightweight
  • Fullscreen support
  • Granular control over browser settings and web permissions
  • Gives the user control over their data, no invasions of privacy like other browsers are known to do..
  • GreaseMonkey-style UserScript support
  • Multiple options for home page- any URL, blank page, or a card layout page with favorite and most visited websites
  • PDF.js embedded into the browser
  • Save and restore browsing sessions, local tab history, pinned tabs
  • Secure AutoFill manager (disabled by default)
  • Tab drag-and-drop support for HTML links, local files, other browser window tabs, etc
  • Tab hibernation / wake up support
  • Traditional browser UI design instead of WebUI and chromium-based interfaces

Building

The browser can be built using the cmake build system, by either importing the root CMakeLists file into your IDE of choice or performing the following commands from a console:

$ git clone https://github.com/LeFroid/Viper-Browser.git viper-browser
$ mkdir -p viper-browser/build && cd viper-browser/build
$ cmake ..
$ make

Tests can be ran by setting the ENABLE_TESTING in the cmake configuration.

The binary will be located in the build/src/app folder when following the commands listed above.

Thanks

This project is possible thanks to the work of others, including those involved in the following projects:

  • Qt Framework
  • PDF.js
  • Arora QT Browser
  • Qt Tab Browser example (From Qt 5.5 Webkit example archive)
  • Code Editor example
  • Qupzilla - for parts of AdBlockPlus implementation
  • Otter Browser - for parts of AdBlockPlus implementation

All licenses and credits can be found in the file LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].