SDK Downloads

Choose a language SDK, check the release notes, and integrate fast.

Latest

C++ SDK

High-performance native SDK with hardware fingerprinting.

Stable

C# SDK

Managed SDK with async validation and caching support.

Beta

Rust SDK

Memory-safe integration with minimal overhead.

Quick start

Register the client, then verify the device on launch.

yua.init("YUA_7712_X");
auto result = yua.verify(hwid, "core_v2");
if (result.active) { launch(); }

Need help integrating?

Our docs include step-by-step guides and best practices.

Read Docs