runanywhere 0.20.18 copy "runanywhere: ^0.20.18" to clipboard
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).

pub package


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.

4
likes
130
points
277
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Privacy-first, on-device AI SDK for Flutter. Run LLMs, STT, TTS, and VAD directly on device with no data leaving the device.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#ai #machine-learning #on-device #llm #speech-recognition

License

unknown (license)

Dependencies

audioplayers, battery_plus, device_info_plus, ffi, fixnum, flutter, flutter_timezone, package_info_plus, path_provider, protobuf, record, shared_preferences, uuid

More

Packages that depend on runanywhere

Packages that implement runanywhere