https://github.com/yasershahi/bluestream
A custom Fedora Silverblue image with development tools, multimedia support, and Intel GPU optimization
https://github.com/yasershahi/bluestream
bootc fedora fedora-silverblue immutable linux-desktop
Last synced: 4 months ago
JSON representation
A custom Fedora Silverblue image with development tools, multimedia support, and Intel GPU optimization
- Host: GitHub
- URL: https://github.com/yasershahi/bluestream
- Owner: yasershahi
- License: gpl-3.0
- Created: 2025-03-15T09:34:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-04T06:26:07.000Z (about 1 year ago)
- Last Synced: 2025-06-04T07:59:01.851Z (about 1 year ago)
- Topics: bootc, fedora, fedora-silverblue, immutable, linux-desktop
- Language: Dockerfile
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlueStream
[](https://github.com/yasershahi/bluestream/actions/workflows/build.yml)
> **Important:**
> This custom Fedora Silverblue Bootc image is provided as an example only. Feel free to fork and customize for your own use!
## Rebasing
It's recommended to reset rpm-ostree and pin the current deployment before rebasing.
```bash
# View available deployments
rpm-ostree status
# Pin your current deployment (0 is usually the active deployment)
sudo ostree admin pin 0
# Switch to bootc
sudo bootc switch quay.io/fedora/fedora-silverblue:43
# After switch, reboot the system
systemctl reboot
```
Then
```bash
# Optional: Verify image signature before switching (recommended)
cosign verify --key cosign.pub ghcr.io/yasershahi/bluestream:43
# Switch to BlueStream
sudo bootc switch ghcr.io/yasershahi/bluestream:43
# After the rebase, reboot the system
systemctl reboot
```
## Additions
* Intel GPU hardware video acceleration via RPM Fusion
* Media Codecs
* Android Tools & Scrcpy
* Virtualization (QEMU/KVM, Incus, EDK2-OVMF)
* Tailscale
* Gnome Themes Extra
* Misc (unrar, nss-tools,...)
## Disclaimer
This project is not affiliated with, endorsed by, or sponsored by the Fedora Project or Red Hat, Inc.