CybexOS stands for Cybex Opinionated System. It is an opinionated Fedora Linux desktop built around Hyprland and Quickshell. The primary installation path is the bootable CybexOS ISO; a source-checkout installer remains available for development and existing checkout deployments. The core configuration is hardware-neutral. A separate, precisely gated role preserves extra support for the 2026 Dell XPS 14 and 16.
The current release target is Fedora 44 on x86_64. Fedora remains responsible for the kernel, drivers, SELinux, and base operating system.
The application command is cybex; paths, services, and packages use the
cybexos name. The project was previously called fedora-config. Running
./install from a CybexOS checkout moves such an installation to the new names;
see the operations guide.
- Hyprland, a custom Quickshell menubar, SDDM, portals, notifications, and desktop services
- a portable Fedora package, Flatpak, shell, font, firewall, and recovery baseline
- Omawrite for text, NFO, and Markdown files, with default file associations when personal dotfiles integration is enabled
- developer/Android tools, Steam, Docker, Podman/Distrobox, Tailscale, connected-service widgets, proprietary applications, and source-built tools enabled by default
- automatically detected XPS 2026 speaker, camera, haptic, fingerprint, backlight, firmware, and power support
- persistent installer configuration and lifecycle tools for source-checkout deployments, plus a verified source release updater
- one release-scoped CybexOS skill discoverable by compatible coding agents for safe installed-system diagnosis and customization
- a user-selectable default AI coding agent with terminal, launcher, and keyboard entry points
Source-checkout installs have no desktop-preset selection: every installation gets the same core Hyprland/Quickshell desktop. That installer asks about the target machine, security decisions, personal dotfiles, and application opt-outs.
On a source-checkout installation, apply only Omawrite and the managed file associations with the saved configuration:
ansible-playbook site.yml -e @/etc/cybexos/config.yml --tags omawrite,mime-defaultsFor a normal installation, boot the CybexOS ISO and follow the on-screen installer. It installs the desktop RPM and offline application set, then configures the target system without requiring a Git checkout or a network connection for the desktop payload. The image's installation guide describes disk requirements, encryption, first boot and recovery. Use the release instructions in docs/releasing.md for current artifact availability and checksums.
The installed desktop is delivered by cybexos-desktop; its packaged files
live under /usr/share/cybexos. The first-login account is configured by the
image installer, and subsequent package upgrades use the system update path.
This supported path is intended for development and existing checkout-based deployments. For a regular new installation, use the ISO above.
The commands below install from this repository with Ansible; they do not
install or update the ISO's cybexos-desktop RPM. Repository-based options and
the saved installer configuration described here apply to this checkout path.
Start with Fedora 44 and a user that can run sudo:
sudo dnf install -y git
git clone https://github.com/DigitalPals/CybexOS.git
cd CybexOS
./installNo inventory or configuration file needs to be edited first. The installer
detects the current desktop user, home directory, hostname, timezone, locale,
and keyboard settings and offers them as defaults. The ISO defines the shared
fresh-install policy: all application groups and personal dotfiles are enabled,
sudo and local Polkit require authentication, and Docker requires sudo.
Automatic login defaults on only when the complete root filesystem is verified
as encrypted. These defaults also apply in non-interactive installs; interactive
setup allows explicit opt-outs. Existing saved choices remain authoritative.
Fastfetch is a required baseline package. Passwordless sudo, local Polkit and
Docker access remain explicit opt-ins; the docker group grants root-equivalent
control of the machine. See installation parity
for the shared contract and release checks.
On an encrypted single-user installation, SDDM can open the desktop after the LUKS unlock and unlock GNOME Keyring with the briefly cached boot password. Automatic login is attempted once per boot; logout, a desktop crash, or a login-manager restart requires password login. An unavailable or different boot password leaves the keyring protected and allows manual unlocking. Unencrypted systems use password login. See the login design and validation status. Existing installations change login managers on the next boot, preserving their previous configuration for uninstall.
Answers are saved in /etc/cybexos/config.yml, outside versioned release
trees, and are reused by later installs and updates. Existing explicit
application opt-outs are preserved; missing choices receive the full defaults. Run
cybex configure to ask the questions again. ./bootstrap remains a
compatibility alias for ./install. The first successful install snapshots
the runtime source under ~/.local/share/cybexos/releases/, so the
cloned checkout can then be moved or removed.
That active release also owns the canonical cybexos agent skill.
Installation always links it at ~/.agents/skills/cybexos,
~/.claude/skills/cybexos, and ~/.codex/skills/cybexos, whether
or not a corresponding agent is currently installed. Invoke it explicitly as
$cybexos in Codex or /cybexos in Claude Code; its focused
description also supports automatic selection.
Before any role adopts configuration, the installer creates a one-time backup
under ~/.local/state/cybexos/backups/initial/. Existing Hyprland and
Quickshell trees are always preserved; personal application files are added
when the optional dotfiles integration is selected. Uninstall restores those
pre-existing files. Managed Fish, Kitty, Git, and SSH settings use
fragments/includes where those applications support them. Bundled wallpapers
are installed into ~/Pictures/Wallpapers, and a mountain wallpaper is selected when no wallpaper is configured. Existing selections and
custom folders are preserved. Change the image in CybexOS Settings → Wallpaper.
No avatar is imposed.
To install or refresh only the wallpapers using the saved configuration:
ansible-playbook site.yml -e @/etc/cybexos/config.yml --tags wallpapersA lone tiled window on an external monitor is centered at 70% of the display's width, adapting to resolution, scaling, and rotation. Laptop panels and workspaces with multiple tiled windows use the normal small edge gaps.
Super+K shows every keyboard shortcut, read live from Hyprland, including
described bindings added in ~/.config/cybexos/hypr/user.lua. See
keyboard shortcuts.
Desktop runtime and user customization have a strict boundary. Verified
releases reconcile ~/.local/share/cybexos/runtime, while shell
settings, Hyprland overrides, themes, and plugins live in user-owned roots
that updates never prune. An upgrade from the legacy layout emits a migration
report and preserves customized QML/Lua without trying to translate it. See
the ownership architecture for the complete
path and migration contract.
Personal bar widgets use a versioned API and live outside the distro runtime.
Codex/Claude can create a package in
~/.local/share/cybexos/plugins/<id>/ and enable it with
cybex plugin enable <id>. Its preferences and data survive updates;
no edits to built-in shell modules are needed. See the
widget contract and commands. The
ownership guide also identifies remaining application-configuration gaps.
The Omarchy compatibility adapter supports widgets, shared services, panels,
overlays, menus, and replacement bars, with representative unchanged plugins tested. See installation and limits.
The built-in Model Usage widget is a vendored copy of the
Model Usage Omarchy
plugin, hosted through the same adapter; see
its README.
Each pre-existing cybexos skill slot is backed up independently before
first adoption. Updates retarget all three paths through the atomic active
release link, and uninstall restores the exact original file, directory, or
symlink without changing neighboring skills.
Developer tooling installs pinned Claude Code, OpenCode, and Codex CLI
versions. CybexOS does not silently prefer one provider: the first
interactive invocation asks which installed agent to use and stores that
per-user choice at ~/.config/cybexos/defaults/agent.
cybex agent # launch the default in this directory
cybex agent --pick # choose, remember, and launch another
cybex agent set opencode # change the default without launching
cybex agent list # show supported and installed agents
cybex agent prompt "review this change"Super+Ctrl+Shift+A opens the default agent in a Kitty window rooted at
~/Code. The Quickshell Actions tab can launch or choose it as well. Managed
Fish configuration provides the short alias a.
The dispatcher passes no automatic-approval or permission-bypass flags and never stores credentials. Authentication, model selection, permissions, and provider-specific settings remain owned by each agent. The preference survives updates and uninstall because it is user data rather than Ansible policy.
On ISO installations, cybex update updates Fedora packages, Flatpaks, and
the desktop RPM when a signed update channel has been enrolled. The default
ISO configuration does not enable a desktop RPM channel. Inspect it with
cybex update-channel status --json; enabling one requires its reviewed public
configuration and full signing-key fingerprint. See the
release guide for channel setup.
On source-checkout installations, use the release updater described below. These releases are separate from the ISO desktop RPM channel.
After the first install, use:
cybex updateThe updater follows the saved stable channel by default (--channel beta
selects and saves prereleases). It checks this repository's GitHub releases
anonymously, so no GitHub account or gh auth login is needed. While a channel
has no published release, the CybexOS step is skipped and packages still
update. For a newer immutable release it checks the API SHA-256 digest,
verifies the release workflow's provenance attestation offline from the
bundle published beside the archive, validates Fedora/architecture/config-schema
compatibility, and extracts into a versioned staging directory. One durable system worker owns the
saved-answer migration, candidate application, rollback, and atomic current
symlink change, so detaching the terminal cannot split the transaction. A
failed apply restores the previous configuration. The active release and two
recent fallbacks are kept.
The same durable worker updates Fedora packages and system Flatpaks. From the
Quickshell panel, systemd requests authorization through the desktop's native
Polkit agent and progress remains in the Updates view; the worker then runs in
a transient system unit, so a Quickshell restart does not interrupt package
work. Terminal invocations retain their sudo-compatible path. On Btrfs,
package work first creates a recovery point: a read-only root snapshot and a
/boot archive. The boot menu's CybexOS recovery points submenu starts one
with a temporary overlay (hold Shift or press Esc during boot to show the
menu), and Settings → About → Recovery points or sudo cybexos-system-snapshot restore ID makes it the system again; the replaced root is kept until you
discard it.
Useful commands:
| Command | Purpose |
|---|---|
cybex update --check (source checkout) |
Check the configured GitHub channel |
cybex update --system-only (source checkout) |
Update Fedora and Flatpak only |
cybex agent |
Launch or choose the per-user default AI coding agent |
cybex dev status |
Show whether the verified or a development runtime is active |
cybex plugin list |
Inspect personal widgets and API compatibility |
cybex verify |
Check the installed system (--source opts into developer checks) |
cybex doctor |
Alias for verify |
cybex configure (source checkout) |
Re-run the installer questions |
cybex uninstall (source checkout) |
Remove project-managed configuration; retain applications |
Detailed updater status, logs, cancellation, Btrfs recovery, and advanced Ansible tags are documented in the operations guide.
Generic systems skip every XPS workaround. The xps-2026 role activates only
for Dell vendor/product identifiers, supported SKUs 0DB9 or 0DBA, and the
expected Panther Lake CPU family; individual devices are gated again before
their configuration is installed. See
Dell XPS 2026 hardware support.
./verify --source
./tests/fedora-vm-convergence
cybex dev enable "$PWD"
cybex dev disableDevelopment mode reads live Quickshell and static Hyprland modules from the validated checkout. It never fetches, resets, merges, or writes to that checkout, and normal internet updates remain enabled in parallel.
CI runs the complete source contract in Fedora 44 and converges all roles on a
generic Fedora Cloud VM twice to enforce idempotence. A vX.Y.Z tag publishes only
after both gates pass. Repository release immutability must be enabled before
the first public tag.
Key documentation:
- Operations and recovery
- Runtime and user ownership
- Release process
- Dependency and pinning policy
- Fedora major upgrades
- Licensing and asset provenance
- Quickshell development notes
Important
The repository's original code and configuration are MIT-licensed. This license does not cover third-party packages, artwork, fonts, trademarks, or images. Audit those separate redistribution terms before publishing bundled release media; see licensing and asset provenance.