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.

| Command | What it does |
|---|---|
maze-panic | Panic button — locks the machine down fast. |
maze-panic-restore | Undoes what maze-panic did. |
maze-killswitch | Kill switch control from the shell. |
Try
maze-panic --helpbefore you need it, so you know what it will do to your session.
| Command | What it does |
|---|---|
maze-doctor | Full system health report. --deep for a longer run, --no-color for plain output. |
maze-boot-check | Verifies the boot chain is intact and signed. --quiet, --no-flag. |
maze-audit | Audit tooling. |
maze-hardware | Hardware inventory and driver state. |
maze-sentinel / maze-sentinel-setup | Sentinel service (enabled on installed systems). Unrelated to the sentinai package. |
If
maze-boot-checkfails it writes/var/lib/maze/boot-unsafe, andmaze-boot-guardthen 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.
| Command | What it does |
|---|---|
maze-kernel | Kernel Switcher GUI — the recommended way to change kernels. |
maze-kernel-helper | Privileged backend for the GUI; the GUI calls it through pkexec. |
maze-initramfs-rebuild | Rebuilds the initramfs / UKI after changing kernel parameters. |
maze-kernel-install-add | Kernel install hook helper. |
maze-sb-sign | Signs the boot chain for Secure Boot. |
maze-boot-notify | Boot-state notifications. |
maze-boot-guard | Shutdown inhibitor when the boot chain is unsafe (see above). |
See Kernel Management and Secure Boot.
| Command | What it does |
|---|---|
maze-guardctl / maze-guardd | Maze Guard CLI and daemon. |
entropy-shield | Entropy Shield anonymity stack. |
maze-cloak | MAC address cloaking (see Privacy). |
qlam | ClamAV GUI scanner. |
maze-enable-blackarch | Adds the BlackArch repository. |
| Command | What it does |
|---|---|
mazelinux | Main Maze CLI entry point. |
maze-control-center | Control Center GUI. |
maze-snapshots-setup | Sets up snapper configuration (runs on first boot). |
maze-flatpak-setup | Adds Flathub. Enabled at boot. |
maze-gpu-driver | GPU driver helper. |
maze-power-saver | Power management. |
maze-primary-screen | Sets the primary display. |
maze-apply-wallpaper | Applies the Maze wallpaper. |
maze-install-vmware | Installs VMware Workstation. |
maze-aur-setup | Finishes AUR setup (paru, ONLYOFFICE) if the installer could not reach the network. |