Product documentation — installation, licensing, and integration guides.
DeterministicML
Licensing

DeterministicML: Licensing

Release: Beta — trial licensing available; compute API still in development

Overview

DeterministicML uses offline, machine-locked Ed25519 .lic files. There is no phone-home — validation is entirely local. There is no eval wheel; every download is a production build.

PropertyValue
License prefixdeterministicml-license-v1
SignatureEd25519 (RFC 8032)
Machine binding64-char hardware fingerprint in signed payload
Trial30-day trial available via Resonix portal

Customer flow

  1. Install the package (pip install deterministicml)
  2. Get machine code: python -m deterministicml
  3. Request trial at the Resonix portal — paste your machine code
  4. Download deterministicml.lic from your profile
  5. Activate: python -m deterministicml activate ~/deterministicml.lic
  6. Verify: python -m deterministicml status
pip install deterministicml
python -m deterministicml
# Copy the 64-char machine code to the portal
 
python -m deterministicml activate ~/Downloads/deterministicml.lic
python -m deterministicml status

License file location

After activation, the license is installed to the platform-specific path reported by python -m deterministicml status. Re-activation overwrites the previous license on the same machine.

Renewal

Before expiry, request a renewed .lic from the portal with the same machine code. Commercial seat and site licenses follow annual subscription terms — contact Resonix sales for Enterprise and Embedded tiers.

Troubleshooting

SymptomFix
LicenseError / license failure on first API callRun python -m deterministicml activate ...
"Signature invalid"Re-download .lic — do not edit the file
"Machine mismatch"License was issued for a different machine code
"Expired"Request a new seat file from the portal

Per-model-deployment licensing is planned. Trial licenses issued now will activate automatically when the inference engine ships.