Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

hanthor/tunaOS

Repository files navigation

๐ŸŸ TunaOS

A Collection of Atomic Desktop Operating Systems

Specialized forks of Bluefin LTS for different use cases


License GitHub Stars Issues

๐Ÿš€ About TunaOS

TunaOS is a curated collection of Atomic desktop operating systems that are forks of Bluefin, built on modern container technology. Each variant is carefully crafted for specific use cases, offering the reliability of bootc-based systems with the flexibility to choose your ideal Linux experience.

๐Ÿ  Available Variants

๐Ÿ  Yellowfin

Build Status

Base: AlmaLinux Kitten 10
Tag: a10s
Branch: yellowfin

The closest to upstream Bluefin LTS experience with enhanced capabilities:

  • โœจ x86_64/v2 microarchitecture support for better performance
  • ๐Ÿ–ฅ๏ธ SPICE support for qemu/libvirt virtualization
  • ๐Ÿ”„ Compatible with upstream LTS because it's based on CentOS

๐ŸŸ Albacore

Build Status

Base: AlmaLinux 10.0
Tag: 10
Branch: albacore

Stable enterprise-grade desktop experience built on AlmaLinux foundation.

๐Ÿ–ฅ๏ธ Albacore Server

Build Status

Tag: a10-server
Branch: albacore-server

Server-optimized variant with:

  • ๐Ÿšซ No GDM (display manager disabled)
  • ๐Ÿ’ป Virtualization Host capabilities included
  • ๐Ÿข Perfect for server deployments and virtualization hosts

๐ŸŽฃ Bluefin Tuna

Build Status

Base: Fedora 42
Tag: F42
Branch: bluefin-tuna

Cutting-edge experience with Bluefin LTS tooling ported to the latest Fedora release.

๐Ÿ“‹ System Requirements

Component Minimum Recommended
CPU x86_64, ARM64 x86_64/v2 or better, ARM64
RAM 4 GB 8 GB+
Storage 20 GB 50 GB+
Architecture AMD64, ARM64 AMD64/v2, ARM64

๐Ÿ› ๏ธ Installation

Container Runtime

podman pull ghcr.io/hanthor/tunaos:yellowfin  # or your preferred variant

Bootable Image

Use bootc-image-builder to create installation media:

sudo podman run --rm -it --privileged \
  -v $(pwd):/output \
  quay.io/centos-bootc/bootc-image-builder:latest \
  build --type iso \
  ghcr.io/hanthor/tunaos:yellowfin

๐Ÿงช Current Status

Note: These images are currently in active development. The maintainer is daily-driving yellowfin and planning to deploy albacore-server as a Proxmox replacement.

๐Ÿค Community & Support

We'd love to hear from you! Whether you're using these images or just curious:

๐Ÿ“š Documentation


Made by James in his free time

Licensed under Apache 2.0