Skip to main content

SDK downloads

Current supported release: 1.0.0

PlatformDownloadInstallation guide
WebDownload assayra-sdk-web-1.0.0.tgzWeb SDK
React NativeDownload assayra-react-native-1.0.0.tgzReact Native SDK
iOSDownload assayra-ios-sdk-1.0.0.tar.gziOS SDK
AndroidDownload assayra-android-sdk-1.0.0.tar.gzAndroid 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.