123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Welcome to searx
  2. ================
  3. Search without being tracked.
  4. Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity.
  5. Get started with searx by using one of the `public instances`_. If you don't trust anyone, you can set up your own, see :ref:`installation`.
  6. .. _public instances: https://github.com/asciimoo/searx/wiki/Searx-instances
  7. Features
  8. --------
  9. - Self hosted
  10. - No user tracking
  11. - No user profiling
  12. - About 70 supported search engines
  13. - Easy intergration with any search engines
  14. - Cookies are not used by default
  15. - Secure, encrypted connections (HTTPS/SSL)
  16. - Hosted by organisations, such as La Quadrature du Net, which promote digital rights
  17. User documentation
  18. ------------------
  19. .. toctree::
  20. :maxdepth: 1
  21. user/search_syntax
  22. Administrator documentation
  23. ---------------------------
  24. .. toctree::
  25. :maxdepth: 1
  26. dev/install/installation
  27. admin/api
  28. admin/filtron
  29. Developer documentation
  30. -----------------------
  31. .. toctree::
  32. :maxdepth: 1
  33. dev/quickstart
  34. dev/contribution_guide
  35. dev/engine_overview
  36. dev/search_api
  37. dev/plugins
  38. dev/translation