README.rst 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. .. SPDX-License-Identifier: AGPL-3.0-or-later
  2. .. figure:: https://raw.githubusercontent.com/searx/searx/master/searx/static/themes/oscar/img/logo_searx_a.png
  3. :target: https://searx.github.io/searx/
  4. :alt: searX
  5. :width: 100%
  6. :align: center
  7. -------
  8. |searx install|
  9. |searx homepage|
  10. |searx wiki|
  11. |AGPL License|
  12. |Issues|
  13. |commits|
  14. |OpenCollective searx backers|
  15. |OpenCollective searx sponsors|
  16. Privacy-respecting, hackable `metasearch engine`_ / *pronunciation* **sɜːks**.
  17. .. _metasearch engine: https://en.wikipedia.org/wiki/Metasearch_engine
  18. .. |searx install| image:: https://img.shields.io/badge/-install-blue
  19. :target: https://searx.github.io/searx/admin/installation.html
  20. .. |searx homepage| image:: https://img.shields.io/badge/-homepage-blue
  21. :target: https://searx.github.io/searx
  22. .. |searx wiki| image:: https://img.shields.io/badge/-wiki-blue
  23. :target: https://github.com/searx/searx/wiki
  24. .. |AGPL License| image:: https://img.shields.io/badge/license-AGPL-blue.svg
  25. :target: https://github.com/searx/searx/blob/master/LICENSE
  26. .. |Issues| image:: https://img.shields.io/github/issues/searx/searx?color=yellow&label=issues
  27. :target: https://github.com/searx/searx/issues
  28. .. |PR| image:: https://img.shields.io/github/issues-pr-raw/searx/searx?color=yellow&label=PR
  29. :target: https://github.com/searx/searx/pulls
  30. .. |commits| image:: https://img.shields.io/github/commit-activity/y/searx/searx?color=yellow&label=commits
  31. :target: https://github.com/searx/searx/commits/master
  32. .. |OpenCollective searx backers| image:: https://opencollective.com/searx/backers/badge.svg
  33. :target: https://opencollective.com/searx#backer
  34. .. |OpenCollective searx sponsors| image:: https://opencollective.com/searx/sponsors/badge.svg
  35. :target: https://opencollective.com/searx#sponsor
  36. If you are looking for running instances, ready to use, then visit searx.space_.
  37. Otherwise jump to the user_, admin_ and developer_ handbooks you will find on
  38. our homepage_.
  39. .. _searx.space: https://searx.space
  40. .. _user: https://searx.github.io/searx/user
  41. .. _admin: https://searx.github.io/searx/admin
  42. .. _developer: https://searx.github.io/searx/dev
  43. .. _homepage: https://searx.github.io/searx
  44. contact:
  45. openhub_ // twitter_ // IRC: #searx @ Libera (irc.libera.chat)
  46. .. _openhub: https://www.openhub.net/p/searx
  47. .. _twitter: https://twitter.com/Searx_engine
  48. **************************
  49. Frequently asked questions
  50. **************************
  51. Is searx in maintenance mode?
  52. #############################
  53. No, searx is accepting new features, including new engines. We are also adding
  54. engine fixes or other bug fixes when needed. Also, keep in mind that searx is
  55. maintained by volunteers who work in their free time. So some changes might take
  56. some time to be merged.
  57. We reject features that might violate the privacy of users. If you really want
  58. such a feature, it must be disabled by default and warn users about the consequances
  59. of turning it off.
  60. What is the difference between searx and SearxNG?
  61. #################################################
  62. TL;DR: SearXNG is for users that want more features and bugs getting fixed quicker.
  63. If you prefer a minimalist software and stable experience, use searx.
  64. SearxNG is a fork of searx, created by a former maintainer of searx. The fork
  65. was created because the majority of the maintainers at the time did not find
  66. the new proposed features privacy respecting enough. The most significant issue is with
  67. engine metrics.
  68. Searx is built for privacy conscious users. It comes with a unique set of
  69. challenges. One of the problems we face is that users rather not report bugs,
  70. because they do not want to publicly share what engines they use or what search
  71. query triggered a problem. It is a challenge we accepted.
  72. The new metrics feature collects more information to make engine maintenance easier.
  73. We could have had better and more error reports to benefit searx maintainers.
  74. However, we believe that the users of searx must come first, not the
  75. software. We are willing to compromise on the lack of issue reports to avoid
  76. violating the privacy of users.
  77. Furthermore, SearxNG is under heavy refactoring and dependencies are constantly updated, even
  78. if it is unnecessary. It increases the risk of introducing regressions. In searx
  79. we strive for stability, rather than moving fast and breaking things.
  80. Is searx for me?
  81. ################
  82. Are you privacy conscious user? Then yes.
  83. In searx we decided to double down on being privacy respecting. We are picking
  84. engine changes from SearxNG, but we are not implementing engine detailed
  85. monitoring and not adding a new UI that relies on Javascript.
  86. If you are willing to give up some privacy respecting features, we encourage you to
  87. adopt SearxNG. Searx is targeted for privacy conscious users who run their
  88. instances locally, instead of using public instances.
  89. Why should I use SearxNG?
  90. #########################
  91. SearxNG has rolling releases, dependencies updated more frequently, and engines are fixed
  92. faster. It is easy to set up your own public instance, and monitor its
  93. performance and metrics. It is simple to maintain as an instance administrator.
  94. As a user, it provides a prettier user interface and nicer experience.