SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled as we are hosting it.
This meta search can be hosted on cloud or on raspberrypi or simple VM Instances as well using docker
- Clone the Searxng Repository
$ cd ~/Downloads
$ git clone https://github.com/searxng/searxng.git searxng
$ cd searxng
SearXNG loves developers, just clone and start hacking. All the rest is done for you simply by using make
Here is how a minimal workflow looks like:
start hacking
run your code: make run
test your code: make test
Then it will automatically open the link on localhost:8888