All Projects β†’ gngrOrg β†’ Gngr

gngrOrg / Gngr

a cross-platform browser focussed on privacy.

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Gngr

Supercookie
πŸ’­ Inspiration
Stars: ✭ 3,630 (+1425.21%)
Mutual labels:  privacy, browser
Onionbrowser
An open-source, privacy-enhancing web browser for iOS, utilizing the Tor anonymity network
Stars: ✭ 1,702 (+615.13%)
Mutual labels:  privacy, browser
Browser Android
CLIQZ for Android
Stars: ✭ 49 (-79.41%)
Mutual labels:  privacy, browser
Scriptsafe
a browser extension to bring security and privacy to chrome, firefox, and opera
Stars: ✭ 434 (+82.35%)
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 (-18.91%)
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 (+99.58%)
Mutual labels:  privacy, browser
Decentraleyes
This repository has a new home: https://git.synz.io/Synzvato/decentraleyes
Stars: ✭ 1,452 (+510.08%)
Mutual labels:  privacy, browser
Viper Browser
A lightweight Qt5 web browser using QtWebEngine
Stars: ✭ 84 (-64.71%)
Mutual labels:  privacy, browser
Browser Base
Modern and feature-rich web browser base based on Electron
Stars: ✭ 2,417 (+915.55%)
Mutual labels:  privacy, browser
Focus Android
Firefox Focus: The privacy browser - Browse like no one’s watching.
Stars: ✭ 1,901 (+698.74%)
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 (+40.76%)
Mutual labels:  privacy, 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 (-8.82%)
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 (+18.91%)
Mutual labels:  privacy, browser
Focus Ios
Firefox Focus for iOS
Stars: ✭ 989 (+315.55%)
Mutual labels:  privacy, browser
Browser Sec Whitepaper
Cure53 Browser Security White Paper
Stars: ✭ 251 (+5.46%)
Mutual labels:  privacy, browser
Librefox
License: Mozilla Public License 2.0
Stars: ✭ 1,574 (+561.34%)
Mutual labels:  privacy, browser
Bromite
Bromite a Chromium fork with ad blocking and privacy enhancements; take back your browser!
Stars: ✭ 3,256 (+1268.07%)
Mutual labels:  privacy, browser
Endless
iOS web browser with a focus on security and privacy
Stars: ✭ 237 (-0.42%)
Mutual labels:  privacy, browser
Instascan
HTML5 QR code scanner using your webcam
Stars: ✭ 2,657 (+1016.39%)
Mutual labels:  browser
Jshistory Cn
πŸ‡¨πŸ‡³ γ€ŠJavaScript δΊŒεεΉ΄γ€‹δΈ­ζ–‡η‰ˆ
Stars: ✭ 3,686 (+1448.74%)
Mutual labels:  browser

gngr open collective badge

This is the source code of gngr, a new cross-platform browser that champions privacy. gngr is an independent implementation of web standards in pure Java. It is not a wrapper around other browser engines.

gngr plans to protect privacy by

  • disabling the following by default: Cookies, Javascript, XHR requests and providing fine granuality of control over them.
  • by implementing in a high-level language that is easier to audit
  • by using run-time sandboxing

Read the introduction to know more.

gngr Inception

Status

This is an early prototype that is usable with simple websites.

Security-wise, the code isn't hardened at all! Use the current version:

Do Not use the current version with critical websites such as banking websites or web-mail.

Development Status Build Status

As of July 2016, our focus is to improve layout and rendering. We have developed grinder to automate layout and rendering tests. Here's a chart showing our progress (click for more details):

We are also using web-platform-tests for stabilising the DOM support.

Building

For building and running from the command line:

  1. git clone this repo
  2. ant -f src/build.xml run to build and run gngr

For developing, we recommend setting up Eclipse, although it is possible to use other IDEs or command line tools as well, with the help of the ant build script.

Contributing

Everyone is welcome to contribute. Issues that can be easily picked up are marked with the following tags:

  • need-code : if you are ready to jump in with code.
  • need-advice : if you have expertise on the topic.
  • need-triage : if you would like to help test or analyse a particular issue.

You are welcome to take up something that is not listed above, but please co-ordinate with us first before you spend effort on it.

See the contributing guide for more details.

Ways to reach us

License & Copyright

GPLv2

  • Copyright 2009 Lobo Project
  • Copyright 2014-2018 Uproot Labs India Pvt Ltd

Some parts of the code are provided under the LGPL license. Their directories contain their respective license files.

Pre-History

gngr began as a fork of the now-defunct project called the lobo browser (see credits). For archival purposes, the history of all commits that transform lobo code from its CVS repository to the very first version of gngr is available in a separate repository.

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].