Desktop Images
Optimized Atomic desktop images for AI development workflows, based on Fedora Silverblue with pre-configured tooling, drivers, and development environments.
Available Images
AI Developer Desktop
Atomic desktop optimized for AI development workflows
Base: Fedora Silverblue
Repository: project-resistor/ai-developer-desktop
Features:
-
Podman Desktop - experimental
-
Moby Engine - stable
-
OpenShell - experimental
-
Podman - experimental
AI Developer Desktop (NVIDIA)
Atomic desktop optimized for AI development with NVIDIA GPU support
Base: Fedora Silverblue
Repository: project-resistor/ai-developer-desktop-cuda
Features:
-
CUDA Runtime - stable
-
Pre-built NVIDIA Open Kernel Modules - stable
Getting Started
If you’re already running a Fedora Atomic desktop (such as Silverblue or Kinoite), you can rebase to one of the available images.
AI Developer Desktop:
rpm-ostree rebase ostree-unverified-registry:ghcr.io/codename-resistor/ai-developer-desktop:latest
AI Developer Desktop (NVIDIA):
rpm-ostree rebase ostree-unverified-registry:ghcr.io/codename-resistor/ai-developer-desktop-cuda:latest
After the rebase completes, reboot into the new image:
systemctl reboot
To pin the current deployment (so it isn’t garbage collected if you want to roll back):
ostree admin pin 0
To roll back to your previous image:
rpm-ostree rollback
systemctl reboot