Live data from Hacker News

Ask HN: Is Linux Safe to Daily drive in 2026?

news.ycombinator.com

1–10 of 40 posts

Ask HN: Is Linux Safe to Daily drive in 2026?

#1
I have been increasingly interested in daily running ubuntu (sorry, Arch people), and was wondering: how safe is it to daily drive an easy linux distro like Ubuntu in 2026?

To clarify what I'm asking: - Is Linux relatively safe compared to Windows or MacOS in a desktop setting - If it's not, what needs to be changed, configured, or avoided to make it so (if it can be)

Thanks for your time.

EDIT: (clarification) I have been experimenting a little with Linux already. This is more of a second step towards daily use for me. A more pressing concern (for me) is [gui] app sandboxing.

Re: Ask HN: Is Linux Safe to Daily drive in 2026?

#2
Safe in what sense?

As someone who's been daily running it since 2008, I'm gonna say yes anyway though. It's secure (one definition of safe) and no more likely to eat your data than any other OS. Still back things up though, hardware failures happen.

What to config? Nothing. Don't touch shit if you don't know what you're doing. That's the secret to having a stable system, not messing with it.

Re: Ask HN: Is Linux Safe to Daily drive in 2026?

#3
Perfectly safe. I would argue that it is the safest of the three, the least invasive both in terms of its design and in terms of privacy.

The open source model of development has encouraged the correct incentives for people to become active in identifying and fixing possible exploits in a global, communal effort.

Every server on the cloud has (by a large margin) chosen Linux as the OS to trust specifically for this reason.

Re: Ask HN: Is Linux Safe to Daily drive in 2026?

#5
Yes. Significantly safer than a Windows system in the default config.

If you expose a Windows server default install to the internet it will be compromised in days. (I don't know how. I do know AWS was very unimpressed with me.)

In contrast Linux systems are often set up that way without issue.

Re: Ask HN: Is Linux Safe to Daily drive in 2026?

#7
Linux comes in a wide range of distributions, so it is hard to make universal claims. One area where security defaults need to improve is sandboxing.

If security is a major concern, bwrap or firejail can easily provide that extra sandboxing.

NixOS and GuixSD make it quite trivial to sandbox applications in a declarative fashion using firejail.

An alternative is to use e.g. Flatpak, which gets you sandboxing for free via bwrap. But I am not a fan of application images that bypass package management.

Re: Ask HN: Is Linux Safe to Daily drive in 2026?

#9
Assuming you're already running a PC with a desktop OS, you can use virtualization to 'get your toe wet' and try linux without diving in entirely with a real install. On windows virtualbox is free for non-commercial use and pretty simple to set up.

If you've got a spare drive then install it on that leaving your existing install alone, or if you have spare space on your existing drive you can shrink a partition (backup important data first) and set up a multi-boot

Post reply on HN