TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why one would use Qubes OS? (2023)

37 pointsby lemper6 months ago

5 comments

midenginedcoupe6 months ago
I&#x27;ve been using it as my daily dev machine for ~5 years now.<p>As per the article, the usability tradeoffs are considerable. But the separation of domains into separate VMs is really lovely. If nothing else, having a separate VM per client just feels &quot;right&quot;. No intermingling of code and, even more importantly, secrets or credentials or even comms. Being able to use the same physical machine for personal stuff as well as work is also a bonus.
freeqaz6 months ago
One of the killer features of Qubes when I used it was the ability to &quot;pause&quot; a VM and all of the apps running in it. That&#x27;s something I&#x27;ve tried to replicate with tools like tmuxp but I&#x27;ve never found an abstraction as clean as &quot;serialize the whole process tree to disk&quot; like Qubes has.<p>I gave up on it for usability reasons, but that feature is killer. Anybody else aware of anything similar?
评论 #42201815 未加载
评论 #42202107 未加载
评论 #42203938 未加载
评论 #42202562 未加载
评论 #42201922 未加载
评论 #42203544 未加载
fsflover6 months ago
More reasons to use it: <a href="https:&#x2F;&#x2F;forum.qubes-os.org&#x2F;t&#x2F;how-to-pitch-qubes-os&#x2F;4499&#x2F;15" rel="nofollow">https:&#x2F;&#x2F;forum.qubes-os.org&#x2F;t&#x2F;how-to-pitch-qubes-os&#x2F;4499&#x2F;15</a>.<p>And also, one reason could be ascetism, <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42099398">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42099398</a>.
nunez6 months ago
This is the same concept as CoreOS, which now lives on as Flatcar, though with harder isolation guarantees because VMs.<p>I love the idea. Extremely minimal attack surface.<p>At the moment, I&#x27;m working on building a virtual version of the NUC that I purchased that will also run Flatcar so that I can test the configuration of my Docker Compose services.
atmanactive6 months ago
I hope Qubes OS developed a solution for GPU passthrough by now, as, reading the article, that&#x27;s the only thing that&#x27;s missing, back in 2023. Similar to how sys-net and sys-usb work, we need sys-pci and ... done.