Agate

A custom image of Bazzite for personal needs.

View on GitHub

Agate Logo Agate

Build Status

Website: os.fpt.icu


Introduction

Welcome to Agate! This project is a customized, bootable OS image based on Bazzite (a Fedora KDE variant), built using the BlueBuild.

While this is my personal daily driver OS, tailored to my specific workflow and preferences, it’s also publicly available as a learning resource or a starting point for your own custom OS image. You can see how certain customizations are made, fork the project to suit your needs, or just draw inspiration for your own builds.

Disclaimer: This project includes personal branding and specific configurations that may not be suitable for everyone. It is recommended to review the customizations before use.

Core Concept

Features & Customizations

Here’s a summary of what makes Agate unique:

Branding

System-Level Changes & Additions

Included RPM Packages

In addition to the standard Bazzite set, a variety of packages are installed for development (VS Code, Go, buildah), networking (NordVPN, Tailscale, Netbird), system utilities (yadm, kitty, zsh), and many more.

Default Flatpaks

Comes with a curated selection of default applications including Bitwarden, Spotify, Vesktop (a Discord client), GIMP, Thunderbird, Mission Center, and many more. To be installed on the first start by the system.

How to Use

You can switch an existing bootc-compatible system (like Fedora, Bazzite, or Bluefin) to this image.

Rebase Command:

sudo rpm-ostree rebase ostree-image-signed:docker://ghcr.io/fptbb/agate:latest

After the command completes, reboot your system. You can check the status at any time with sudo bootc status.

Building from Source

If you want to customize this image or build it yourself, you can use the provided Justfile.

Prerequisites

Build Instructions

  1. Clone the repository:
    git clone git@github.com:fptbb/agate.git
    cd fp-os
    
  2. Build the container image:
    just build
    
  3. (Optional) Build a bootable disk image: You can create an ISO, QCOW2, or other disk image formats.
    # Build an ISO for installation
    just build-iso
    

    The generated images will be in the root directory.

Verification

These images are signed with Sigstore’s cosign. You can verify the signature by downloading the cosign.pub file from this repo and running the following command:

cosign verify --key cosign.pub ghcr.io/fptbb/agate

Name Meaning

Many Fedora Atomic Desktops are named after minerals and rocks—often silicates like kinoite or onyx (and even bazzite), evoking the durable, crystalline foundations of these immutable systems. In that spirit, I’ve named this Bazzite-based image after Red Fox Agate, a rare variety of chalcedony quartz whose vibrant orange-red bands, streaked with white, mimic the fur of a red fox.

Sourced exclusively from ancient volcanic geodes in Patagonia, Argentina (notably the Cerro Cristal region near Perito Moreno), Red Fox Agate was first discovered in 1997. Its botryoidal hematite inclusions create that signature “foxy” pattern, with a Mohs hardness of 6.5–7 making it ideal for polished cabochons, jewelry, or display specimens.

For more on this gem: Red Fox Agate Overview

Acknowledgements

This project is made possible by the work of the open-source community. Special thanks to:

License

This project is licensed under the Apache License 2.0. See the LICENSE file for details.