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-09 10:24:49 +01:00
.devcontainer
.github GitHub workflows: run checker on Friday 2024-03-03 11:18:43 +01:00
.vscode
dockerfiles Docker: add UWSGI_WORKERS and UWSGI_THREAD environment variables (#2992) 2023-11-12 16:46:34 +00:00
docs [feat] engine: implementation of void linux packages 2024-02-29 13:12:40 +01:00
examples
searx engine npm use the packages.html template 2024-03-09 10:24:49 +01:00
searxng_extra [fix] issues reported by pylint 3.1.0 2024-03-09 09:28:13 +01:00
src/brand
tests [black] upgrade black 22.12.0 --> 24.2.0 2024-03-09 08:15:50 +01:00
utils [fix] utils/searxng.sh uses searx.shared module which no longer exists 2024-02-20 15:18:40 +01:00
.coveragerc
.dir-locals.el
.dockerignore
.editorconfig
.gitattributes
.gitignore
.nvmrc [mod] nodejs v16 reaached EOL / upgrade to v20.10 2023-12-23 07:49:03 +01:00
.pylintrc
.tool-versions [dev] manage runtime versions with asdf 2023-11-12 20:54:57 +01:00
.weblate
.yamllint.yml
AUTHORS.rst [feat] engine: Add LiveSpace livestreams 2024-02-20 14:45:07 +01:00
babel.cfg
CHANGELOG.rst
CONTRIBUTING.md fix(docs): Fix development quickstart url 2024-01-06 16:20:38 +01:00
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 [fix] remove twine from requirements-dev 2024-02-16 18:29:40 +01:00
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