@runanywhere/qhexrt
v0.20.19
Published
On-device NPU acceleration backend for RunAnywhere (React Native) — LLM/VLM/STT/TTS on Qualcomm Snapdragon Hexagon (V75/V79/V81), Android arm64.
Maintainers
Readme
@runanywhere/qhexrt
Qualcomm Hexagon NPU backend for the RunAnywhere React Native SDK — on-device LLM, VLM, STT, and TTS on Snapdragon V75/V79/V81 NPUs. Android arm64-v8a only.
Installation
npm install @runanywhere/[email protected] @runanywhere/[email protected]See the React Native SDK README for Android setup.
Usage
import { QHexRT } from '@runanywhere/qhexrt';
const npu = await QHexRT.probeNpu(); // safe on any device
if (npu.qhexrtSupported) {
await QHexRT.register();
}
// Register, download, load, and infer via @runanywhere/coreSee the React Native SDK README for full examples.
Requirements
- Android
arm64-v8a - Qualcomm Snapdragon device with Hexagon V75, V79, or V81 NPU
Support
License
Proprietary. See LICENSE.
