https://github.com/zekurio/cyanite
https://github.com/zekurio/cyanite
atomic bluebuild bluebuild-image custom-image image-based immutable linux linux-custom-image oci oci-image operating-system
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zekurio/cyanite
- Owner: zekurio
- License: apache-2.0
- Created: 2025-03-02T00:33:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T21:23:17.000Z (about 1 year ago)
- Last Synced: 2025-03-06T22:26:12.716Z (about 1 year ago)
- Topics: atomic, bluebuild, bluebuild-image, custom-image, image-based, immutable, linux, linux-custom-image, oci, oci-image, operating-system
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# cyanite [](https://github.com/zekurio/cyanite/actions/workflows/build.yml)
Cyanite is a customized version of [Bazzite](https://bazzite.gg).
## Available Images
| Image | Base Image |
|-------|------------|
| cyanite | ghcr.io/ublue-os/bazzite-gnome |
| cyanite-g14 | ghcr.io/ublue-os/bazzite-gnome-asus-nvidia-open |
## Installation
> [!WARNING]
> [This is an experimental feature](https://www.fedoraproject.org/wiki/Changes/OstreeNativeContainerStable), try at your own discretion.
To rebase an existing atomic Fedora installation to the latest build:
1. First rebase to the unsigned image, to get the proper signing keys and policies installed:
```
rpm-ostree rebase ostree-unverified-registry:ghcr.io/zekurio/IMAGE_NAME:latest
```
2. Reboot to complete the rebase:
```
systemctl reboot
```
3. Then rebase to the signed image, like so:
```
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/zekurio/IMAGE_NAME:latest
```
4. Reboot again to complete the installation
```
systemctl reboot
```
Replace `IMAGE_NAME` with one of the available images, listed above.
The `latest` tag will automatically point to the latest build. That build will still always use the Fedora version specified in `recipe.yml`, so you won't get accidentally updated to the next major version.
## Added Packages
### RPM Packages
- `zen-browser`
- `code`
- `1password`
- `1password-cli`
- `warp-terminal`
- `cockpit-machines`
- `virt-manager`
- `virt-viewer`
- `edk2-ovmf`
- `libvirt`
- `qemu`
- `qemu-char-spice`
- `qemu-device-display-virtio-gpu`
- `qemu-device-display-virtio-vga`
- `qemu-device-usb-redirect`
- `qemu-img`
- `qemu-system-x86-core`
- `qemu-user-binfmt`
- `qemu-user-static`
### Flatpaks
- `dev.vencord.Vesktop`
- `rest.insomnia.Insomnia`
- `com.spotify.Client`
- `com.heroicgameslauncher.hgl`
- `com.usebottles.bottles`
- `com.vysp3r.ProtonPlus`
- `com.github.tchx84.Flatseal`
- `com.github.Matoking.protontricks`
- `io.missioncenter.MissionCenter`
- `io.github.Foldex.AdwSteamGtk`
- `com.mattjakeman.ExtensionManager`
- `io.github.dvlv.boxbuddyrs`
## Removed Packages
### RPM Packages
- none, for now
### Flatpaks
- `org.mozilla.firefox`
## ISO
If built on Fedora Atomic, you can generate an offline ISO with the instructions available [here](https://blue-build.org/learn/universal-blue/#fresh-install-from-an-iso). These ISOs cannot unfortunately be distributed on GitHub for free due to large sizes, so for public projects something else has to be used for hosting.
## Verification
These images are signed with [Sigstore](https://www.sigstore.dev/)'s [cosign](https://github.com/sigstore/cosign). You can verify the signature by downloading the `cosign.pub` file from this repo and running the following command:
```bash
cosign verify --key cosign.pub ghcr.io/zekurio/cyanite
```