SolvSRK: Installation
Python (recommended)
Register at resonix.io/account (opens in a new tab), download the SolvSRK release wheel, then:
pip install path/to/solvsrk-*.whl
python -m solvsrk status
python -m solvsrk activate ~/Downloads/solvsrk.licSolvSRK is a 30-day trial, then subscription. Activation is required.
Trials include UQ so you can evaluate emit_uq during the window. After
you subscribe, base SolvSRK is integrator-only — add SolvSRK-UQ
(or SolvSRK-Edge) for production envelopes.
Contrast: SolvScout is free for life after registration + activation.
The wheel bundles libsolvsrk. SUNDIALS must be available on the host unless
you use a fully bundled release artifact.
C library (from source)
Internal / embedded builds — see the distribution repo BUILD.md. Customers
normally take the Python wheel from the account portal.
Activate trial
python -m solvsrk # print 64-char machine code
python -m solvsrk activate ~/Downloads/solvsrk.lic
python -m solvsrk status # confirm days remaining (trial includes UQ)There is no eval wheel — every download is a production build requiring a valid .lic.