Back to Runanywhere Sdks

runanywhere

sdk/runanywhere-flutter/packages/runanywhere/README.md

0.20.121.0 KB
Original Source

runanywhere

Core Flutter SDK for RunAnywhere — privacy-first, on-device AI (LLM, STT, TTS, voice, and model lifecycle).


Installation

yaml
dependencies:
  runanywhere: 0.20.12

Add backend packages as needed (runanywhere_llamacpp, runanywhere_onnx, etc.). See the Flutter SDK README for iOS Podfile, Android permissions, and platform setup.


Usage

dart
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.