KamalDevelopers / Lynx

A futuristic and fast browser, written using Qt and Webkit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Lynx Browser

A futuristic, light and fast browser. Written using Qt and Webkit.
Requests · Report Bug

About

Lynx is a new browser focused on simplicity, customizability, speed, and minimal resource usage.
It is written in PyQt5 and uses the module PyQtWebEngine.

Features

Currently, the Lynx browser comes with many features, such as custom extensions and themes support.
There is also a Lynx Stealth mode. Which aims to bring the same functionality as incognito mode would bring on most other modern browsers. The only difference being that Lynx Stealth mode is more privacy-focused. With support for NoScript and HttpsOnly. The Lynx browser is fully open source and runs on Linux, Windows, and Mac.

Configuration

Lynx offers customizability and configuration through the config.ini file inside the lynx-profile folder. Here you may change everything from privacy preferences to themes and webkit settings. Lynx also comes bundled with multiple extensions, to disable/enable these check out their json files.

Installation

Install PyOpenGL and python-adblock manually for your platform. Also install Zenity if you are a Linux user.

git clone https://github.com/KamalDevelopers/Lynx.git
cd Lynx
pip3 install -r requirements.txt
python3 run.py

To build Lynx into a package you can run: python3 build.py

Screenshot


License

Distributed under the Unlicense License. See LICENSE for more information.

About

A futuristic and fast browser, written using Qt and Webkit.

License:The Unlicense


Languages

Language:Python 99.6%Language:HTML 0.2%Language:JavaScript 0.2%