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.

What is Silverblue?

303 pointsby anuragsonialmost 6 years ago

24 comments

lifeisstillgoodalmost 6 years ago
I have been working on a similar idea (well ok the <i>concept</i> of an immutable desktop - the tech is completely different) - <a href="https:&#x2F;&#x2F;github.com&#x2F;mikadosoftware&#x2F;workstation&#x2F;tree&#x2F;master&#x2F;bin" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mikadosoftware&#x2F;workstation&#x2F;tree&#x2F;master&#x2F;bi...</a><p>The article is completely right about this being the future of user OS&#x27;s - even my half-broke me-ware above has changed how I think about using my laptop - just knowing exactly what is under me is exactly what I have set is ... reassuring.<p>Being able to know I can try things out and a reboot gets me back to my last known good point is ... well a bit like a video game with savepoints. And there becomes an utter focus on data and non-data. And probably the best advantage is that you ratchet up - every security improvement I think of becomes built in and makes my platform one tiny bit higher<p>SilverBlue is well worth watching - I say they really are into something
评论 #20432344 未加载
评论 #20434869 未加载
评论 #20434780 未加载
robin_realaalmost 6 years ago
Sounds similar to what Apple’s doing with Catalina. On <a href="https:&#x2F;&#x2F;www.apple.com&#x2F;macos&#x2F;catalina-preview&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.apple.com&#x2F;macos&#x2F;catalina-preview&#x2F;</a> they say:<p><i>Dedicated system volume.</i><p>macOS Catalina runs in its own read-only volume, so it’s separate from all other data on your Mac, and nothing can accidentally overwrite your system files. And Gatekeeper ensures that new apps you install have been checked for known security issues before you run them, so you’re always using good software.
评论 #20432995 未加载
pknopfalmost 6 years ago
I&#x27;d like to share a similar project&#x2F;tool that I developed.<p>Darch. <a href="https:&#x2F;&#x2F;godarch.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;godarch.com&#x2F;</a><p>I essentially use Dockerfiles to build my operating systems. I push them to Docker Hub so that each of my machines have access to them. I can boot them bare-metal, read-only, with a tmpfs overlay. I can apt-get install&#x2F;remove anything, completely break my system, then reboot and everything is fixed!<p>Here are my recipes: <a href="https:&#x2F;&#x2F;github.com&#x2F;pauldotknopf&#x2F;darch-recipes" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pauldotknopf&#x2F;darch-recipes</a><p>You can easily get it a test-run with a pre-made VM: <a href="https:&#x2F;&#x2F;pknopf.com&#x2F;post&#x2F;2018-11-09-give-ubuntu-darch-a-quick-ride-in-a-virtual-machine&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pknopf.com&#x2F;post&#x2F;2018-11-09-give-ubuntu-darch-a-quick...</a><p>I&#x27;d love to hear some feed back. I&#x27;ve been using it personally for the past few years. I wouldn&#x27;t do it any other way.
antplsalmost 6 years ago
Basically : the OS is itself a layered read-only &quot;container&quot;, on top of which flatpak is the recommended way to install applications.<p>I wish someone built an OS based on k8s as a service and application orchestrator. We wouldn&#x27;t have to reinvent all the config files, the command line tools and we could reuse knowledge between cluster and single-machine administration. Plus k8s already voluntary abstracted the underlying technologies, so it should be simple to reuse it. We would use the same high-availability concepts than from the cloud, such as stateless service, horizontal scaling of services, etc. We could also reuse Istio and all the standards it is built-on to introspect the system. In other words, a microservice based OS.
评论 #20432779 未加载
评论 #20433878 未加载
评论 #20432047 未加载
评论 #20432040 未加载
评论 #20433246 未加载
评论 #20431926 未加载
评论 #20434715 未加载
评论 #20432659 未加载
sjellisalmost 6 years ago
It&#x27;s worth a moment to give credit to the long defunct Stateless Linux project:<p><a href="https:&#x2F;&#x2F;fedoraproject.org&#x2F;wiki&#x2F;StatelessLinux" rel="nofollow">https:&#x2F;&#x2F;fedoraproject.org&#x2F;wiki&#x2F;StatelessLinux</a><p>This was imagined a decade ago, but the technology and the market weren&#x27;t ready then. I am really excited to see it as an actual product.
评论 #20432269 未加载
vander_elstalmost 6 years ago
The scope seems to be pretty similar to: <a href="https:&#x2F;&#x2F;nixos.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nixos.org&#x2F;</a>
评论 #20432354 未加载
评论 #20433810 未加载
okasakialmost 6 years ago
This seems poorly motivated.<p>&gt; What are the benefits of an immutable OS?<p>&gt; One of the main benefits is security. The base operating system is mounted as read-only, and thus cannot be modified by malicious software. The only way to alter the system is through the rpm-ostree utility.<p>How is this different from the current experience? &quot;Operating system&quot; files already aren&#x27;t writable by the user. The only way to alter the system is through the &quot;sudo&quot; utility.<p>&gt; Another benefit is robustness. It’s nearly impossible for a regular user to get the OS to the state when it doesn’t boot or doesn’t work properly after accidentally or unintentionally removing some system library. Try to think about these kind of experiences from your past, and imagine how Silverblue could help you there.<p>How often does this happen? I&#x27;ve worked with complete Linux noobies who were &quot;forced&quot; to use Linux in a VM daily and I&#x27;ve never seen this happen.
评论 #20432768 未加载
评论 #20432916 未加载
评论 #20439103 未加载
besulzbachalmost 6 years ago
&gt; The operating system is delivered in images that are created by utilizing the rpm-ostree project. The main benefits of the system are speed, security, atomic updates and immutability.<p>The article never mentions speed (or performance) again. Is the OS somehow expected to be faster because it is mounted read-only?
评论 #20431730 未加载
评论 #20431929 未加载
ww520almost 6 years ago
This is great, especially for atomic update and rollback of the OS. I remember a particular painful instance of OS upgrade. I did the yum update command in the login shell and forgot to do it in a screen session. The login shell got killed after a period of inactivity, in the middle of the OS update. Afterward the OS was beyond repair; couldn&#x27;t roll back or move forward. Had to reinstall.<p>I wished something like silverblue existed back then.
leonlagalmost 6 years ago
I&#x27;m a fedora user and I just gave silverblue a try. The idea itself is great but in it&#x27;s current state it&#x27;s basically unusable for me.<p>A lot of application I use are command line based and are simply not available via flatpak. You have to install these via rpm-ostree but that requires a reboot every time you install anything.<p>Moreover many GUI applications that are available in the fedora repos are simply not packaged as flatpaks and either require rpm-ostree and a subsequent reboot or adding a third party repository like flathub. I really don&#x27;t want to give up fedoras mostly excellent repos to rely on some badly packaged, possibly malicious container.<p>After not being able to find my preffered media player mpv, I settled for VLC from flathub. It installed just fine but video playback was completely broken, VLC installed via rpm-ostree worked.<p>I also don&#x27;t understand how you are supposed to install patent encumbered codecs for firefox. Usually this is solved by adding the rpmfusion repos but with firefox being installed via a flatpak from the fedora repos, this obviously does not work.<p>I&#x27;ll probably check this out again in ~2 years and see if it&#x27;s any better.
评论 #20444865 未加载
silisilialmost 6 years ago
As a Linux user from the 90s, I welcome this change. RPM Hell and its Debian equivalent are real and painful things. When disk space was a premium, system dynamic linking made sense. Today, it absolutely does not. rpm-ostree is a bit ugly. Snap has the right idea of doing both system services and apps. Fedora should do the same.
评论 #20431808 未加载
评论 #20431800 未加载
stewbrewalmost 6 years ago
The author takes a long time to explain what problem this is going to solve. Only at the bottom of the page did I get a vague idea.
DonHopkinsalmost 6 years ago
&gt;“Team Silverblue” or “Silverblue” in short doesn’t have any hidden meaning.<p>Don&#x27;t &quot;Bill Revues&quot;, &quot;Evil Rubles&quot;, &quot;Rebels I Luv&quot;, &quot;Urb Level I&quot;, &quot;I&#x27;ll Sue Verb&quot;, &quot;I Blur Elves&quot;, &quot;Be Evil Slur&quot;, and &quot;I Serve Bull&quot; qualify as hidden meanings?<p>(Not to mention &quot;I Beaver&#x27;s Mullet&quot;, &quot;Brutalism Levee&quot;, &quot;Album Televiser&quot;, &quot;Ever Liable Smut&quot;, &quot;Evil Slum Beater&quot;, &quot;Melt Bra, Sue Evil&quot;, &quot;Be Real Evil Smut&quot;, &quot;Evilest Bar Mule&quot;, &quot;Leave Stumblier&quot;, or &quot;Blames True Evil&quot;...)
评论 #20432137 未加载
评论 #20433607 未加载
Vogtinatoralmost 6 years ago
Also look at openSUSE MicroOS, which provides the same core idea (transactional root fs), but with some key advantages like not using rpm-ostree and instead using plain RPMs.
cycomanicalmost 6 years ago
How is that fixing the issue of incompatible configuration changes? This is typically the reason why I see boot or start problems, i.e. I have made some changes to some configuration and the format, or some option changed with a package upgrade and I suddenly can&#x27;t boot into the gui anymore. In contrast I can&#x27;t remember when I updated a system and something stopped working because 2 libraries were incompatible. To me this is really solving a non-issue.
评论 #20434537 未加载
arendtioalmost 6 years ago
How do they do things like security updates (e.g. OpenSSL)?<p>I mean, if the system is immutable, do I have to download an install a completely new image? How often do such updates arrive?<p>And what does immutable even mean in practice? Do I have to start from a CD image or some special boot mode every time I want to install system updates?
评论 #20433056 未加载
评论 #20433127 未加载
ameliusalmost 6 years ago
&gt; “Team Silverblue” or “Silverblue” in short doesn’t have any hidden meaning. It was chosen after roughly two months when the project, previously known as Atomic Workstation was rebranded. There were over 150 words or word combinations reviewed in the process. In the end Silverblue was chosen because it had an available domain as well as the social network accounts.<p>It personally made me think of &quot;Silverlight&quot;.
RickJWagneralmost 6 years ago
Oooh, this is poor timing for me.<p>I&#x27;m about to get a new laptop for work, I usually use Fedora. Should I gamble on using SilverBlue? I&#x27;ll have to think long about this one.
评论 #20433643 未加载
paulcarrotyalmost 6 years ago
Concept is interested, but read-only rootfs is stupid, really. It&#x27;s kind of lock-in.<p>Of course, ro - great for security, but if something happens with any critical system component like bootloader - I prefer to able patch&#x2F;fix it myself and don&#x27;t wait days&#x2F;weeks for distmakers.<p>Clear Linux use similar concept, but they allow write access and handle whole fs tree and bundle depends on server side.
评论 #20433074 未加载
rajaganesh87almost 6 years ago
How is this different from traditional embedded Linux system? Most firmwares have a read-only rootfs.
评论 #20434375 未加载
luggalmost 6 years ago
Flatpaking all the things? I&#x27;m not sure why there is this push for Linux to have the &quot;download and double click&quot; install experience of windows &#x2F; Mac. Convenient to install sure, but as a user its a nightmare to maintain&#x2F;update.<p>All people on Linux really need is an xdg-open standard for opening a package manager &#x2F; running an install command.
评论 #20431708 未加载
评论 #20431676 未加载
评论 #20431736 未加载
faissalooalmost 6 years ago
So basically we&#x27;re going back to the DOS model for operating systems? Sounds good to me.
aleks_me2almost 6 years ago
Oh no. The benefit of Linux is to be able to build your own Setup (Server,Desktop). Now with this &quot;Solution&quot; the user have more and more a closed System where every change creates a lot unnecessary steps to install another software.<p>I agree that on servers the container runtime makes a lot of sense but not on Desktops where changes happen every day.
评论 #20432967 未加载
评论 #20432859 未加载
andrermalmost 6 years ago
It is the reason I&#x27;m slowly moving away from Linux. I&#x27;ve learned Linux, for years I&#x27;ve invested time and money learning everything I could. And it was fun. I even built LFS many times. I know how NOT to break it and how to fix it. And as we have seen with GNOME3, systemd, Wayland etc. RH will deliver and every major distribution will eventually adopt immutable directories and statically linked applications. So, my conclusion after all this years learning and having fun with Linux is that it was a waste of time. I understand the propaganda: it&#x27;s good for everyone (who don&#x27;t like dealing with Linux, the OS). And I understand the real reason: distribution developers don&#x27;t like the tedious work that is compiling, linking and packaging the same software over and over again. But the feeling that I wasted my time. If it&#x27;s to use a immutable, bloated, reboot-all-the-time OS, I just use any other OS.<p>As I posted here: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20425615" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20425615</a>