SearXNG: A free internet metasearch engine

(github.com)

68 points | by theanonymousone 2 hours ago ago

18 comments

  • asciimoo a few seconds ago

    Ohi, I'm the original creator of Searx, but due to the limitations of the metasearch concept I'm not involved in the development anymore. My new search project is https://github.com/asciimoo/hister (https://hister.org/).

    Hister is a full text indexer for websites and local files which automatically saves all the visited pages rendered by your browser. Storing visited sites allows serving offline result previews and the full page content via MCP.

    Take a look at how the MCP can be utilized: https://hister.org/posts/give-your-ai-assistant-a-private-me...

  • goodroot 6 minutes ago

    This appears to be a key tool for providing search to local models.

    I'm curious what setups folks use to provide this functionality.

    Since the quantized 24B parameter Gemma model came out, I've had good luck with tool calling on a 4070 Ti Super.

    Successful tool calling is what finally made the local experience useful.

    I should note this is for the general and not coding specific context.

  • artooro an hour ago

    It works well if you connect it the Brave Search API, but using it a scraper is fairly unreliable. Google stopped working a few days ago.

  • fishgoesblub an hour ago

    I've been using SearXNG for a few years now, however I've been trying out Degoog as a SearXNG alternative since I've had issues with engines constantly failing or being slow since day 1 of using SearXNG, but Degoog has worse results with the same engines. It's a shame since I'm having to pick between slower but better results, or very fast but worse results.

  • satvikpendem 2 hours ago

    TinySearch wraps this and works well for agents. It's better than the native SearXNG MCP because it optimizes the context before it even gets to the agent so as to not waste tokens.

    https://github.com/MarcellM01/TinySearch

    • drnick1 an hour ago

      SearXNG did not include a built-in MCP server, last time I checked.

    • ProofHouse an hour ago

      Props

  • lucasrufkahr 18 minutes ago

    Yeah, I find that searx results are way more relevant to what I’m actually looking for than a single engine. There’s so much manipulation going on that if you don’t aggregate multiple engines, it’s near impossible to get what you want.

  • rcarmo 22 minutes ago

    Years of regular use here, has been great even before I started using it as an agent tool.

  • ManWith2Plans an hour ago

    I've been using this for some projects. It's exceptional and I recommend it highly.

    I actually included a recipe to deploy it to kubernetes in typekro, my TypeScript infrastructure-as-code project for kubernetes: https://typekro.run/api/searxng/

  • dexterdog an hour ago

    I've been self hosting this as my default engine across all of my searches for a few years now. I can't recommend it more highly.

    • viviansolide an hour ago

      Same experience

    • ProofHouse an hour ago

      I’ll have to try, I’ve only recently learned Exa pricing is a bit crazy (especially on searches where you source 30-40 sources)I just used it be default and then was like oh damn when I got hit

  • arikrahman an hour ago

    I have used SearXNG hosts like https://searx.be/ but stick with Brave search for the most part. Are there other good hosts people tend to use?

    • vimredo an hour ago

      Personally, I self-host it myself. All the hosts I tried either errored often, or gave search results that were complete garbage.

  • another_twist an hour ago

    Been a fan of searX for a while. Not sure if this is the same thing but there were plenty of hosted versions too.

  • salmonik an hour ago

    I prefer 4get.

  • noobcoder 37 minutes ago

    how do i configure which specific search engines SearXNG pulls its results from? Can we extend it to onyl search Stack Overflow and GitHub