SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.
Go to file
2024-03-10 18:20:07 +01:00
.devcontainer
.github [fix] CI YAML config files 2024-03-09 14:56:12 +01:00
.vscode
dockerfiles
docs [feat] engine: implementation of void linux packages 2024-02-29 13:12:40 +01:00
examples
searx [feat] engine: implementation of mullvad leta 2024-03-10 18:20:07 +01:00
searxng_extra [mod] comprehensive revision of the searxng_extra/update/ scripts 2024-03-10 15:56:50 +01:00
src/brand
tests [black] upgrade black 22.12.0 --> 24.2.0 2024-03-09 08:15:50 +01:00
utils [mod] CI: tag commits with leading scope/type of the modification 2024-03-09 12:17:23 +01:00
.coveragerc
.dir-locals.el
.dockerignore
.editorconfig
.gitattributes
.gitignore
.nvmrc
.pylintrc
.tool-versions
.weblate
.yamllint.yml
AUTHORS.rst [feat] engine: Add LiveSpace livestreams 2024-02-20 14:45:07 +01:00
babel.cfg
CHANGELOG.rst
CONTRIBUTING.md
Dockerfile Docker: use Alpine 3.19 2024-03-04 19:40:57 +01:00
LICENSE
Makefile Fix make search.checker 2024-03-03 11:18:43 +01:00
manage
package.json
PULL_REQUEST_TEMPLATE.md
pyrightconfig-ci.json
pyrightconfig.json
README.rst
requirements-dev.txt Bump pylint from 3.0.3 to 3.1.0 2024-03-09 09:28:13 +01:00
requirements.txt Bump python-dateutil from 2.8.2 to 2.9.0.post0 2024-03-08 18:46:18 +01:00
SECURITY.md
setup.py [fix] setup.py - needed bugfixes to build a valid package 2024-02-24 07:22:26 +01:00



Privacy-respecting, hackable metasearch engine

Searx.space lists ready-to-use running instances.

A user, admin and developer handbook is available on the homepage.

SearXNG install SearXNG homepage SearXNG wiki AGPL License Issues commits weblate SearXNG logo


Contact

Ask questions or just chat about SearXNG on

IRC

#searxng on libera.chat which is bridged to Matrix.

Matrix

#searxng:matrix.org

Setup

Translations

Help translate SearXNG at Weblate

Contributing

Are you a developer? Have a look at our development quickstart guide, it's very easy to contribute. Additionally we have a developer documentation.

Codespaces

You can contribute from your browser using GitHub Codespaces:

  • Fork the repository
  • Click on the <> Code green button
  • Click on the Codespaces tab instead of Local
  • Click on Create codespace on master
  • VSCode is going to start in the browser
  • Wait for git pull && make install to appear and then disappear
  • You have 120 hours per month (see also your list of existing Codespaces)
  • You can start SearXNG using make run in the terminal or by pressing Ctrl+Shift+B