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
dependabot[bot] 858b2071df Bump redis from 5.0.1 to 5.0.2
Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 08:13:44 +01:00
.devcontainer
.github
.vscode
dockerfiles
docs [feat] engine: implementation of void linux packages 2024-02-29 13:12:40 +01:00
examples
searx [feat] engine: implementation of void linux packages 2024-02-29 13:12:40 +01:00
searxng_extra [fix] sort RTL_LOCALES before written into locales.json 2024-02-20 12:29:13 +01:00
src/brand
tests
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
.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
LICENSE
Makefile [fix] sort RTL_LOCALES before written into locales.json 2024-02-20 12:29:13 +01:00
manage
package.json
PULL_REQUEST_TEMPLATE.md
pyrightconfig-ci.json
pyrightconfig.json
README.rst
requirements-dev.txt Bump wlc from 1.13 to 1.14 2024-03-01 08:11:51 +01:00
requirements.txt Bump redis from 5.0.1 to 5.0.2 2024-03-01 08:13:44 +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