import WallpaperFeatureGrid from "@site/src/components/blog/WallpaperFeatureGrid";
import MusicPlaylist from "@site/src/components/MusicPlaylist";
import ReleaseContributors from "@site/src/components/ReleaseContributors";
import ContributorCardGrid from "@site/src/components/ContributorCardGrid";
import LatestOsReleaseCard from "@site/src/components/LatestOsReleaseCard";
import BlogFigure from "@site/src/components/blog/BlogFigure";
import DocsFeatureGrid from "@site/src/components/blog/DocsFeatureGrid";
A tale of three raptors with one mission
I am not going to lie I haven't been this excited about Bluefin since the start of the project. We find ourselves on the day of a major Fedora release with three fantastic options. This spring is particularly relevant for us, with GNOME 50 being a particularly nice roll up of tech.
I know what you're thinking (especially you McPhail). We got rid of Bluefin GTS and now the team decided to make another one. How many of these things are there it's like a string of Jurassic Park sequels. First let's level set. The product is Bluefin. That's the default Fedora one. The other two are for different kinds of Linux nerds - we won't be adding Dakotaraptor the website or anything like that.
However, we're nerds so let's take a look at the kettle and see what we've got.
Also spoiler alert, we will be announcing some awesome new news about our Fedora variant soon!
GNOME 50 "Tokyo" comes to Bluefin#
GNOME 50, codenamed Tokyo, is the foundation of this release. If you're updating today you'll be on GNOME 50.
[ screenshot ]
ASUS Support#
Asus support has always been a pain in the ass on Linux. In the past we had specialized images but the maintenance burden was too great. Thanks to improvements in Linux 6.19 and greater, as well as awesome work from the asus-linux community we can now better support Asus hardware. The ublue-os/tap ships asusctl and ROG Control Center β the standard ASUS Linux control stack. These packages will work on any Linux with at least a 6.19 kernel.
- Fan curve control β per-profile fan curves for Performance, Balanced, and Quiet modes; customizable RPM targets per temperature point
- Keyboard RGB and Aura lighting β full per-key RGB control, multi-zone effects, static, breathe, rainbow, strobing, and more β all manageable from the GUI or CLI
- Power profile switching β toggle between Performance, Balanced, and Power Saver without a reboot
- Battery charge limit β set a charge ceiling (e.g. 80%) to preserve long-term battery health; the limit persists across reboots
- GPU mode switching β switch between Integrated, Hybrid, NVIDIA-only, and Compute modes from the system tray
Install (order matters β system daemon first, then the GUI):
# Step 1: system daemon β handles hardware access and power management
brew install --cask ublue-os/tap/asusctl-linux
sudo systemctl enable --now asusd.service asus-shutdown.service
sudo udevadm control --reload && sudo udevadm trigger
# Step 2: GUI and user daemon
brew install --cask ublue-os/tap/rog-control-center-linux
systemctl --user daemon-reload
systemctl --user enable --now asusd-user.service
ROG Control Center lands in your system tray and gives you a full GUI for everything above β no terminal required after the initial setup. Someday we will automate this so you don't have to do any of this CLI mumbojumbo, but in the meantime kick the tyres and report back. Remember that these packages work on any Linux, so if you have a friend slumming it on Ubuntu they can use these too!
Bazaar#
Bazaar is the application store on Bluefin systems. It is designed to bring the best of Flathub to your fingertips, with a focus on directly supporting application authors. It accomplishes this by focusing on highlighting donations to app authors and ensuring that you get those applications as soon as they are released upstream. No jank.
[TODO: screenshot or GIF of Bazaar in action]
Bazaar is built by @kolunmi and @AlexanderVanhee. If you want to see this project succeed, support them directly:
Bluefin#
Now on to Bluefin itself. First up is bluefin:stable. Here's the release card:
And here are the release notes and announcements:
TimothΓ©e Ravier's post is particularly relevant for us:
- FUSE 2 removed β we don't support AppImages anyway but if you still care about these they may break even more.
- Legacy polkit
pklarules dropped β the ecosystem has moved to the JavaScript-based format and this cleans up the last stragglers - Unified Atomic Desktops documentation now lives at docs.fedoraproject.org/en-US/atomic-desktops
The biggest news of all is the announcement of new sealed base images. These will end up being the most fundamental change to Bluefin in its 5-ish year history. The new sealed bootable container images will bring us:
- systemd-boot replaces GRUB as the bootloader β GRUB is now an extinct species in our world. Goodbye old friend.
- Unified Kernel Images (UKI) β kernel, initrd, and command line bundled into a single signed EFI binary.
- composefs with fs-verity β every file in the OS image is cryptographically verified at read time and managed by bootc. We also say goodbye to ostree. With both projects now in the Cloud Native Computing Foundation we have a vendor neutral stack to base Bluefin on. Nice.
- Full verified boot chain from firmware β bootloader β kernel β OS image β see the FOSDEM 2025 deep-dive for how it all fits together
- TPM-backed passwordless disk unlocking via
systemd-cryptenrollβ the headline user benefit; LUKS unlocking is bound to the verified boot state so no password prompt on a clean boot - UEFI on x86_64 and aarch64 - Legacy BIOS support goes away too, but we don't support that anyway.
Want all of these things? It will take some work to move Bluefin and Aurora to these new base images, and we're looking for people to help. If you've been worried about the lack of progress in bootc in Fedora then this one set of images brings us back to the forefront of Linux desktop tech. Our man from France was not going to let Dakotaraptor run away with it, so if you want to help make this dream a reality, now is the time to step up and volunteer!
Bluefin LTS#
Achillobator remains our Long Term Support option, here's the release card:
Bluefin LTS launched with GNOME 48 and has been updated to GNOME 49. This release delivers two full GNOME upgrade cycles in one β GNOME 49 and GNOME 50 are both available β thanks to @hanthor's work backporting the full GNOME stack to the EL10 base. See the March testing announcement for all the details.
There's really not much to say here, the move to GNOME 49 wasn't as smooth as I'd like but as a result GNOME 50 will be much smoother. We will keep GNOME 50 in it's own set of branches and likely move LTS to GNOME 50 sometime this Fall.
Bluefin LTS is maintained by @hanthor. If you rely on the LTS channel, consider supporting his work:
Bluefin Dakota Alpha 2#
And now for the mysterious raptor who keeps making waves:
Dakota is our newest "distroles" raptor. No layering and an even more aggressive push away from legacy technologies. Just the best desktop we can ship, direct from GNOME and Freedesktop right to you, no compromises. Dakotaraptor is daily driveable and has become my daily driver.
- GNOME 50, Linux 6.13, Mesa 26.x, Freedesktop 25.08 libraries
- systemd-boot, UKIs, UEFI only
- Oxidized coreutils - same sudo-rs and uutils setup as Ubuntu - thanks to Canonical for funding this important work
- cpu v3 instructions
- Custom Command Menu β Dakota features a newly refined menu. We hope to bring this menu to other Bluefins over time.
- Ghostty as the default terminal
Since Dakota is brand new there's no users to transition when we switch something. The ptyxis author is moving on from GNOME so we wish Christian Hergert well in his future endevours. We are switching to [Ghostty] as the default terminal. This has always been a fan favorite so we're starting with it fresh here.
Changes since Alpha 1#
- LUKS encryption works on install
- Full Nvidia Image
- nvidia-container-toolkit β [TODO: landed / still coming]
- Efficient layering - this image uses the upstream chunkah tool for more efficient downloads. Note that the structures and tooling is in place, we expect efficient delta downloads to land sometime this summer, but everything is in place now.
- Linux 7.x kernel will land once some of the bootc issues with 7.x are resolved
- Beta target: Probably a month or so; GA target: Fall 2026
- Want to help? GNOME OS upstream is always looking for help: os.gnome.org
Gotchas#
What now? It has been an absolute pleasure working with [buildstream] over the past few weeks. The team has committed to the hardware necessary to make builds faster and the local development experience has been the best we've ever had. It has become clear and obvious to me that the combination of [buildstream] and [bootc] brings a level of automation and developer experience that will be tough to beat.
Here's the hot take: If you look at all three raptors, all else being equal, the best development experience and best infrastructure always wins in this space. We have over a decade of cloud native industry experience to prove it, Kubernetes runs the world for a reason. This workflow is now in the linux desktop space. I firmly believe that buildstream/bootc combined with our gitops approach will deliver a fantastic product.
- Stay tuned for my talk at [LAS] where I will be discussing the applicaiton of cloud native development techniques to the desktop. The world has changed.
Thanks to Brian Ketelsen and James Reilly for the Tuna installer
Thanks to Jordan Petridis, Valentin David, Adrian Vovk, and the GNOME OS team for their expertise and advisory roles - we couldn't do this without you!
Homebrew Applications#
The ublue-os/tap is the production Homebrew tap for Bluefin β a curated collection of software packaged to work great on all Linuxes. Run ujust bbrew to open the interactive browser and install anything from the tap in a few keystrokes. Here are the highlights of apps added over the last cycle:
Editors and IDEs#
- <img src="/img/blog/2026-05-XX-bluefin-f44-dakota-alpha-2/icons/vscode.png" width="28" height="28" style={{verticalAlign:"middle", marginRight:"8px"}} alt="" />Visual Studio Code β Microsoft's open-source code editor.
- <img src="/img/blog/2026-05-XX-bluefin-f44-dakota-alpha-2/icons/vscode-insiders.png" width="28" height="28" style={{verticalAlign:"middle", marginRight:"8px"}} alt="" />VS Code Insiders β The daily preview build of VS Code with the newest features.
- <img src="/img/blog/2026-05-XX-bluefin-f44-dakota-alpha-2/icons/vscodium.png" width="28" height="28" style={{verticalAlign:"middle", marginRight:"8px"}} alt="" />VSCodium β VS Code binaries built without Microsoft telemetry or branding.
- <img src="/img/blog/2026-05-XX-bluefin-f44-dakota-alpha-2/icons/jetbrains.png" width="28" height="28" style={{verticalAlign:"middle", marginRight:"8px"}} alt="" />JetBrains Toolbox β Install, update, and manage every JetBrains IDE from one app. This installs Jetbrains into your home directory as intended by Jetbrains.
System Tools#
- <img src="/img/blog/2026-05-XX-bluefin-f44-dakota-alpha-2/icons/framework.png" width="28" height="28" style={{verticalAlign:"middle", marginRight:"8px"}} alt="" />framework-tool β Official CLI for Framework laptop hardware: fan control, battery charge limits, charge LED mode, input module configuration, and firmware update checks.
- <img src="/img/blog/2026-05-XX-bluefin-f44-dakota-alpha-2/icons/gnome.png" width="28" height="28" style={{verticalAlign:"middle", marginRight:"8px"}} alt="" />heic-to-dynamic-gnome-wallpaper β Convert macOS HEIC dynamic wallpapers into GNOME XML dynamic wallpapers that change with the time of day.
- <img src="/img/blog/2026-05-XX-bluefin-f44-dakota-alpha-2/icons/postmarketos.png" width="28" height="28" style={{verticalAlign:"middle", marginRight:"8px"}} alt="" />pmbootstrap β The sophisticated chroot/build/flash tool for postmarketOS development and porting Linux to mobile devices.
Browse the full tap on GitHub β
Bluespeed#
Bluespeed is our catch all term for agent-centric tooling in Bluefin. It is a play on [RHEL Lightspeed], Red Hat's tooling in this area. We continue to collaborate with the team and ship their tooling, such as linux-mcp-server. Bluefin ships a full cloud and AI navite development platform ready to go. We default to a "Bring your own LLM" approach, with a focus on pushing towards an all-local opt-in approach for system troubleshooting.
Our flagship tool is [Goose] from the [Agentic AI Foundation], which serves as our "portal" to other tooling. Here's what else is included. We recommend using the ramalama tool for model management. This features full GPU acceleration for NVIDIA and AMD GPUs to work with local models out of the box. Models and drivers are kept in containers for flexibility. It's an awesome set up, give it a shot! Full AI setup guide β
AI Agents and Tools#
Run ujust bbrew to install any of these:
- <img src="/img/blog/2026-05-XX-bluefin-f44-dakota-alpha-2/icons/goose.png" width="28" height="28" style={{verticalAlign:"middle", marginRight:"8px"}} alt="" />Goose β The primary AI agent in Bluefin, from the Agentic AI Foundation (AAIF). Open source, extensible AI agent that goes beyond code suggestions.
- <img src="/img/blog/2026-05-XX-bluefin-f44-dakota-alpha-2/icons/lmstudio.png" width="28" height="28" style={{verticalAlign:"middle", marginRight:"8px"}} alt="" />LM Studio β Discover, download, and run local LLMs.
- <img src="/img/blog/2026-05-XX-bluefin-f44-dakota-alpha-2/icons/antigravity.png" width="28" height="28" style={{verticalAlign:"middle", marginRight:"8px"}} alt="" />Antigravity β AI Coding Agent IDE.
- <img src="/img/blog/2026-05-XX-bluefin-f44-dakota-alpha-2/icons/cursor.png" width="28" height="28" style={{verticalAlign:"middle", marginRight:"8px"}} alt="" />Cursor β Write, edit, and chat about your code with AI.
- <img src="/img/blog/2026-05-XX-bluefin-f44-dakota-alpha-2/icons/craft-agents.png" width="28" height="28" style={{verticalAlign:"middle", marginRight:"8px"}} alt="" />Craft Agents β Work with most powerful agents in the world, with the UX they deserve.
- <img src="/img/blog/2026-05-XX-bluefin-f44-dakota-alpha-2/icons/opencode.png" width="28" height="28" style={{verticalAlign:"middle", marginRight:"8px"}} alt="" />OpenCode Desktop β Open source AI coding agent desktop client.
- <img src="/img/blog/2026-05-XX-bluefin-f44-dakota-alpha-2/icons/emdash.png" width="28" height="28" style={{verticalAlign:"middle", marginRight:"8px"}} alt="" />Emdash β Agentic development environment for running multiple coding agents in parallel.
- <img src="/img/blog/2026-05-XX-bluefin-f44-dakota-alpha-2/icons/ramalama.png" width="28" height="28" style={{verticalAlign:"middle", marginRight:"8px"}} alt="" />Ramalama β Goal of RamaLama is to make working with AI boring.
- Alpaca β A graphical LLM chat interface available as a Flatpak. Launch it instantly from anywhere with
Ctrl+Alt+Backspace.
AI CLI Tools#
Choose the ai menu in ujust bbrew to browse the full set of AI CLI tools:
| Tool | Description |
|---|---|
| aichat | All-in-one AI-Powered CLI Chat & Copilot |
| block-goose-cli | Open source, extensible AI agent that goes beyond code suggestions |
| claude-code | Terminal-based AI coding assistant |
| codex | OpenAI's coding agent that runs in your terminal |
| copilot-cli | Brings the power of Copilot coding agent directly to your terminal |
| crush | A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. |
| gemini-cli | Interact with Google Gemini AI models from the command-line |
| Jan | Offline AI chat tool |
| kimi-cli | CLI agent for MoonshotAI Kimi platform |
| llm | Access large language models from the command-line |
| llmfit | Find what models run on your hardware |
| mistral-vibe | Minimal CLI coding agent |
| opencode | AI coding agent, built for the terminal |
| qwen-code | AI-powered command-line workflow tool for developers |
| whisper-cpp | Port of OpenAI's Whisper model in C/C++ |
Ask Bluefin (Alpha)#
Ask Bluefin is a natural-language system assistant that can diagnose, explain, and help troubleshoot your machine using our community's data.
Ask is done in partnership with Dosu - here's the gist. Ask Bluefin is trained on all of the documentation and source code for all of the tooling in Bluefin, Bluefin's source code, issues, documentation, and discussions. AND THAT'S IT. It is only trained on the code and docs. The results are usually much better than than a generic LLM, and light years ahead of Linux subreddits. (That's not a high bar, but let's have some goals). You can also use Ask Bluefin in it's [dedicated discussion forum] if you prefer it that way.
Troubleshooting (Alpha)#
Proprietary operating systems are falling over each other trying to implement the worst possible anti-privacy features with AI. Of course they are, it's the nature of the beast. We take a different approach. If someone's going to invent this thing, then we're going to use it for good. Our first stab at this is to use it for a more natural goal - fix broken computers. (Computers are awful)
linux-mcp-server is an MCP server that gives any AI agent live read only access access to your system: OS info, processes, services, logs, network, and filesystem. When connected to [Goose] it gives your LLM access to the following featurs:
- Natural language diagnostics β Ask questions like "why is my fan running loud?" or "what process is eating my RAM?" and get real answers grounded in your actual current system state
- Bluefin knowledge base built in β Dosu integration means the assistant already knows the Bluefin documentation, common issues, and community-reported workarounds. No API key required to access it.
- Works with any MCP-compatible agent β Goose, OpenCode, and any client that supports the Model Context Protocol can connect to
linux-mcp-serverand get the same system access - "Bring Your Own LLM" β use it with a local Ramalama model for fully offline diagnostics, or connect to a hosted API for more capable reasoning β same data, your choice. Current this works best with paid frontier models, but our team continues to experiment with the latest local models. It's only a matter of time, open always wins.
Full troubleshooting guide β
New Wallpapers#
And now, finally, my favorite part of Bluefin, the artwork!
<WallpaperFeatureGrid wallpapers={[
{
id: "lazy-days",
title: "Lazy Days",
author: "Jay Balamurugan",
authorUrl: "https://kakapojay.com/",
dayUrl: "/img/artwork/fullres/lazy-days.png",
body: "Jay joins the prestiguous list of paleoartists to render Bluefin.\n\n We tend to always think of dinosaurs as blood thirsty killers murdering constantly. But like real animals there are plenty of times when all you want to do is lay down. This rendition of Bluefin reflects a more chill day, a full belly, and no worries.\n\n Jay is a London-based science communicator, paleoartist, and television producer β her credits include Earth, Walking with Dinosaurs, and Evolution. You can follow her on Bluesky and Instagram",
},
{
id: "sunrise",
title: "Sunrise",
author: "Amy",
authorUrl: "https://www.atiusamy.com/links/",
dayUrl: "https://raw.githubusercontent.com/ublue-os/artwork/main/wallpapers/sunrise/sunrise-day.svg",
nightUrl: "https://raw.githubusercontent.com/ublue-os/artwork/main/wallpapers/sunrise/sunrise-night.svg",
body: "Sunrise is an older wallpaper from Amy that we failed to ship and announce. Sorry about that Amy. Sunrise is now available for those of you that prefer your Bluefin smol.",
},
{
id: "leaf-collector",
title: "Leaf Collector",
author: "Dr. Natalia Jagielska",
authorUrl: "https://natalia-jagielska.weebly.com/",
coAuthor: "Delphic Melody",
coAuthorUrl: "https://ko-fi.com/melodyofdelphi",
dayUrl: "https://raw.githubusercontent.com/ublue-os/artwork/main/wallpapers/leaf-collector/leaf-collector-day.svg",
nightUrl: "https://raw.githubusercontent.com/ublue-os/artwork/main/wallpapers/leaf-collector/leaf-collector-night.svg",
body: "Did you know birds once had teeth? Crazy I know.",
},
{
id: "duality",
title: "Duality",
author: "Dr. Natalia Jagielska",
authorUrl: "https://natalia-jagielska.weebly.com/",
coAuthor: "Delphic Melody",
coAuthorUrl: "https://ko-fi.com/melodyofdelphi",
dayUrl: "https://raw.githubusercontent.com/ublue-os/artwork/main/wallpapers/duality/duality-day.svg",
nightUrl: "https://raw.githubusercontent.com/ublue-os/artwork/main/wallpapers/duality/duality-night.svg",
body: "Duality is a modified Leaf Collector designed for ultra wide monitors. It looks spectacular on 21:9 monitors.",
},
{
id: "eyes",
title: "Eyes",
author: "Dr. Natalia Jagielska",
authorUrl: "https://natalia-jagielska.weebly.com/",
coAuthor: "Delphic Melody",
coAuthorUrl: "https://ko-fi.com/melodyofdelphi",
dayUrl: "https://raw.githubusercontent.com/ublue-os/artwork/main/wallpapers/eyes/eyes.svg",
body: "Our last wallpaper from Dr. J is one of my favorites. It feature a [microraptor] hunting a poor butterfly. Did she catch it? We'll leave that interpretation up to you.",
},
]} />
Install the Wallpapers#
The default wallpapers ship automatically with Bluefin. The extra collection (Leaf Collector, Duality, Eyes, Lazy Days) is available via Homebrew:
brew install --cask ublue-os/tap/bluefin-wallpapers-extra</code>
Wallpaper Packs#
Extra wallpaper collections for every variant β install the ones that match your image. You only need the first one if you're not on Bluefin:
brew install --cask ublue-os/tap/bluefin-wallpapers
brew install --cask ublue-os/tap/bluefin-wallpapers-extra
brew install --cask ublue-os/tap/aurora-wallpapers
brew install --cask ublue-os/tap/bazzite-wallpapers
brew install --cask ublue-os/tap/framework-wallpapers
What's New on the Docs Site#
I spent most of my time working on documentation and we've been working pretty hard this cycle. Specifically around getting more information of what's in Bluefin so that we can be more transparent about what we ship:
<DocsFeatureGrid features={[
{
title: "Changelogs",
href: "https://docs.projectbluefin.io/changelogs",
description: "Automated weekly changelogs for every image stream",
body: "This page will show you all of the versions and releases of every Bluefin. It is automatically generated from Bluefin's Software Bill of Materials (SBOM), so it will always show you what's on the image. This took way more work than we realized, but thanks to awesome tools such as [oras] and [cosign] we now have a nice way to show you what's in Bluefin. We also include the updates from the default homebrew and flatpaks shipped in Bluefin for convenience.",
thumbnail: "/img/docs-features/changelogs.png",
color: "stable"
},
{
title: "Monthly Reports",
href: "https://docs.projectbluefin.io/reports",
description: "Monthly Reports",
body: "This page aggregates all of the work from the volunteers that are landing in Bluefin. This report is generated monthly and features all of the contributors who work on Bluefin.",
thumbnail: "/img/docs-features/reports.png",
color: "lts"
},
{
title: "Images",
href: "https://docs.projectbluefin.io/images",
description: "Full matrix of available image variants",
body: "This page is a reference of all of the images we publish, and feautures rebase instructions if you need them. This includes the testing branches of every image (if they exist), and then Nvidia images.",
thumbnail: "/img/docs-features/images.png",
color: "stable"
},
{
title: "Driver Versions",
href: "https://docs.projectbluefin.io/driver-versions",
description: "GPU driver version tracker across streams",
body: "Ever update and get a regression? When was the last kernel update? When was the last time Uncle Jensen left us an unexpected gift? This page shows a matrix of major component version bumps so you can quickly see what updated when so you can at least make a better guess as to what past image you should rebase to. This page is clutch for troubleshooting.",
thumbnail: "/img/docs-features/driver-versions.png",
color: "dakota"
},
{
title: "Music",
href: "https://docs.projectbluefin.io/music",
description: "The Bluefin Musical Experience",
body: "Every release ships with a curated soundtrack highlighting Bluefin's cloud native journey. The music page archives every playlist we have released, with notes on the artists and the vibe we were going for.']",
thumbnail: "/img/docs-features/music.png",
color: "lts"
},
{
title: "Artwork",
href: "https://docs.projectbluefin.io/artwork",
description: "Browse and download all wallpapers and artwork assets",
body: "Bluefin is not just software, the artwork of her world is just as important to us as the software. All of Bluefin's artists are compensated for their work.",
thumbnail: "/img/docs-features/artwork.png",
color: "dakota"
}
]} />
<ReleaseContributors
contributors={[
{ login: "ahmedadan", roles: ["maintainer", "ublue-contributor", "brew-contributor"] },
{ login: "akeeton", roles: ["ublue-contributor"] },
{ login: "alatiera", roles: ["maintainer", "ublue-contributor", "gnome-os"] },
{ login: "AlexanderVanhee", roles: ["contributor"] },
{ login: "AlexNPavel", roles: ["ublue-contributor"] },
{ login: "anacierdem" },
{ login: "andrzejroskowicz" },
{ login: "AnthonyStainer", roles: ["contributor"] },
{ login: "apwiggins" },
{ login: "arvindautar" },
{ login: "AtiusAmy", roles: ["ublue-contributor", "bluefin-artist"] },
{ login: "AtomHare", roles: ["ublue-contributor"] },
{ login: "awkorama" },
{ login: "bdflemin", roles: ["ublue-contributor"] },
{ login: "befanyt", roles: ["ublue-contributor", "contributor"] },
{ login: "bketelsen", roles: ["ublue-maintainer", "aurora-maintainer", "bluefin-emeritus", "ucore-contributor", "brew-contributor"], nickname: "Architect of the Final Shape" },
{ login: "Bira-oliverio" },
{ login: "Blackstep590" },
{ login: "bronson", roles: ["ublue-contributor", "ucore-contributor"] },
{ login: "bsherman", roles: ["ublue-maintainer", "aurora-maintainer", "ucore-maintainer", "bluefin-emeritus"] },
{ login: "buggerman", roles: ["ublue-contributor"] },
{ login: "carpediem29" },
{ login: "castrojo", roles: ["maintainer", "ublue-emeritus", "bazzite-contributor", "ucore-contributor", "brew-contributor"], nickname: "[ Redacted ]" },
{ login: "CEN90" },
{ login: "chandeleer1698", roles: ["ublue-contributor", "bluefin-artist", "aurora-artist"] },
{ login: "cmars" },
{ login: "coxde", roles: ["ublue-contributor", "ucore-contributor"] },
{ login: "d3spairx", roles: ["contributor"] },
{ login: "daegalus", roles: ["maintainer", "brew-contributor"] },
{ login: "daice2k" },
{ login: "danielhowardpuckett-lgtm" },
{ login: "DarkGhostHunter" },
{ login: "davestgermain" },
{ login: "davidwritesxyz" },
{ login: "debackerl" },
{ login: "delphicmelody", role: "bluefin-artist" },
{ login: "dnoesgaard" },
{ login: "dragon28" },
{ login: "dragonbass13" },
{ login: "dreamyukii", roles: ["ublue-contributor", "aurora-contributor", "bazzite-contributor", "brew-contributor"] },
{ login: "dtg01100", roles: ["ublue-contributor", "brew-contributor"] },
{ login: "dx4homelab" },
{ login: "dylanmtaylor", roles: ["ublue-contributor", "bazzite-contributor", "ucore-contributor"] },
{ login: "dylanvdmerwe" },
{ login: "edermats32" },
{ login: "eltorrero", roles: ["contributor"] },
{ login: "ExistingPerson08", roles: ["ublue-contributor"] },
{ login: "EyeCantCU", roles: ["ublue-contributor", "bazzite-maintainer", "bluefin-emeritus"] },
{ login: "fiftydinar", roles: ["ublue-contributor", "aurora-contributor", "bazzite-contributor"] },
{ login: "fizzyizzy05", roles: ["contributor"] },
{ login: "FlammLex" },
{ login: "fonnesbeck" },
{ login: "francoism90", role: "ucore-contributor" },
{ login: "GarciaLnk", roles: ["ublue-contributor"] },
{ login: "gbrsni", roles: ["ublue-contributor"] },
{ login: "gerblesh", roles: ["ublue-contributor"] },
{ login: "gichiba" },
{ login: "goozkan" },
{ login: "h1zardian", roles: ["contributor"] },
{ login: "hanthor", roles: ["maintainer", "ublue-contributor", "brew-contributor"], nickname: "Herald of Finality" },
{ login: "hawkticehurst" },
{ login: "hecknt", roles: ["zirconium-maintainer"] },
{ login: "HikariKnight", roles: ["ublue-maintainer", "aurora-maintainer", "bazzite-maintainer"] },
{ login: "inffy", roles: ["maintainer", "ublue-maintainer", "aurora-maintainer", "brew-contributor"] },
{ login: "istvan-derda", roles: ["ublue-contributor"] },
{ login: "JarrColl" },
{ login: "jfmongrain", roles: ["contributor"] },
{ login: "JimOswick", roles: ["contributor"] },
{ login: "joshyorko", roles: ["ublue-contributor"] },
{ login: "jumpyvi", roles: ["ublue-contributor", "brew-contributor"] },
{ login: "kalebepalacio" },
{ login: "KiKaraage", roles: ["ublue-contributor", "brew-contributor"] },
{ login: "klmcwhirter" },
{ login: "KotlinGeekDev" },
{ login: "kriszentner", roles: ["contributor"] },
{ login: "KyleGospo", roles: ["ublue-maintainer", "aurora-maintainer", "bazzite-maintainer", "ucore-contributor"], nickname: "The First Knife" },
{ login: "leafyoung", roles: ["contributor"] },
{ login: "ledif", roles: ["ublue-maintainer", "aurora-maintainer"] },
{ login: "lkdm" },
{ login: "LorbusChris", roles: ["ublue-contributor"] },
{ login: "louhitar", roles: ["contributor"] },
{ login: "m2Giles", roles: ["ublue-maintainer", "aurora-maintainer", "bazzite-contributor", "ucore-contributor"] },
{ login: "madsiur" },
{ login: "malgam" },
{ login: "maphew" },
{ login: "mattbuys" },
{ login: "matthewbegun" },
{ login: "max-miller1204" },
{ login: "Mestar71" },
{ login: "mgajda" },
{ login: "mheuvel-dev", roles: ["ublue-contributor"] },
{ login: "Micro856", roles: ["contributor"] },
{ login: "MineGene" },
{ login: "mjdescy" },
{ login: "mmartinortiz", roles: ["contributor"] },
{ login: "NahsiN", roles: ["contributor"] },
{ login: "nicknamenamenick", roles: ["ublue-maintainer", "aurora-maintainer", "bazzite-contributor"] },
{ login: "NiHaiden", roles: ["ublue-contributor", "aurora-artist"] },
{ login: "nikodunk", roles: ["ublue-contributor", "ucore-contributor", "contributor"] },
{ login: "noelmiller", roles: ["ublue-maintainer", "aurora-maintainer", "bazzite-maintainer"] },
{ login: "orangesunny" },
{ login: "p5", roles: ["maintainer", "ublue-maintainer", "aurora-maintainer"] },
{ login: "passthejoe", roles: ["contributor"] },
{ login: "pauldoo", roles: ["ublue-contributor"] },
{ login: "RaduAvramescu", roles: ["contributor"] },
{ login: "Raindrac", roles: ["ublue-contributor", "aurora-contributor"] },
{ login: "Readpato", roles: ["contributor"] },
{ login: "renner0e", roles: ["maintainer", "aurora-maintainer", "ublue-maintainer", "bazzite-contributor", "brew-contributor"] },
{ login: "repires", roles: ["ublue-contributor", "contributor"] },
{ login: "RoyalOughtness", roles: ["ublue-contributor", "secureblue-maintainer"] },
{ login: "rrenomeron", roles: ["ublue-contributor"] },
{ login: "rwaltr", roles: ["contributor"] },
{ login: "salaniz", roles: ["ublue-contributor"] },
{ login: "salim-b", roles: ["ublue-contributor"] },
{ login: "sebjag", roles: ["contributor"] },
{ login: "serandel", roles: ["ublue-contributor"] },
{ login: "sideeffffect", roles: ["contributor"] },
{ login: "spasche", roles: ["contributor"] },
{ login: "StorageB" },
{ login: "theMimolet", roles: ["ublue-contributor"] },
{ login: "tingweiwan", roles: ["ublue-contributor"] },
{ login: "tobiasmicheler", roles: ["ublue-contributor"] },
{ login: "travier", roles: ["ublue-contributor", "contributor", "ucore-contributor"] },
{ login: "tulilirockz", roles: ["maintainer", "ublue-maintainer", "aurora-maintainer", "zirconium-maintainer"], nickname: "Executor of The Final Shape" },
{ login: "tunix", roles: ["contributor"] },
{ login: "valentindavid", role: "gnome-os" },
{ login: "valerie-tar-gz", roles: ["ublue-contributor", "bazzite-contributor"] },
{ login: "wommy", roles: ["contributor"] },
{ login: "Zeglius", roles: ["ublue-contributor", "bazzite-maintainer"] },
{ login: "zeroby0" },
]}
/>
Chatterbox#
These community members participated in GitHub Discussions over the last six months. Asking questions, sharing tips, helping newcomers, and keeping the conversation going is just as valuable as code.
<ContributorCardGrid
contributors={[
{ login: "agriffis" },
{ login: "AlexFullmoon" },
{ login: "anders322github" },
{ login: "azacio" },
{ login: "blfpd" },
{ login: "bsiegel" },
{ login: "ccrpc-fjunge" },
{ login: "ClixTW" },
{ login: "code-mph" },
{ login: "CodingKoalaGeneral", roles: ["ublue-contributor"] },
{ login: "D4RK0N3dev" },
{ login: "decksdark628" },
{ login: "deepdowntraumahound" },
{ login: "DFeise" },
{ login: "droplinxuser" },
{ login: "ehames" },
{ login: "ehsanullahjan" },
{ login: "fkromer" },
{ login: "gabenavarro" },
{ login: "gtaranti" },
{ login: "hellpe" },
{ login: "IkaLorei" },
{ login: "indolering" },
{ login: "inktvis75" },
{ login: "Jackthompson-mat" },
{ login: "jamie-dainton" },
{ login: "JaviLib" },
{ login: "jeffam" },
{ login: "jiesou" },
{ login: "joelhickok" },
{ login: "jorti" },
{ login: "JSUNFGH" },
{ login: "karypid" },
{ login: "kwag" },
{ login: "lbssousa" },
{ login: "lparolari" },
{ login: "m1tm4n404" },
{ login: "masakk1" },
{ login: "miabbott", roles: ["ublue-contributor"] },
{ login: "montymalik" },
{ login: "morrolinux" },
{ login: "mpolsinelli" },
{ login: "murphym18" },
{ login: "parkan" },
{ login: "Pfritts" },
{ login: "pisiest" },
{ login: "PJansky" },
{ login: "prototact" },
{ login: "PunkPangolin" },
{ login: "RedLanternTech" },
{ login: "sanmue" },
{ login: "sillybilly10" },
{ login: "skymoo" },
{ login: "sprintcowboy" },
{ login: "starfreck" },
{ login: "tails618" },
{ login: "TheodoreLogN" },
{ login: "therealknewman" },
{ login: "tifriis208" },
{ login: "ToughDBlue" },
{ login: "umibozu83" },
{ login: "victoitor" },
{ login: "victorwsyy321-stack" },
{ login: "viktorpopp" },
{ login: "visnudeva" },
{ login: "VlastimilHudecek" },
{ login: "wegweg7979" },
{ login: "wepantech" },
{ login: "ximian" },
{ login: "Xtrems876" },
{ login: "YoavRheims" },
{ login: "ZeroXMK" },
{ login: "zilexa" },
{ login: "znmeb" },
]}
/>
Download#
Bluefin#
Dakota Alpha 2#
Filing Issues#
Discussions#
[TODO: create a new discussion and replace this link β last one was #4500 for Dakota Alpha 1]