We like to say "The command line is our passion. Therefore we invest in the command line experience, knowing that most people will never see it." Sounds grandiose! Bluefin CLI is a a terminal experience designed around shipping a new "default terminal experience" with modern tools. But it also has things like the just task runner, making the community shared aliases and shortcuts easy. That just lets the good stuff float to the top. Actually we should probably just call it "Bluefin for Mac and Windows", once we have the wallpaper stuff figured out, which is where we need your help!
Bluefin CLI is one of my favorite Bluefin features. I get to host meetings with CNCF Ambassadors and they have the coolest prompt setups, etc. I love checking out a fellow nerd's loadout. You start to find cool little tools that just freshen up the Linux command line experience. And of course they're all written in rust, duh. We've been building bluefin-cli — the opt-in terminal experience that ships with Bluefin — into something that runs anywhere. Today it's available as an early alpha on macOS, any Linux distribution, and Windows via WSL or PowerShell.
This work is brought to you by James, who has been working on this single handedly. In Universal Blue tradition, this feature started off as a meme. Send him a donation if you wanna support his efforts!
On Bluefin, ujust bluefin-cli turns on a curated set of modern command line tools: eza, bat, zoxide, atuin, starship, ripgrep, fd, ugrep, tealdeer, and more. The philosophy is simple — a greenfield terminal experience using the best tools available today, with the ability to toggle it off and return to your known-good kit at any time. That toggle is important because this is an opinionated setup you should be able to turn it off. It's also designed to not be too crazy, we want subtle bling here. And anyway it's a template for you to build off if you want to go customize everything. And we use this system to pull in Flatpaks like Podman Desktop, which is an awesome GUI way to manage your containers. This could all be adapted to bring the same developer experience to other operating systems. "Bluefin the Application" I guess.
Some of Bluefin's best parts are common aliases. I want ujust update and ujust bios in Ubuntu and Windows. PRs to make it nice and slick would be appreciated.
And our community curated ujust bbrew app lists are great, I love it when someone finds a new CLI tool in an exciting space, especially in AI. I learned about llmfit, a nice tool that figures out the optimal local model for your hardware. Knowing that we're all curating awesomeness is a really fun part of this!
I've always argued that the Linux development experience competes best when you do container development. This is the technology that forced Microsoft and Apple to adopt cloud native in the first place. MacOS even has it's own container tool, an analogue to podman. Each OS ships something, and Docker and podman run on all of them. We have a diverse set of implementations, but one common standard. I betcha distrobox would work on that Mac thing if it doesn't already.
There's just something about doing it on Linux, on the platform it was designed for, that leads to that extra bit of user experience. And the one thing I wish more Linux nerds would understand, we live in a cross platform world. Changing platforms is tough enough, let's at least give the developers a comfortable place to land! An operating system agnostic development environment is a competitive advantage when we have home court advantage.
This is an alpha. What we want is for you to be able to have the Bluefin experience on the Mac and Windows, wallpapers and everything. James is almost there, we just need people to give the thing a once over, see what needs to happen. Ideally we want one click happyness for both systems eventually.
bat — cat with syntax highlighting and git integration
zoxide — smarter cd that learns your habits
atuin — shell history sync across machines
starship — fast, cross-shell prompt
uutils-coreutils — Rust rewrite of the GNU coreutils - that's right, before Ubuntu did it lol!
ripgrep, fd, ugrep — faster search tools
tealdeer — fast tldr for quick command references
You can also grab Bluefin artwork and wallpaper collections, browse and install curated Brewfiles via the ujust bbrew command, and run bluefin-cli motd show to get the same Message of the Day that greets Bluefin users at every new terminal.
We hope that you're enjoying the holidays! We're making some important changes to how Homebrew and command-line tools work in Bluefin. These changes will land in this Tuesday's weekly build.
Homebrew's path will now be placed after the system path. This will cause brew doctor to complain, but we feel that this will lead to a cleaner experience overall. This has been working well in testing, and the change is already on the daily builds if you're using one of them.
Atuin has been causing some issues, so we've disabled it by default to ensure a stable experience with bluefin-cli. We plan to investigate a better integration for Atuin in the future.
We will be publishing a large year-in-review update next week that will cover these topics in much more detail, but we wanted to give you a heads-up on these behavioral changes before they land. In the meantime, we've set up todo.projectbluefin.io for you to follow along with the major changes coming in Bluefin. Thanks!
We've created a new repository to make it much easier to add Homebrew to your custom bootc images. @ublue-os/brew repository provides a pre-packaged OCI container image that bundles everything you need to add Homebrew to your custom image-based systems. This is an evolution of a long journey to integrate homebrew better onto our Linux systems. Instead of manually setting up Homebrew, configuring services, and managing shell integrations, you can now include everything with a single line in your Containerfile.
On first boot, the brew-setup.service automatically extracts Homebrew to /var/home/linuxbrew/.linuxbrew, sets up proper permissions, and makes it ready to use. The image also includes timers for automatic updates and upgrades, keeping your Homebrew installation current.
This removes a bunch of the manual stuff you had to do in your template to get the full thing, now it's much easier and reliable for everyone. Once we're done the container will rebuild after a Homebrew release, keeping us up to date and safe!
Original Bluefin artist Andy Frazer returns with Huntress, a stunning new addition to our wallpaper collection. Following his previous work on Dusk, Andy continues to bring his distinctive paleoart style to Bluefin. We were going for a more weathered Bluefin this time around. No longer the ideal one perched on a rock ... this one has been through some things.
Andy's books make excellent gifts for dinosaur enthusiasts of all ages. Check out his Etsy shop for his full collection of paleoart books and prints.
These wallpapers are available through the @ublue-os/homebrew tap. We've finally solved the teething problems with the tap and we now consider it production ready. You can install them using ujust bbrew and selecting the artwork option: (this is broken right now sorry). We do not yet ship these by default so right now they are opt in:
Flatpak support in Brewfiles is here! You can now manage your Flatpak applications alongside your Homebrew formulae, casks, and other dependencies in a single Brewfile. This is thanks to the amazing work by Ahmed Adan (Donate), who worked with upstream to land this feature.
Homebrew Bundle now supports Flatpak packages on Linux. This means you can declare your Flatpak applications in your Brewfile and have them installed automatically with brew bundle.
Note from Jorge: I haven't played with this feature yet but announcing it so we can get feedback right away.
# Include Flatpak packages when dumping (default on Linux) brew bundle dump # Exclude Flatpak packages brew bundle dump --no-flatpak # List only Flatpak packages brew bundle list --flatpak
This feature allows Bluefin users to maintain a single Brewfile that manages:
Command-line and GUI applications in one file
Lightweight gitops between all of your machines
Paves the wave for better Homebrew/Flatpak integration
The huge community benefit is the shareability of a list-o-files. You can give your friend the hookup, and in fact many of Bluefin's "features" are just us shipping our own Brewfiles. For you experts out there this likely just simplifies something you probably already have. And for those of you just starting your command line spec tree it's a nice milestone to hit: "I can get a new install up and running in 10 minutes". There's lots of ways to do this, but this is an easy one. 😄
Woo! We feel that this is a nice complement to devcontainers, providing even more flexibility to your workflows!
You're going to have to tell me, I am on holiday in the German countryside, but this feature is super exciting and I'm looking forward to hearing your feedback!
Speaking about "Easiest way to get a clean install in 10 minutes", SaveDesktop is the nice GUI way to do this. You'll always find it in Bluefin's Curated section in the Bazaar app store. (Tell your friends!)
Happy Thanksgiving for those of you in the US eating dinosaurs! Today I am happy to show off some of the recent collaboration we've been doing with some awesome paleoartists. We've covered this before but now the collection is complete!
Our newest collaboration is with Dr. Natalia Jagielska, a world renowned expert paleontologist and paleoartist! I've always been a huge fan of her art style and she has graciously given us three wonderful pieces of art. The first you probably already recognize since it's been the wallpaper of the month for November, entitled Collapse:
The second is an homage to Ubuntu's famous Hardy Heron wallpaper, originally designed by Ken Wimer. This one is a mashup of one Natalia's pterosaurs in place of the heron. This one is called Tenacious Pterosaur.
And lastly we have Prey, starring a hungry Venetoraptor gassenae, which is a pterosaur ancestor from the Triassic. This one surprised me, I thought it was a mammal at first!
Natalia's artwork was vectorized and remastered by Delphic Melody, please consider donating so that the collaboration can continue!
Original Bluefin artist Andy Frazer returns with Dusk. I love this one.
Also Andy is working on another Bluefin for us, which I haven't seen yet. I can't wait to find out! Andy also has a 25% off special on all his books. I have a few of these and they are not only awesome to own but make great gifts as well.
This is not yet included by default so you can hop in early with a ujust bbrew and select artwork. In the future this will be automated for you:
bluefin-wallpapers-extra will bring this collection in. Also you will notice that the Aurora and Bazzite artwork collections are available. This tap is distro agnostic so go nuts putting dinosaurs, cone people, and mechs everywhere!
You can also just grab them from the repository if you prefer to do it that way. Stay tuned for a special holiday wallpaper, coming soon!
A few minor updates today, you'll receive these updates either today or tomorrow depending on the build you're on. Our first is some updates to our usage of just. Just is a task runner that we use to ship community aliases. Our justfiles are ancient, some going back to the beginning of the project. We are consolidating most parts of what you call "Bluefin" into a common repository. These are all mostly scripts, there's nothing distribution specific about them.
We wanted to centralize this because keeping Bluefin and Bluefin LTS configs in sync is too problematic. In this manner we can make the Bluefin parts easily plop onto any image no matter what the image is.
It also means we cleaned out some broken stuff, and are down to just 34 just recipes, which makes all of this sustainable, especially since we're sharing the maintenance with Aurora. All the recipes now include confirmation dialogs and have been refined. I am glad we got this done because this part of Bluefin was really starting to show its age! Thanks to @tullilirockz for working on this! Thanks to @hanthor for implementing it in Bluefin LTS! Run ujust or ujust --choose to get started!
We workshopped some ideas on how to make this nicer for users. We approached bold-brew with the idea of presenting Brewfiles to users in a dedicated view. Vito was very accomodating and implemented the idea, kudos to him! Now let me show you how it works:
ujust bbrew is the entry point, we will generate a little menu for you for every Brewfile in Bluefin. So if we add more they just show up here. Then after you choose one bbrew will open up showing you that Brewfile. You can then select and choose what you want to install, or hit Ctrl-A to grab everything.
Bold Brew is to Homebrew what Bazaar is to Flathub
This is awesome because we can now curate app bundles of CLI tools to users. We're starting off with AI tools, k8s tools, and monospace fonts. Feel free to send PRs to these Brewfiles, since users can pick and choose we can ship the tools you depend on the most. You'll also notice some color improvements in bbrew, make sure you check out the repo and give them a star!
And lastly, we now have ujust cncf, which will show you all of the projects that are part of the CNCF. Many of you work with these tools every day, the hope is to show you all of the cool things you can play with in cloud native!
Ultimately this consolidation of all of our config will lead to better Bluefins and has been a primary source of parity issues between Bluefin and Bluefin LTS. Bluefin continutes to actively shrink over time!
We still have work to do, like the motd, bling, and all that other stuff but we'll keep you up to date!
Guardians, today Bluefin GTS switched its base from Fedora 41 to Fedora 42. The gathering of raptors has begun. In a two weeks Bluefin (aka bluefin:stable) releases on Fedora 43 and we will start the cycle all over again!
Looking for Fedora 43? That's here too in bluefin:latest, and will roll out to bluefin:stable users in 2 weeks. It's tough to write two of these, so we'll likely just move to spring/autumn announcements and whenever major things land. When bluefin:stable upgrades I will post it as an addenum in the discussion thread for this post.
As it ends up F43 will be coming to bluefin:stable while we're in Atlanta, GA, for KubeCon + CloudNativeCon, come say hello! As a bootc reference architecture we tend to align with the release cadence of other projects. This usually means that I'm on the road when there's a Bluefin release happening, so we do status reports like this depending on where we are in the world at the time, and to ensure transparency. It's also our chance to gather with attendees and get feedback on how we can make Bluefin better and gather feedback.
You'll receive this update during your next update window, or you can run an update manually by clicking on this icon:
If you've never experienced a Bluefin upgrade before, McPhail has a full writeup. Here's the major release information:
Bluefin is an operating system for your computer. It is designed to be installed on a device upgrade for the life of the hardware – we accomplish this by sharing the maintenance and care of our systems together as a community. It is designed to be as “zero touch” as possible by providing a curated GNOME experience.
Bluefin GTS (aka bluefin:gts) is our standard release, designed to be one cycle behind the most current Fedora release. This one's been in the oven for about six months and is ready to go. In a few weeks the bluefin:stable branch will move on to Fedora 43. If you're brand new you can use the website to pick the right image or select from the grid below:
This unidentified Dromeasaur is by Dr. Natalia Jagielska, a world renowned expert paleontologist and paleoartist! We reached out to work with her on bringing her artwork and style to Bluefin, and she said yes! This rendition will be revealed in November, or you can just manually pick it in the wallpaper chooser.
I am so stoked about this, an actual scientist! We're retconning that this is just Bluefin enjoying a nice day at the lake. We have two more wallpapers from her coming soon. I have come to really appreciate the world of flying reptiles. They are terrifying.
Natalia's artwork was vectorized and remastered by Delphic Melody, please consider donating so that the collaboration can continue!
Bazaar makes its debut in Bluefin GTS! All Bluefins are now just using the Bazaar flatpak. You're in for a treat:
It's been super awesome seeing Bazaar move from a random project we found on r/gnome to what is effectively now the premier app store experience for FlatHub and Linux. You can help out tremendously by sponsoring the author.
This is also a major milestone for Bluefin since we've effectively done our part for the GNOME and FlatHub ecosystems and can now consider application installation a solved problem, we can introduce new things into Bluefin as a flatpak to begin with and move us away from distribution specific formats.
I am finding more applications now than I ever have. It's also a milestone for all Linuxes since flatpak's upcoming release gives us the flexibility to do this in a proper way with full lifecycle management. We can now be more flexible with the applications we can ship mid-cycle by plopping a file in /etc/preinstall.d. Those of you making custom images will really take advantage of this!
Shoutout to Sebastian Wick for this work in Flatpak and working on the next release of this cool tech!
What makes us different?
We're committed to a future where authors deliver their applications how they see fit. This should be decoupled from the operating system.
Speaking of packages, we've been doing more work engaging with Homebrew developers, check out this interview I did with Workbrew talking about our hopes and dreams:
Let us know if you're interested in working on Homebrew for Linux, we have opened a homebrew tap so that we can interate on bringing cool new things to you. A huge shoutout goes to Yulian Kuncheff and Ahmed Adan for spearheading this effort, please consider donating!
The fonts have been a disaster for a long time, we're finally ripping the bandaid off and removing a bunch of fonts from the image. For you command line nerds you can install any of the fonts listed in Homebrew or use a tool like Embellish to install more fonts.
If you're in developer mode you can bring the monospace fonts back with ujust bluefin-fonts.
We've dropped the GNOME Quick Settings extension for tailscale in favor of the upstream system tray implementation. For more information, check the docs, this requires manual set up.
The tailscale experience is still not where it needs to be, but now that Tailscale has started work on an official system tray implementation we expect this to solidify over the next few upstream releases.
Extinction is a natural part of life. After a deprecation cycle the following images are now removed:
Nvidia Closed Images: Due to Nvidia's software support changes we can no longer support the older closed modules for Nvidia cards. Not many people are using these, either migrate to the nvidia-open images or move to a stock image to use the built in kernel drivers.
Bluefin HWE Images: Not many people were using these, they have also been removed.
As usual most of the changes we do in GitHub to deliver Bluefin and not so much in the image itself. Major parts of the Bluefin repository have been cleaned up to align with the improvements and lessons learned from building Bluefin LTS earlier in the year. This has been the bulk of the work in the past few weeks.
Bluefin has significantly been simplified, now would be a great time to contribute as we've brought the repository up to the state of more modern bootc projects like Bluefin LTS.
bluefin:gts and bluefin:stable will be publishing on Tuesdays from now on instead of Saturdays. Publishing on Saturday nights is an artifact of pre-automation "reserved time" for testing before a weekly release. This matches the same release schedule as Bluefin LTS.
Bluefin is a deinonychus, and may snap at you occasionally. Four year olds can get feisty of so there might be issues that you discover that we haven't seen before. Filing issues is always appreciated.
Sometimes starting in open source can be a real barrier if you don't know where to start. Don't have the skills to do cloud native things yet? Here's a good way to help out FlatHub. Flatpaks rely on what we call "runtimes" to ensure that the application has the dependencies it needs to run. Do a flatpak list to check them out:
This is important work because we want applications to be updated to the latest runtimes for security reasons. As it turns out, many of these applications have OPEN PULL REQUESTS already with people updating the runtime, you just need to find the app, run the updated version by following the instructions, and then report back to the Flatpak maintainer that the new app is working great (or broken!). Since GNOME 49 just released, there's plenty to do, so feel free to dive in and get started! Also remember, this work helps all of FlatHub, we're explictly sending new volunteers to help upstream.
FlatHub is critical to the desktop
We choose to help move application development forward via FlatHub instead of fragmenting the ecosystem with distribution-specific packaging. This includes shipping a premier FlatHub experience out of the box. You do not have to worry about misconfigured and low-quality Fedora flatpak remotes and packages on Bluefin systems.
Find your favorite app and see if there's a test build available for a new runtime. And if you have the skills to port applications to new runtimes, now is the time to flex. 😄
Nothing makes ops people happier than uneventful things.
Today is really like any other, we just updated a few tags, you always have the option to go to any version we support at any time. Wether you like the chill vibe of bluefin:gts or the refined aggresiveness of bluefin:stable , the raptor abides.
Here's the current lay of the land:
gts (default)
stable or stable-daily
latest
Fedora Version:
42
43
43
GNOME Version:
48
49
49
Target User:
Most users
Enthusiasts
Advanced users and testers
System Updates:
Weekly
Weekly or Daily
Daily
Application Updates:
Twice a Day
Twice a Day
Twice a Day
Kernel:
Gated
Gated
Ungated
NOTE: The stable and stable-daily branches will move to F43 in two weeks.
Bluefin is an active predator and is constantly hungry. You can help keep Bluefin healthy by becoming a contributor! We are an open source project and accept contributions:
Let's take a look at our contributor health, and celebrate the amazing folks who have come together to bring you Bluefin! We use LFX Insights to measure our project health. First note that my results here are skewed, since I am either usually just merging or telling a bot it's ok to do something. This also does not include the rest of Universal Blue. Yes, Aurora people basically maintain both, haha.
This next one surprised me, I was expecting 20 or 30ish at best. Nice work ya'll!
Haha yep, I can't hide from the data though, free me from this!
Feel free to browse around and learn cool things about Bluefin's creators.
After KubeCon we head into the holidays, where things will slow down significantly. We've been in the lab with mad doctor Timothée Ravier and have been cooking up something. We expect that this will change the course of Bluefin for the better, forever. We can't wait to show you, until then, enjoy!
After nine months of development Bluefin LTS and Bluefin GDX are now Generally Available(GA). The reign of Achillobator has begun. Find the download links on the website, or snag them below.
Bluefin LTS is a workstation designed for people who prefer Long Term Support but desire a modern desktop. This species of raptor is for users who prefer a slower release cadence, about a three-to-five year lifespan on a single release. Like other Bluefins it features first-class support for Flathub via Bazaar, Homebrew, ZFS, and all the other goodies.
Bluefin LTS is composed of:
Mostly the same packages of Bluefin and Bluefin GTS, but built with CentOS Stream 10 and EPEL for extra packages.
The same features since they share the same source RPMs, just built on CentOS
A backported GNOME 48 desktop
ARM (aarch64) based images
Bluefin LTS also offers a hardware enablement branch (bluefin:lts-hwe) with:
Bluefin LTS ships with Linux 6.12.0, which is the kernel for the lifetime of release. An optional hwe branch with new kernels is available, offering the same modern kernel you'll find in Bluefin and Bluefin GTS. Both vanilla and HWE ISOs are available, and you can always choose to switch back and forth after installation.
I have been dogfooding Bluefin LTS for most of this year. This is the most "work focused" image and is suitable for "set it and forget it" style desktops. We are proud of this one!
Bluefin LTS provides a backported GNOME desktop so that you are not left behind. This is an important thing for us. James has been diligenlty working on GNOME backports with the upstream CentOS community, and we feel bringing modern GNOME desktops to an LTS makes sense. I may be old but I'm not dead!
A very special thanks to Jordan Petridis from GNOME for technical advice and review.
Installation is via a live session with the new Anaconda webui. This installer is miles better than the ones we used to ship, thanks to the Anaconda team.
Bluefin GDX is designed to be an AI Workstation by providng Nvidia drivers and CUDA in one image. It combines Bluefin LTS with the Bluefin Developer Experience. There's no cool expansion of GDX: GPU Developer Experience I guess. Maybe someday we'll call it Bluefin CUDA Edition. (Jensen call me!)
The reason we brand it differently is that it is designed for AI and Machine Learning professionals. Instead of a multitude of Nvidia images like Bluefin we will concentrate on this one image to focus on one thing: this is our platform for open source AI. Improvements made in GDX will make it's way into Bluefin's developer mode. GDX gives us a place to rev fast with some new friends:
Teamwork ...
We are happy to announce that we've formed a community partnership with the Red Hat Enterprise Linux Command Line Assistant team. We are collaborating on upstream and open source AI and ML tools to provide system-wide inference and an enhanced experience for Bluefin LTS and GDX users.
This will be the lab that will keep Bluefin on the leading edge of open source AI. Here's Mo Duffy on Destination Linux to give you an idea of what we're thinking about.
Nvidia CUDA and VSCode integrations and full secureboot support out of the box. There are many parts of the CUDA ecosystem that need to be included, but the raw core is there and ready to be expanded upon.
Ramalama for local management and serving of AI models
We are looking for AI/ML enthusiasts with strong opinions who want to be involved! Inquire within!
You can find Bluefin GDX on the conference circuit!
What this all means
Bluefin LTS will end up being way more sustainable than Bluefin and Bluefin GTS from a developer perspective. It's more of an initial setup and then we don't touch it as often. We have had periods in beta development where we didn't need to touch it for weeks. If you look changelogs.projectbluefin.io you'll soon notice the pattern, mostly minor version bumps. Nice.
It's also much more advantageous for us to derive off of a base image that ends up being a commercial product -- there is no doubt that CentOS and Red Hat have their weight behind these base images, whereas we are unable to get that level of commitment from Fedora. And as Steven Rosenberg pointed out, Fedora isn't really improving in this area, and with bootc's composefs work coming along nicely we now have multiple base images to choose from. It will be an interesting year!
As it turns out, Bluefin LTS HWE is in the exact same ecological niche as GTS. They will end up being competitors. There's no death knell or anything like that, once development moves on it doesn't cost us much to keep it running. And we do love our pets. Check out the awesome brand new image by Delphic Melody and ahmedadan:
As you can see, it's getting a bit crowded. We'll see how people react to LTS, and I expect we'd hide the GTS option from the website but continue to offer it.
With bootc we can deliver a desktop experience with the latest GNOME, and a new kernel -- but on a solid base with less regressions. The previous generation of thinking kept CentOS in a very locked set of use cases. The old boring ones. Now with bootc + containers + flathub + homebrew, we feel that this less churny base makes for a compelling desktop. We'll see how they compete!
Since Bluefin LTS is "bootc natural" and not a transplant, it comes with less compromises out of the box. Bluefin LTS doesn't support local layering at all and AppImages don't work either. (Told ya'll those things were not gonna make it lol.) Bluefin LTS also does not support older machines with v2 CPU instructions.
This also lets us be less strict in Bluefin. We've decided to leave local layering enabled by default in Bluefin and Bluefin GTS. There are users who use that ecosystem, so no worries there. Savages. The Fedora based images will continue to serve these use cases. James also has his own tunaOS, which offers a wide variety of Bluefin-derived variants, including an AlmaLinux based sister to Bluefin LTS. That covers just about everybody - The bootc community around CentOS is quite diverse, and offers a variety of options.
The downloads page is looking pretty good these days but I am very interested to see what you decide since we do measure everything, so feel free to peruse that list. 😄
Merch
Now let's get on to the good stuff. store.projectbluefin.io will take you to the new Bluefin store, which has a ton of awesome items!
We celebrate this release with this T-shirt, the "Reign of Achillobator", signifying Bluefin LTS's role in this ecosystem as a top predator, along with some other goodies:
And of course we've got stuff for the kids, and some other weird things! Currently this store is US only for now.
Proceeds from the store items will go towards paying for more paleoartwork. I think this is a fair deal, Bluefin would have never gotten this far without the work of these fine artists. Having a way for the community to sponsor the artwork in return for the awesome comfort of an Achillobator giganticus hoodie? Peak Linux.
Special Thanks
Bluefin is brought to you by Tulip Blossom and James Reilly. The team grew this cycle with some fantastic new folks helping out to finish Bluefin LTS:
Special thanks to Carl George, Laura Santamaria, Shaun McCance, and the entire bootc team for their (continuing) support of this project! The game has started. The clue is: Gardener
The Road Ahead
And lastly, there is some missing functionality compared to the Fedora build as there are some creature comforts that are missing. We call these parity bugs, so if find them, file them. There are some things that won't be coming with; CentOS Stream's focus is on long term support, so we may choose to drop a feature if it's not straightforward to bring to Bluefin LTS.
Imagine choosing between LTS, GTS, and stable with just a slider on an update page in a control panel. They should feel and act the same as each other. I'm pretty much there with my personal machines, sometimes I have to check which machine is which because it doesn't really matter. I feel the pain on the infrastructure side instead. 😄
Alright, this tool just added linux support like three weeks ago, so when I saw it I had to call dibs. the / search is awesome, and you can do full package management. You have just leveled up your TUI game. 😈
This is landing in Bluefin this week, if you want it now: