12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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 integration with any search engine
  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. user/own-instance
  23. Administrator documentation
  24. ---------------------------
  25. .. toctree::
  26. :maxdepth: 1
  27. dev/install/installation
  28. admin/api
  29. admin/filtron
  30. Developer documentation
  31. -----------------------
  32. .. toctree::
  33. :maxdepth: 1
  34. dev/quickstart
  35. dev/contribution_guide
  36. dev/engine_overview
  37. dev/search_api
  38. dev/plugins
  39. dev/translation