Maze Linux / Wiki

Maze Commands

Every maze-* command shipped on the system, in one place. Most have a --help flag; where a GUI exists, the GUI is usually the recommended route.

Maze Control Center


Emergency

CommandWhat it does
maze-panicPanic button — locks the machine down fast.
maze-panic-restoreUndoes what maze-panic did.
maze-killswitchKill switch control from the shell.

Try maze-panic --help before you need it, so you know what it will do to your session.


Diagnostics and health

CommandWhat it does
maze-doctorFull system health report. --deep for a longer run, --no-color for plain output.
maze-boot-checkVerifies the boot chain is intact and signed. --quiet, --no-flag.
maze-auditAudit tooling.
maze-hardwareHardware inventory and driver state.
maze-sentinel / maze-sentinel-setupSentinel service (enabled on installed systems). Unrelated to the sentinai package.

If maze-boot-check fails it writes /var/lib/maze/boot-unsafe, and maze-boot-guard then holds a shutdown inhibitor — the machine will refuse to power off cleanly while the boot chain looks broken. That is deliberate: it stops you rebooting into an unbootable system. See Won't Boot?.

See Diagnostics for the full output walkthrough.


Boot and kernel

CommandWhat it does
maze-kernelKernel Switcher GUI — the recommended way to change kernels.
maze-kernel-helperPrivileged backend for the GUI; the GUI calls it through pkexec.
maze-initramfs-rebuildRebuilds the initramfs / UKI after changing kernel parameters.
maze-kernel-install-addKernel install hook helper.
maze-sb-signSigns the boot chain for Secure Boot.
maze-boot-notifyBoot-state notifications.
maze-boot-guardShutdown inhibitor when the boot chain is unsafe (see above).

See Kernel Management and Secure Boot.


Security and privacy

CommandWhat it does
maze-guardctl / maze-guarddMaze Guard CLI and daemon.
entropy-shieldEntropy Shield anonymity stack.
maze-cloakMAC address cloaking (see Privacy).
qlamClamAV GUI scanner.
maze-enable-blackarchAdds the BlackArch repository.

System and desktop

CommandWhat it does
mazelinuxMain Maze CLI entry point.
maze-control-centerControl Center GUI.
maze-snapshots-setupSets up snapper configuration (runs on first boot).
maze-flatpak-setupAdds Flathub. Enabled at boot.
maze-gpu-driverGPU driver helper.
maze-power-saverPower management.
maze-primary-screenSets the primary display.
maze-apply-wallpaperApplies the Maze wallpaper.
maze-install-vmwareInstalls VMware Workstation.
maze-aur-setupFinishes AUR setup (paru, ONLYOFFICE) if the installer could not reach the network.

Related