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] 37187dc2d8
[upd] web-client (simple): Bump the minor group across 1 directory with 5 updates (#6169)
Bumps the minor group with 5 updates in the /client/simple directory:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.15` | `2.4.16` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.8.0` | `25.9.1` |
| [edge.js](https://github.com/edge-js/edge) | `6.5.0` | `6.5.1` |
| [stylelint](https://github.com/stylelint/stylelint) | `17.11.1` | `17.12.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.13` | `8.0.16` |

Updates `@biomejs/biome` from 2.4.15 to 2.4.16
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.16/packages/@biomejs/biome)

Updates `@types/node` from 25.8.0 to 25.9.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `edge.js` from 6.5.0 to 6.5.1
- [Release notes](https://github.com/edge-js/edge/releases)
- [Changelog](https://github.com/edge-js/edge/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/edge-js/edge/compare/v6.5.0...v6.5.1)

Updates `stylelint` from 17.11.1 to 17.12.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/17.11.1...17.12.0)

Updates `vite` from 8.0.13 to 8.0.16
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.16/packages/vite)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.4.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-version: 25.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: edge.js
  dependency-version: 6.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: stylelint
  dependency-version: 17.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: vite
  dependency-version: 8.0.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-05 16:26:27 +02:00
.devcontainer [fix] devcontainers: missing Valkey package (#4997) 2025-07-11 16:51:58 +02:00
.github [upd] github-actions: Bump actions/checkout from 6.0.2 to 6.0.3 (#6204) 2026-06-05 16:17:01 +02:00
.vscode Add GitHub Codespaces configuration 2023-03-21 20:58:13 +00:00
client/simple [upd] web-client (simple): Bump the minor group across 1 directory with 5 updates (#6169) 2026-06-05 16:26:27 +02:00
container [mod] container: rework compose (#5906) 2026-03-28 16:45:06 +01:00
docs [mod] typification of the preference settings 2026-05-30 22:43:50 +08:00
searx [upd] web-client (simple): Bump the minor group across 1 directory with 5 updates (#6169) 2026-06-05 16:26:27 +02:00
searxng_extra [feat] yep: add support for selecting search language (#6075) 2026-05-15 08:37:11 +02:00
tests [unbload] drop meaningless field `number_of_results_xpath` from results (#6130) 2026-05-25 12:43:02 +02:00
utils [fix] installation instructions - launch SearXNG by python -m (#6078) 2026-05-13 11:34:31 +02:00
.coveragerc [mod] use github actions instead of travis 2020-11-17 15:09:06 +01:00
.dir-locals-template.el [fix] .dir-locals.el -> .dir-locals-template.el 2024-03-29 08:57:02 +01:00
.dockerignore [enh] container: tidy builds (#5086) 2025-08-07 10:46:26 +02:00
.editorconfig [mod] addition of various type hints / tbc 2025-09-03 13:37:36 +02:00
.gitattributes [fix] update .gitattributes 2021-06-22 20:34:39 +02:00
.gitignore [mod] add Golang ecosystem to the SearXNG toolchain 2025-07-28 12:53:26 +02:00
.nvmrc [upd] web-client (simple): Bump @types/node in /client/simple 2025-12-12 20:13:11 +00:00
.pylintrc [fix] issues reported by Pylint 4.0 2025-10-17 15:42:22 +02:00
.weblate weblate: migration to https://translate.codeberg.org/ 2023-01-21 15:45:12 +00:00
.yamllint.yml [enh] add test.yamllint - lint yaml files 2021-06-05 17:41:24 +02:00
AI_POLICY.rst docs: add AI policy 2026-03-12 16:04:00 +01:00
AUTHORS.rst [feat] engines: add GitHub Code Search engine (#5074) 2025-08-20 07:35:31 +02:00
babel.cfg [fix] jinja/babel: WithExtension and AutoEscapeExtension are built-in now. 2022-03-25 09:42:12 +01:00
CHANGELOG.rst [releases] rolling release: commit history replaces the CHANGELOG 2023-05-06 14:49:33 +02:00
CONTRIBUTING.rst docs: add AI policy 2026-03-12 16:04:00 +01:00
go.mod [mod] create a Go project with the developer tools from Go 2025-07-28 12:53:26 +02:00
go.sum [mod] create a Go project with the developer tools from Go 2025-07-28 12:53:26 +02:00
LICENSE [fix] full AGPLv3+ license according to #382 2015-07-04 18:23:54 +02:00
Makefile [mod] drop SearXNG's checker (#5767) 2026-02-22 14:44:21 +01:00
manage [fix] ./manage dev.env - nvm is not installed by nvm.env (#5399) 2025-10-30 17:46:05 +01:00
mise.toml [mod] drop support for Python releases older than 4 years (#5895) 2026-03-24 20:26:34 +01:00
package.json [mod] switching from pyright to basedpyright (plus first rules) 2025-08-19 12:04:35 +02:00
PULL_REQUEST_TEMPLATE.md [mod] revision of the PR template 2026-04-16 15:28:46 +02:00
pyrightconfig.json [mod] addition of various type hints / tbc 2025-09-03 13:37:36 +02:00
README.rst [mod] docs: remove libera.chat channel (#5613) 2025-12-30 08:21:39 +01:00
requirements-dev.txt [upd] pypi: Bump the minor group with 3 updates (#6164) 2026-05-30 11:33:10 +02:00
requirements-server.txt [upd] pypi: Bump the minor group with 3 updates (#6164) 2026-05-30 11:33:10 +02:00
requirements.txt [upd] pypi: Bump typer from 0.26.3 to 0.26.7 in the minor group (#6205) 2026-06-05 11:54:28 +02:00
SECURITY.md [enh] add security policy 2022-01-25 00:56:20 +01:00
setup.py [mod] drop SearXNG's checker (#5767) 2026-02-22 14:44:21 +01:00

SearXNG is a metasearch engine. Users are neither tracked nor profiled.

Organization

Documentation

License

Commits

Translated

Setup

To install SearXNG, see Installation guide.

To fine-tune SearXNG, see Configuration guide.

Further information on how-to can be found here.

Connect

If you have questions or want to connect with others in the community:

Contributing

See CONTRIBUTING for more details.

License

This project is licensed under the GNU Affero General Public License (AGPL-3.0). See LICENSE for more details.