Zyvor client bundle — automatic install
=========================================

No git clone. No compile on this machine (Python products ship a ready venv/).

HELP (bundled in every tarball)
  cat START_HERE.txt     begin here
  cat HELP.txt           every script explained
  ./install-everything.sh --help

FASTEST (recommended)
  1. tar xzf PRODUCT-*-linux-amd64.tar.gz
  2. cd PRODUCT-*-linux-amd64
  3. cat START_HERE.txt
  4. ./install-everything.sh

Same steps manually
  ./install.sh
  ./test-package.sh

Kubernetes products (VMRogue, v9s, Ragnarok, Aether, IronWolf, PacketWolf)
  install auto-detects kubeconfig: $KUBECONFIG, ~/.kube/config, k3s, kubeadm, MicroK8s
  override: ./install.sh --kubeconfig /path/to/config
  or: ZYVOR_KUBECONFIG=/path/to/config ./install-everything.sh
  non-interactive: ZYVOR_NONINTERACTIVE=1 ./install.sh

Machina hypervisor hosts also run production setup automatically (systemd + firewall).
Or: sudo ./install-full.sh --open-firewall

Open the URL printed at the end (uses this server's LAN IP, not localhost).

Branding: zyvor.dev · HyperSDK · © 2026
