Desktop client application for Searx/SearXNG/searx-space

CYBERDEViL d7b0cdd70e Update README, CHANGELOG and docs 5 months ago
bin a3da43fa9a Add bin/searx-qt-debug. (Not installed yet) 2 years ago
data 2fee3df314 Update searx-space schema 5 months ago
docs d7b0cdd70e Update README, CHANGELOG and docs 5 months ago
locale 9d37599cdf Update locales 5 months ago
searxqt b37668110a Code style update 5 months ago
share d7b0cdd70e Update README, CHANGELOG and docs 5 months ago
themes 36b28aa36b Display search errors when all tried instances failed. 6 months ago
utils 7ce366d2b0 install_debian.sh for easy download/package/install on Debian based sys. 2 years ago
.editorconfig cbbbf746e3 Add .editorconfig 4 years ago
.gitignore 1d78f78de7 Added utils/gen_deb.sh for generating a Debian package; requires python3-stdeb 3 years ago
CHANGELOG.md d7b0cdd70e Update README, CHANGELOG and docs 5 months ago
COPYING e513d3ca86 initial 4 years ago
MANIFEST.in b13e86dbb7 Update stuff for Debian packaging. 2 years ago
README.md d7b0cdd70e Update README, CHANGELOG and docs 5 months ago
setup.py 00fd6543c0 Fix schema filepaths in setup.py 6 months ago

README.md

Searx-Qt

Desktop client application for Searx/SearXNG/searx-space.

screenshot

About

Search with Searx/SearXNG instances without the need for a complex web-browser.

Searx-Qt is a desktop application that lets you search on public SearXNG instances listed on https://searx.space (or you can add Searx or SearXNG instance urls manually).

The aim of the project is to preform search operations on Searx/SearXNG instances with the use of their API and without the need for a complex web-browser. Searx-Qt will do the bare minimum of what is required to search, no cookies and no javascript. Just render a Searx/SearXNG API request to something usefull.

For more detailed information about Searx-Qt see docs/index.rst or docs/index.html.

Note

The searx-space project no longer lists Searx instances (since 1 Sept. 2023) as the Searx project is no longer maintained. The 'new' Searx is a fork called SearXNG, only these instances will be listed by the searx-space project.

Most of the public SearXNG instances listed by searx-space don't allow the use of the API, they will see Searx-Qt as a bot and block the request, only a few public instances remain that don't have this strict policy.

What you can do about? Well you have the following options:

  • Setup your own Searx/SearXNG instance and add it manually to Searx-Qt.
  • Add a few remaining working Searx instances manually.

Searx / SearXNG

Actual search requests will be made to a server running the Searx/SearXNG software, there are many public available. We call such servers 'instances'.

Searx

The Searx project is no longer maintained but for now Searx-Qt will still support it.

SearXNG

searx-space

The searx-space project lists public SearXNG instances with statistics. The official instance is running at https://searx.space/. This is where Searx-Qt will request a list with instances when the update button is pressed by default (the searx-space url can be changed in the settings).


License

GPL3 (https://www.gnu.org/licenses/gpl-3.0.en.html)


Dependecies

name version license url
Python 3 PSFL https://docs.python.org/3/license.html
requests Apache 2 http://docs.python-requests.org/en/master/
jsonschema >= 4.10 MIT https://github.com/python-jsonschema/jsonschema
PyQt5 GPL3 https://www.riverbankcomputing.com/software/pyqt/intro
urllib3 MIT https://urllib3.readthedocs.io/

* Optional

name version license url desc
pysocks BSD https://github.com/Anorov/PySocks For socks proxy support

Build

name version license url desc
gettext - GPL https://www.gnu.org/software/gettext/ Compiling translations.
PyQt5-Dev-Tools Qt5 GPL3 https://riverbankcomputing.com/software/pyqt/intro Compiling theme icons