archon-cli 0.1.0

Cross-distro package manager (Arch/Debian/Fedora) with AUR support and a security-monitored (eBPF) build sandbox on Arch
archon-cli-0.1.0 is not a library.

archon CLI entry point.

Safety contract with the user (this runs on a daily-driver machine):

  • Resolution and planning are always read-only and unprivileged.
  • Anything that mutates the system (pacman -S / -U) happens only after an explicit interactive confirmation, and always through pacman — archon never touches pacman's databases itself.
  • --dry-run stops after printing the plan, guaranteed side-effect free.