expo-ondevice-ai
v0.1.0
Published
Expo module for on-device AI using Locanara SDK
Maintainers
Readme
expo-ondevice-ai
Expo module for on-device AI using Locanara SDK.
All AI processing happens locally on-device - no data leaves the user's device.
Installation
npx expo install expo-ondevice-aiRequirements
- Expo SDK 52+
- iOS 26+ (Apple Intelligence)
- Android 14+ (Gemini Nano)
Features
| Feature | Description |
| ----------------------- | ----------------------- |
| getDeviceCapability() | Check device AI support |
| summarize() | Text summarization |
| classify() | Text classification |
| extract() | Entity extraction |
| chat() | Conversational AI |
| translate() | Language translation |
| rewrite() | Text rewriting |
| proofread() | Grammar correction |
Documentation
Full API documentation and guides are available at locanara.com/docs/libraries/expo.
License
AGPL-3.0
