runanywhere 0.20.18
runanywhere: ^0.20.18 copied to clipboard
Privacy-first, on-device AI SDK for Flutter. Run LLMs, STT, TTS, and VAD directly on device with no data leaving the device.
runanywhere #
Core Flutter SDK for RunAnywhere — privacy-first, on-device AI (LLM, STT, TTS, voice, and model lifecycle).
Installation #
dependencies:
runanywhere: 0.20.18
Add backend packages as needed (runanywhere_llamacpp, runanywhere_onnx, etc.). See the Flutter SDK README for iOS Podfile, Android permissions, and platform setup.
Usage #
import 'package:runanywhere/runanywhere.dart';
void main() async {
WidgetsFlutterBinding.ensureInitialized();
await RunAnywhere.initialize();
runApp(MyApp());
}
For backends, model registration, downloads, and inference examples, see the Flutter SDK README.
Support #
License #
RunAnywhere License. See LICENSE.