SelfHost Hub SelfHost Hub
EN
← 返回到所有服务

GitHub 仓库信息

获取时间 · 2026年6月5日
★ 31,471 最后更新: 2026年6月5日
README
.. SPDX-License-Identifier: AGPL-3.0-or-later

.. _metasearch engine: https://en.wikipedia.org/wiki/Metasearch_engine
.. _Installation guide: https://docs.searxng.org/admin/installation.html
.. _Configuration guide: https://docs.searxng.org/admin/settings/index.html
.. _CONTRIBUTING: https://github.com/searxng/searxng/blob/master/CONTRIBUTING.rst
.. _LICENSE: https://github.com/searxng/searxng/blob/master/LICENSE

.. figure:: https://raw.githubusercontent.com/searxng/searxng/master/client/simple/src/brand/searxng.svg
   :target: https://searxng.org
   :alt: SearXNG
   :width: 512px


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

.. image:: https://img.shields.io/badge/organization-3050ff?style=flat-square&logo=searxng&logoColor=fff&cacheSeconds=86400
   :target: https://github.com/searxng
   :alt: Organization

.. image:: https://img.shields.io/badge/documentation-3050ff?style=flat-square&logo=readthedocs&logoColor=fff&cacheSeconds=86400
   :target: https://docs.searxng.org
   :alt: Documentation

.. image:: https://img.shields.io/github/license/searxng/searxng?style=flat-square&label=license&color=3050ff&cacheSeconds=86400
   :target: https://github.com/searxng/searxng/blob/master/LICENSE
   :alt: License

.. image:: https://img.shields.io/github/commit-activity/y/searxng/searxng/master?style=flat-square&label=commits&color=3050ff&cacheSeconds=3600
   :target: https://github.com/searxng/searxng/commits/master/
   :alt: Commits

.. image:: https://img.shields.io/weblate/progress/searxng?server=https%3A%2F%2Ftranslate.codeberg.org&style=flat-square&label=translated&color=3050ff&cacheSeconds=86400
   :target: https://translate.codeberg.org/projects/searxng/
   :alt: Translated

Setup
=====

To install SearXNG, see `Installation guide`_.

To fine-tune SearXNG, see `Configuration guide`_.

Further information on *how-to* can be found `here <https://docs.searxng.org/admin/index.html>`_.

Connect
=======

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

- `#searxng:matrix.org <https://matrix.to/#/#searxng:matrix.org>`_

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.

SearXNG 是一个免费、开源的元搜索引擎,允许用户从多个搜索引擎获取结果,同时保护隐私。它为用户提供一个统一的搜索界面,同时不会追踪用户的搜索行为。

主要功能

  • 元搜索引擎:聚合包括 Google、Bing、DuckDuckGo 等多个搜索引擎的结果
  • 隐私保护:不记录 IP 地址或搜索请求,保护用户隐私
  • 多种搜索类别:支持网页、图片、视频、新闻、地图等多种搜索
  • 可定制结果:调整搜索引擎优先级和权重
  • 搜索过滤器:使用语法过滤和优化搜索结果
  • 自托管控制:完全掌控您的搜索数据
  • 防跟踪:拦截搜索引擎的用户跟踪
  • 主题自定义:支持多种主题和界面布局
  • RESTful API:可以通过编程方式访问
  • 响应式设计:适配移动和桌面设备

部署要求

  • Python 3.7 或更高版本
  • Redis(推荐用于更好的性能)
  • 任何支持 WSGI 的 Web 服务器(如 nginx + uwsgi)
  • 最低配置:1核 CPU,512MB 内存
  • 推荐配置:2核+ CPU,1GB+ 内存
  • 存储空间:约 200MB(基础安装)
  • 可选:Morty 用于代理和净化搜索结果

发现更多