Fingerprint your machine
This is step one, and it happens before anything else exists — no licence, no download, no installed software. The script prints your hardware's identifier; you send us that line, and we issue a licence locked to it.
1. Download it
curl -fsSL https://vesta.ingenium-ai-solutions.com/fingerprint.sh -o vesta-fingerprint.sh
2. Check it is the file we published
You are about to run a script you downloaded from us, so verify it first. The SHA-256 of the exact file served at that URL is:
4805f3af6d4474cd0472f5dba424abea334725a41368140ab8e70115e4c43bd9
shasum -a 256 vesta-fingerprint.sh # macOS
sha256sum vesta-fingerprint.sh # Linux
The output must match, character for character. It is 2038 bytes of readable shell — please open it and read it before you run it.
3. Run it
chmod +x vesta-fingerprint.sh
./vesta-fingerprint.sh
It prints one of these, depending on your machine:
GPU_UUID=GPU-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx # NVIDIA GPU server
HARDWARE_ID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX # Apple Silicon Mac
4. Send it to us
Email the whole output to ingeniumaisolutions@gmail.com. We reply with your licence and your download links.
What the script does, and does not do
- Reads your GPU's identifier (
nvidia-smi) or your Mac's platform UUID (ioreg). - Prints the result to your terminal. That is the whole program.
- Sends nothing anywhere. Installs nothing. Changes nothing. Needs no
sudo.
Next: the Situation Guide
Everything after this step — installing, updating, renewing, changing hardware — is one page of copy-pasteable commands. It is worth reading before your links arrive, so you know what is coming and what you need ready.