Skip to content

Instantly share code, notes, and snippets.

@sidmulajkar
Last active October 17, 2022 19:55
Show Gist options
  • Save sidmulajkar/f3877b905251d4fee6f1ac323145cf89 to your computer and use it in GitHub Desktop.
Save sidmulajkar/f3877b905251d4fee6f1ac323145cf89 to your computer and use it in GitHub Desktop.
How to use Searxng Meta Search Engine without docker

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

  1. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment