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
Markus Heiser a5b81e2555 [fix] nyaa engine - paging support & filesize (GiB)
BTW: pylint engine

Closes: https://github.com/searxng/searxng/issues/3290
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-03-07 07:38:31 +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 [fix] nyaa engine - paging support & filesize (GiB) 2024-03-07 07:38:31 +01:00
searxng_extra [fix] sort RTL_LOCALES before written into locales.json 2024-02-20 12:29:13 +01:00
src/brand
tests [mod] remove X-XSS-Protection headers 2024-01-31 17:23:41 +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 Upgrade dependencies 2023-10-01 08:25:00 +02:00
PULL_REQUEST_TEMPLATE.md [chore] fix typo and spacing in pull request template 2023-09-15 10:46:51 +02:00
pyrightconfig-ci.json
pyrightconfig.json
README.rst readme typo 2023-10-11 06:19:31 +02:00
requirements-dev.txt Bump wlc from 1.13 to 1.14 2024-03-01 08:11:51 +01:00
requirements.txt Drop typing-extensions dependency (#3265) 2024-03-02 13:10:31 +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