this post was submitted on 02 Mar 2026
18 points (100.0% liked)
Privacy
5310 readers
44 users here now
Welcome! This is a community for all those who are interested in protecting their privacy.
Rules
PS: Don't be a smartass and try to game the system, we'll know if you're breaking the rules when we see it!
- Be civil and no prejudice
- Don't promote big-tech software
- No apathy and defeatism for privacy (i.e. "They already have my data, why bother?")
- No reposting of news that was already posted
- No crypto, blockchain, NFTs
- No Xitter links (if absolutely necessary, use xcancel)
Related communities:
Some of these are only vaguely related, but great communities.
- !opensource@programming.dev
- !selfhosting@slrpnk.net / !selfhosted@lemmy.world
- !piracy@lemmy.dbzer0.com
- !drm@lemmy.dbzer0.com
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What are some of your goals, motivations, restrictions, and threat model?
Hard to give great advice beyond generalities without knowing more.
I would encourage to check out Konform Browser! (am dev) It's significantly more relevant for privacy than Firefox without compromising on functionality.
In any case a benefit of QubesOS is that you can easily use several in different AppVMs so you can mix and match. Regardless of whatever else you use I guess you will always have Tor Browser on the side to, for example. Having something chromium-based like Helium or ungoogled-chromium on hand for when you need it makes sense too.
In very short: That's basically it. You can generall install applications two ways: system-wide in template (e.g. with your distro package manager), or under
/rw/(usually more specifically under/usr/localor/home/user). The "menu for additional applications" is about what.desktopapplications you will have access to in QubesOS. That functionality should handle both cases as long as in supported path. There may be specific cases when you want to install apps in AppVM but template is usually recommended.If you would like to explore setting things up using configuration management rather than doing it manually, qusal is good inspiration.