README.rst 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. .. SPDX-License-Identifier: AGPL-3.0-or-later
  2. ----
  3. .. figure:: https://raw.githubusercontent.com/searxng/searxng/master/src/brand/searxng.svg
  4. :target: https://docs.searxng.org/
  5. :alt: SearXNG
  6. :width: 100%
  7. :align: center
  8. ----
  9. Privacy-respecting, hackable `metasearch engine`_
  10. Searx.space_ lists ready-to-use running instances.
  11. A user_, admin_ and developer_ handbook is available on the homepage_.
  12. |SearXNG install|
  13. |SearXNG homepage|
  14. |SearXNG wiki|
  15. |AGPL License|
  16. |Issues|
  17. |commits|
  18. |weblate|
  19. |SearXNG logo|
  20. ----
  21. .. _searx.space: https://searx.space
  22. .. _user: https://docs.searxng.org/user
  23. .. _admin: https://docs.searxng.org/admin
  24. .. _developer: https://docs.searxng.org/dev
  25. .. _homepage: https://docs.searxng.org/
  26. .. _metasearch engine: https://en.wikipedia.org/wiki/Metasearch_engine
  27. .. |SearXNG logo| image:: https://raw.githubusercontent.com/searxng/searxng/master/src/brand/searxng-wordmark.svg
  28. :target: https://docs.searxng.org/
  29. :width: 5%
  30. .. |SearXNG install| image:: https://img.shields.io/badge/-install-blue
  31. :target: https://docs.searxng.org/admin/installation.html
  32. .. |SearXNG homepage| image:: https://img.shields.io/badge/-homepage-blue
  33. :target: https://docs.searxng.org/
  34. .. |SearXNG wiki| image:: https://img.shields.io/badge/-wiki-blue
  35. :target: https://github.com/searxng/searxng/wiki
  36. .. |AGPL License| image:: https://img.shields.io/badge/license-AGPL-blue.svg
  37. :target: https://github.com/searxng/searxng/blob/master/LICENSE
  38. .. |Issues| image:: https://img.shields.io/github/issues/searxng/searxng?color=yellow&label=issues
  39. :target: https://github.com/searxng/searxng/issues
  40. .. |PR| image:: https://img.shields.io/github/issues-pr-raw/searxng/searxng?color=yellow&label=PR
  41. :target: https://github.com/searxng/searxng/pulls
  42. .. |commits| image:: https://img.shields.io/github/commit-activity/y/searxng/searxng?color=yellow&label=commits
  43. :target: https://github.com/searxng/searxng/commits/master
  44. .. |weblate| image:: https://translate.codeberg.org/widgets/searxng/-/searxng/svg-badge.svg
  45. :target: https://translate.codeberg.org/projects/searxng/
  46. Contact
  47. =======
  48. Ask questions or just chat about SearXNG on
  49. IRC
  50. `#searxng on libera.chat <https://web.libera.chat/?channel=#searxng>`_
  51. which is bridged to Matrix.
  52. Matrix
  53. `#searxng:matrix.org <https://matrix.to/#/#searxng:matrix.org>`_
  54. Differences to searx
  55. ====================
  56. SearXNG is a fork of `searx`_, with notable changes:
  57. .. _searx: https://github.com/searx/searx
  58. User experience
  59. ---------------
  60. - Reworked (and still simple) theme:
  61. * Usable on desktop, tablet and mobile.
  62. * Light and dark versions (available in the preferences).
  63. * Right-to-left language support.
  64. * `Screenshots <https://dev.searxng.org/screenshots.html>`_
  65. - The translations are up to date, you can contribute on `Weblate`_
  66. - The preferences page has been updated:
  67. * Browse which engines are reliable or not.
  68. * Engines are grouped inside each tab.
  69. * Each engine has a description.
  70. - Thanks to the anonymous metrics, it is easier to report malfunctioning engines,
  71. so they get fixed quicker
  72. - `Turn off metrics on the server
  73. <https://docs.searxng.org/admin/engines/settings.html#general>`_ if you don't want them recorded.
  74. - Administrators can `block and/or replace the URLs in the search results
  75. <https://github.com/searxng/searxng/blob/5c1c0817c3996c5670a545d05831d234d21e6217/searx/settings.yml#L191-L199>`_
  76. Setup
  77. -----
  78. - No need for `Morty`_ to proxy images, even on a public instance.
  79. - No need for `Filtron`_ to block bots, as there is now a built-in `limiter`_.
  80. - A well maintained `Docker image`_, now also built for ARM64 and ARM/v7 architectures.
  81. (Alternatively there are up to date installation scripts.)
  82. .. _Docker image: https://github.com/searxng/searxng-docker
  83. Contributing
  84. ------------
  85. - Readable debug log.
  86. - Contributing is easier, thanks to the `Development Quickstart`_ guide.
  87. - A lot of code cleanup and bugfixes.
  88. - Up to date list dependencies.
  89. .. _Morty: https://github.com/asciimoo/morty
  90. .. _Filtron: https://github.com/searxng/filtron
  91. .. _limiter: https://docs.searxng.org/src/searx.plugins.limiter.html
  92. .. _Weblate: https://translate.codeberg.org/projects/searxng/searxng/
  93. .. _Development Quickstart: https://docs.searxng.org/dev/quickstart.html
  94. Translations
  95. ============
  96. Help translate SearXNG at `Weblate`_
  97. .. figure:: https://translate.codeberg.org/widgets/searxng/-/multi-auto.svg
  98. :target: https://translate.codeberg.org/projects/searxng/
  99. Codespaces
  100. ==========
  101. You can contribute from your browser using `GitHub Codespaces`_:
  102. - Fork the repository
  103. - Click on the ``<> Code`` green button
  104. - Click on the ``Codespaces`` tab instead of ``Local``
  105. - Click on ``Create codespace on master``
  106. - VSCode is going to start in the browser
  107. - Wait for ``git pull && make install`` to appears and then to disapear
  108. - You have `120 hours per month`_ (see also your `list of existing Codespaces`_)
  109. - You can start SearXNG using ``make run`` in the terminal or by pressing ``Ctrl+Shift+B``.
  110. .. _GitHub Codespaces: https://docs.github.com/en/codespaces/overview
  111. .. _120 hours per month: https://github.com/settings/billing
  112. .. _list of existing Codespaces: https://github.com/codespaces
  113. Donations
  114. =========
  115. Support the SearXNG project by clicking the donation page:
  116. https://docs.searxng.org/donate.html
  117. Thank you :)