A futuristic, light and fast browser. Written using Qt and Webkit.
Requests
·
Report Bug
Lynx is a new browser focused on simplicity, customizability, speed, and minimal resource usage.
It is written in PyQt5 and uses the module PyQtWebEngine.
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.
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.
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
Distributed under the Unlicense License. See LICENSE
for more information.