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-01-15 19:23:26 +01:00
.devcontainer
.github [mod] get rid of ./utils/brand.env and its workflow 2024-01-09 16:31:19 +01:00
.vscode
dockerfiles Docker: add UWSGI_WORKERS and UWSGI_THREAD environment variables (#2992) 2023-11-12 16:46:34 +00:00
docs [mod] get rid of ./utils/brand.env and its workflow 2024-01-09 16:31:19 +01:00
examples
searx [fix] presearch: safesearch, time ranges, crash when no result found 2024-01-15 19:23:26 +01:00
searxng_extra Revert "[fix] update user agent" 2023-12-23 07:48:38 +01:00
src/brand
tests [mod] isolation of botdetection from the limiter 2023-11-01 06:44:56 +01:00
utils [fix] issues reported by shellcheck v0.9.0 2024-01-09 16:31:19 +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 [fix] keyboard navigation / simple theme (UI) 2023-09-16 13:45:43 +02:00
babel.cfg
CHANGELOG.rst
CONTRIBUTING.md fix(docs): Fix development quickstart url 2024-01-06 16:20:38 +01:00
Dockerfile Docker: add UWSGI_WORKERS and UWSGI_THREAD environment variables (#2992) 2023-11-12 16:46:34 +00:00
LICENSE
Makefile [mod] get rid of ./utils/brand.env and its workflow 2024-01-09 16:31:19 +01:00
manage [mod] get rid of ./utils/brand.env and its workflow 2024-01-09 16:31:19 +01:00
package.json Upgrade dependencies 2023-10-01 08:25:00 +02:00
PULL_REQUEST_TEMPLATE.md
pyrightconfig-ci.json
pyrightconfig.json
README.rst readme typo 2023-10-11 06:19:31 +02:00
requirements-dev.txt Bump pylint from 3.0.2 to 3.0.3 2023-12-23 07:31:57 +01:00
requirements.txt Bump lxml from 5.0.0 to 5.1.0 2024-01-12 10:28:26 +01:00
SECURITY.md
setup.py



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