Discover and explore top open-source AI tools and projects—updated daily.
React Native plugin for Apple's on-device LLM
Top 93.1% on SourcePulse
This plugin provides React Native developers with access to Apple's on-device Foundation Models, enabling privacy-focused AI features within mobile applications. It allows for text generation, structured JSON output, and custom tool integration, all processed locally on supported Apple devices.
How It Works
The plugin leverages Apple's native Foundation Model framework, ensuring all LLM processing occurs on-device. This approach enhances user privacy by preventing data from being sent to external servers. It supports structured data generation via JSON schemas and allows developers to define custom tools that the LLM can utilize to perform specific actions, such as fetching real-time data.
Quick Start & Requirements
npm install react-native-apple-llm
(or yarn add
, pnpm add
).npx pod-install
(or cd ios && pod install
).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
This is a beta feature, and users may encounter bugs or compatibility issues. Streaming support and advanced function calling capabilities are listed as future TODO items.
2 months ago
Inactive