By hand, from the release
Exactly what the script does, spelled out: download the binary, verify it against the checksums, put it on your PATH.
$
base=https://github.com/moltobuild/molto/releases/download/v0.16.0
$
curl -fsSLO $base/molto-0.16.0-x86_64-linux
$
curl -fsSLO $base/SHA256SUMS
$
sha256sum --check --ignore-missing SHA256SUMS
$
install -Dm755 molto-0.16.0-x86_64-linux ~/.local/bin/molto