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!

  1. Be civil and no prejudice
  2. Don't promote big-tech software
  3. No apathy and defeatism for privacy (i.e. "They already have my data, why bother?")
  4. No reposting of news that was already posted
  5. No crypto, blockchain, NFTs
  6. No Xitter links (if absolutely necessary, use xcancel)

Related communities:

Some of these are only vaguely related, but great communities.

founded 1 year ago
MODERATORS
 

I'm installing Qubes OS for the first time, and I was wondering if there is any disadvantage to installing librewolf (or something similar) as my primary browser instead of default firefox?

If I do want to do this, is there a recommended method beyond "install it as normal in the template"? I notice that when creating a new qube, there is a menu for additional applications; how exactly does that work?

For practical reasons I might also want to install some kind of chromium based browser (probably helium), but I wouldn't expect to use it much.

you are viewing a single comment's thread
view the rest of the comments
[–] ken@discuss.tchncs.de 1 points 1 day ago* (last edited 1 day ago)

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.

If I do want to do this, is there a recommended method beyond “install it as normal in the template”? I notice that when creating a new qube, there is a menu for additional applications; how exactly does that work?

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/local or /home/user). The "menu for additional applications" is about what .desktop applications 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.