it's like using google from 2000's; thanks for sharing
Privacy
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
Chat rooms
-
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
Man, i wish i had the same experiencr
The couple of times I tried it out, the search results where barely accurate
Aren't all search queries available to whoever hosts an instance? In my eyes this is much worse to privacy and a much bigger risk unless you really know who is behind your chosen instance. I would trust some a company a bit more with safeguarding this information so it does not leak to some random guy.
I've always gotten the impression it was mostly intended to be self hosted. I've self hosted it for something like a couple years now, runs like a clock. It still strips out tracking and advertising, even if you don't get the crowd anonymity of a public instance.
Companies are definitely selling your data. Use a VPN.
As someone who hosts an instance, news to me lol
Edit: Developer says this can't be done currently? Reddit comment
It doesn't bother me one bit of you know my search history. You'll learn I search a word to see if I know your to spell it properly and that I DIY a lot of stuff lol
Been rocking self-hosted Searxng for the last 3 weeks now as my default search engine; it's as good or better than DDG and certainly better than Google. Results I need are usually within the first three items, no extraneous shit.
I thought I'd just try it out, but it's staying. The ability to tune the background engines is awesome. My search history is private (though I wasn't that worried about DDG, there was no way in fuck I was using Kagi) since it's running it's searches via a VPN and returning me results locally.
it’s as good or better than
It's only as good as the search engines you select. Which ones have you selected?
Defaults are working fine, I might have added one or two.
Keep in mind that to protect your privacy you should also share your instance with others. All the searches are still linked to an IP which can be abused as well.
Yes, that's the purpose of the VPN. It's out there mixed in with everyone else that's using that exit node.
Honestly, it's not too much of a concern to me, I'm not doing anything illegal or naughty, it's just making sure I'm not part of the dataset.
Yep, a VPN is a good solution.
How does it work self hosting? Is it querying other search engines or just maintaining a database on your server?
It's a meta search engine: it aggregates results from multiple sources for your search query. So yes, it queries other search engines.
Its all calls to other engines, that you can choose and tune. So its making those calls and filtering out shit like AI results, and then ranking it to return back to you. Seems to do a good job.
Can someone explain the meaning of the name and the people having this project please?
You're trusting how information is filtered and funneled to you with a search tool, but a change to take lightly. Google sucks, but they have a lot to lose, a lot of eyes on them and I know generally their base motivations.
Fortunately, you can read through the source code of SearxNG and even modify it - provided that you also publish the modified version to your users if you host it publicly.
You can run your own instance, public or private. Or you can use a public instance.
Internally, it uses other search engines, rather than crawling the entire web and indexing everything.
It's ok at best, when it works. When it runs out of API hits for the day at noon, you need to use something like https://searx.neocities.org/ and retype your search multiple times until you manage to hit an instance that can actually perform a search.
Also, no suggestions.
I use this daily and just wanted to highlight two downsides:
-
1 some instances are quite slow in response
-
2 some instances are non English, so everything except search results might be unreadable unless you know that language
The second one has been happening less frequently recently though, not sure if there are just more English instances or some other reason behind it.
Self host it, it's nothing to set up.
Doesn't that defeat the only benefit - anonymity?
It strips the tracking data to and from the engines, so if you tuck it behind a vpn, GG.
Not if it runs the queries it sends out via a VPN where it mingles with thousands of other requests. An API call doesn't have the disadvantages of browser fingerprinting, cookies, etc that are used to build a background of a user browsing to your search engine and track their searches. Also, there is no feedback to the search engine about which result you choose to use. If you allow outside users, it would further muddy the waters.
Ideally, you'd have it run random searches when not being used to further obfuscate the source.
I really wish there was a privacy oriented search engine with decent search results ...
Does it have a widget? I want to integrate it in my workflow on my phone
No widget. You can make it into a web app though.
The best thing is to self host it, to have better uptimes and custom default settings
Did anyone else not know Lycos was still around? Lycos is still around. Seems not that bad. No AI stuff.
I have it running on my server, and honestly... I almost love it more than kagi. Still evaluating both, to make a decision by the end of the year.
Dig out old PC from somewhere, install some Linux distribution, Tailscale and Docker/Podman, and install SearX that way.