this post was submitted on 10 Jun 2026
273 points (91.0% liked)

Privacy

49025 readers
822 users here now

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

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 6 years ago
MODERATORS
 

Note: This setup is both for my android and pc Edit: For those recommending paid services and selfhosting, I don't have the money nor resources for either. Also it seams some people are confusing my android setup with my PC setup so I'll write it down. Android: Brave(movies) + Ironfox, Search: Brave + DDG, VPN: Proton ( not always on), GPay = Cash, Auth= Aegis Auth, Pass: KeepassDX, PC: Firefox= Librewolf, VPN = No VPN (VERY slow internet), Search: Searxng + DDG, Pass: KeepassXC,

you are viewing a single comment's thread
view the rest of the comments
[–] thingsiplay@lemmy.ml 3 points 10 hours ago* (last edited 10 hours ago) (1 children)

If you are on Arch, then I recommend to self host SearxNG meta search engine. There is an AUR package that builds from source and makes it easy to install and update. So if you are on Archlinux and value privacy a lot, then there is no excuse to not use this: https://aur.archlinux.org/packages/searxng-git and https://docs.searxng.org/

# Archlinux, AUR

# Build and install from source:
yay searxng-git

# Configure the search engine (shouldn't need to):
sudoedit /etc/searxng/settings.yml

# Start server when needed:
systemctl start searxng.service

# Or automatically start the server whenever you login:
systemctl enable searxng.service
[–] pigup@lemmy.world 2 points 7 hours ago (2 children)

Just noting you can have searxng on rhel and mint as well, I know those from experience.

[–] Mountainaire@lemmy.world 1 points 1 hour ago

and mint

Go on...

[–] thingsiplay@lemmy.ml 2 points 7 hours ago

Oh sure, I wasn't implying its Archlinux only or anything like that. There are plenty ways to install SearxNG on other distributions, including using Docker in example. I just found the installation and setup in Archlinux thanks to the AUR package extremely easy, as it is not very different from installing any other package.