SolvJump Configurator: Licensing
Release: Beta — core workflows available; some capabilities still maturing
Overview
SolvJump Configurator 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.
| Property | Value |
|---|---|
| License prefix | solvjump-license-v1 |
| Signature | Ed25519 (RFC 8032) |
| Machine binding | 64-char hardware fingerprint in signed payload |
| Trial | 30-day trial available via Resonix portal |
Customer flow
- Install the package (
pip install solvjump) - Get machine code:
python -m solvjump - Request trial at the Resonix portal — paste your machine code
- Download
solvjump.licfrom your profile - Activate:
python -m solvjump activate ~/solvjump.lic - Verify:
python -m solvjump status
pip install solvjump
python -m solvjump
# Copy the 64-char machine code to the portal
python -m solvjump activate ~/Downloads/solvjump.lic
python -m solvjump statusLicense file location
After activation, the license is installed to the platform-specific path
reported by python -m solvjump 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
| Symptom | Fix |
|---|---|
LicenseError / license failure on first API call | Run python -m solvjump 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 |
Requires SolvSRK. Output deploys via SolvSRK-Edge.