Step 1 — Download the appliance

The evaluation appliance is one OVA file plus a SHA-256 sidecar for on-disk integrity checking.

mkdir -p ~/quantumbng-eval && cd ~/quantumbng-eval
curl -LO https://github.com/Bluedot-Insight/quantumipoebng/releases/latest/download/quantumtouch-bng-eval-v1.2.0-62.ova
curl -LO https://github.com/Bluedot-Insight/quantumipoebng/releases/latest/download/quantumtouch-bng-eval-v1.2.0-62.ova.sha256
shasum -a 256 -c quantumtouch-bng-eval-v1.2.0-62.ova.sha256

Expect quantumtouch-bng-eval-v1.2.0-62.ova: OK. The checksum guards against on-disk corruption; HTTPS covers transit, so this step is optional but good hygiene.