2. Download the installer

Grab the latest bundle from the release page:

VERSION=1.2.0-62
curl -LO https://github.com/Bluedot-Insight/quantumipoebng/releases/download/v${VERSION}/quantumipoebng_v${VERSION}.tar.gz
tar xzf quantumipoebng_v${VERSION}.tar.gz
cd quantumtouch-installer-${VERSION}

Optional — integrity check. Every release ships a .sha256 sidecar. HTTPS already covers transit integrity, so this only guards against on-disk corruption after the download completes (rare):

curl -LO https://github.com/Bluedot-Insight/quantumipoebng/releases/download/v${VERSION}/quantumipoebng_v${VERSION}.tar.gz.sha256
sha256sum -c quantumipoebng_v${VERSION}.tar.gz.sha256   # prints OK