<p>Searx is a <ahref="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a> inspired by the <ahref="http://seeks-project.info/">seeks-project</a>.
<br/>It tries to provide basic privacy by mixing your queries with those from others while avoiding storing search data. For all browsers (except chrom*) queries are made using a POST request. Thus they don't show up in our logs, nor in your url history. For Chrom* users there is an exception, searx is used from the search bar, it issues GET requests.
<p>It's ok if you don't trust us regarding the logs, <ahref="https://github.com/asciimoo/searx">take the code</a> and run it yourself! decentralize!</p>
<p><ahref="#"onclick="window.external.AddSearchProvider(window.location.protocol + '//' + window.location.host + '/opensearch.xml')">Install</a> searx as a search engine on any version of Firefox! (javascript required)</p>
<li>Edit your engines.cfg, see <ahref="https://raw.github.com/asciimoo/searx/master/engines.cfg_sample">sample config</a></li>
<li>Create your custom engine module, check the <ahref="https://github.com/asciimoo/searx/blob/master/examples/basic_engine.py">example engine</a></li>