॥ श्री ॥

Shani Cassini (System Manager)

System 2026-09-25

Shani Cassini is the Shanios system manager — named after the spacecraft that orbited and watched over Saturn. It is part of the GNOME, KDE Plasma and COSMIC editions from the images built after 25 September 2026; open it from the app grid (Shani Cassini) or run shani-cassini. It shows what the system tools report and nothing else: every page is backed by shani-deploy, shani-health, gen-efi or systemd itself, so what you see is what the command line would tell you.

Open a page directly with shani-cassini --section=<name> (for example --section=updates), where the name is one of overview, health, system, drivers, secureboot, encryption, updates, services, backup, maintenance, chronoa, fleet.

Pages

PageWhat it doesUnder the hood
OverviewVersion, edition, slot, whether an update is waitingshani-deploy --status --check --json
HealthRuns the integrity check and the security audit on request; lists this boot's error messages and recent crashesshani-health --verify --json, --security --json, journalctl -b -p err, coredumpctl
System InfoModel, firmware, OS, clock sync, boot time, hardware, kernelhostnamectl, timedatectl, systemd-analyze
DriversPCI devices and their kernel driverslspci, loaded modules
Secure BootSecure Boot state and MOK keysmokutil, gen-efi enroll-mok
EncryptionWhether the disk is encrypted; set up or turn off TPM2 automatic unlock (optionally with a PIN)gen-efi tpm2-status, enroll-tpm2, remove-tpm2
Updates & RollbackUpdate channel (Stable/Latest), install an update, go back to the previous systemshani-deploy, --set-channel, --rollback
ServicesSwitch system services on or off, start/stop/restart, read a service's logsystemctl, journalctl -u
BackupBackup location and tools; opens Shani Backuporg.shani.backup settings
MaintenanceDisk space, clean up old downloads, deduplicate, create a diagnostic report, reset the computershani-deploy --cleanup/--optimize, shani-health --export-logs, shani-reset
ChronoaThe assistant's engines and main switches; opens Chronoaorg.shani.chronoa settings
FleetEnrollment status of a managed device (only when the fleet agent is installed)shani-fleet-agent status

Passwords

Reading the system state needs no password. Anything that changes the system (an update, a rollback, a channel change, a health check, TPM or Secure Boot changes, a reset) asks for an administrator password first, through the desktop's normal polkit dialog. Updates and rollbacks keep the computer from sleeping until they finish.

Updating and going back

Updates & Rollback shows the version you run and the newest one on your channel. Update installs it into the other system slot; restart when asked. Roll Back… switches to the previous system (after a restart) — your files and settings are not affected. See Blue-Green Deployment and Update Channels.

Reset

Maintenance → Reset this computer runs shani-reset: it erases settings, user accounts and service data, keeps both system slots and (unless you choose otherwise) everything in /home, then restarts. You type reset to confirm — and wipe home as well if you chose to erase files.

See Also