SDK downloads
Current supported release: 1.0.0
| Platform | Download | Installation guide |
|---|---|---|
| Web | Download assayra-sdk-web-1.0.0.tgz | Web SDK |
| React Native | Download assayra-react-native-1.0.0.tgz | React Native SDK |
| iOS | Download assayra-ios-sdk-1.0.0.tar.gz | iOS SDK |
| Android | Download assayra-android-sdk-1.0.0.tar.gz | Android SDK |
Download all SHA-256 checksums or read the machine-readable release manifest.
Verify a download
macOS:
shasum -a 256 assayra-sdk-web-1.0.0.tgz
Linux:
sha256sum assayra-sdk-web-1.0.0.tgz
Windows PowerShell:
Get-FileHash .\assayra-sdk-web-1.0.0.tgz -Algorithm SHA256
Compare the full output with SHA256SUMS. Do not install a package whose checksum does not match.
Distribution status
The versioned files on this page are the supported distribution channel for the current customer trial. The @assayra packages are not yet published to the public npm registry or a public Maven/Swift package repository. Commands such as npm install @assayra/sdk-web or implementation("com.assayra:assayra-android:1.0.0") will not work until registry publication is announced here.
For CI, store the verified artifact in your private package registry or repository and keep the version pinned. Do not download an unpinned “latest” file during a production build.