SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.
Find a file
dependabot[bot] 4d3c4ff738 Bump babel from 2.12.1 to 2.13.0
Bumps [babel](https://github.com/python-babel/babel) from 2.12.1 to 2.13.0.
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-babel/babel/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: babel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 10:22:30 +02:00
.devcontainer
.github
.vscode
dockerfiles [fix] harmonize default settings for caching of /static files 2023-09-25 22:52:23 +02:00
docs [mod] engine - simplify region & lang handling, make filters configurable 2023-10-05 10:55:08 +02:00
examples
searx [translations] update from Weblate 2023-10-06 09:19:00 +02:00
searxng_extra [fix] update user agent 2023-09-25 22:46:22 +02:00
src/brand
tests
utils [mod] settings.yml: remove plugin settings for plugins that don't exist anymore 2023-09-29 11:26:49 +02:00
.coveragerc
.dir-locals.el
.dockerignore
.editorconfig
.gitattributes
.gitignore
.nvmrc Upgrade dependencies 2023-10-01 08:25:00 +02:00
.pylintrc
.weblate
.yamllint.yml
AUTHORS.rst
babel.cfg
CHANGELOG.rst
CONTRIBUTING.md
Dockerfile
LICENSE
Makefile
manage Upgrade dependencies 2023-10-01 08:25:00 +02:00
package.json Upgrade dependencies 2023-10-01 08:25:00 +02:00
PULL_REQUEST_TEMPLATE.md
pyrightconfig-ci.json
pyrightconfig.json
README.rst
requirements-dev.txt Bump selenium from 4.12.0 to 4.13.0 2023-09-29 10:46:52 +02:00
requirements.txt Bump babel from 2.12.1 to 2.13.0 2023-10-06 10:22:30 +02: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 appears and then to disapear
  • 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.