Warning, this article has been created more than 6 month ago. The information it contains may not be up to date. Searx 0.12 to 0.13.1 and configuration Written by Mirabellette / 18 december 2017 / no comments Hello everyone, I just upgraded the version of Searx from 0.12 to 0.13.1. The upgrade was quite easy, it needed me around 30 minutes to upgrade it and to verify if everything was ok. If you followed the standard installation, you just have to follow these steps bellow to upgrade it: sudo -u searx -i cd /usr/local/searx mv searx/settings.yml searx/settings.yml.old #(to keep your previous configuration git pull # copy your own settings from searx/settings.yml.old to searx/settings.yml rm searx/settings.yml.old #not needed anymore virtualenv searx-ve . ./searx-ve/bin/activate pip install -r requirements.txt python setup.py install #exit the virtual_env Now your application is upgraded, you just have to restart the service with: sudo /etc/init.d/uwsgi restart I also add some search engine which respect privacy enable by default like duckduckgo, xquick, qwant, startpage, ixquick. I hope this article was useful for you to upgrade your version of Searx. I am aware I have a Captcha issue with Google, I am working on it. Have a nice day Social media If you find this article interesting, feel free to subscribe to my RSS flux and to follow me on Mastodon. Don't hesitate to share it if you think he could interest someone else.