runanywhere_mlx 0.20.24
runanywhere_mlx: ^0.20.24 copied to clipboard
Apple MLX backend for RunAnywhere Flutter SDK with on-device LLM, VLM, embeddings, speech recognition, and speech synthesis.
runanywhere_mlx #
Apple MLX backend for the RunAnywhere Flutter SDK — on-device LLM, VLM, speech, and embeddings on physical iOS 17.5+ devices.
Installation #
dependencies:
runanywhere: 0.20.24
runanywhere_mlx: 0.20.24
Requires Xcode 26+ and a physical iOS device for MLX execution. See the Flutter SDK README for Podfile setup.
Usage #
import 'package:runanywhere/runanywhere.dart';
import 'package:runanywhere_mlx/runanywhere_mlx.dart';
final registered = await MLX.register(); // false on simulator / unsupported targets
if (registered) {
await RunAnywhere.initialize();
// Model registration, download, load, and inference via core RunAnywhere APIs
}
See the Flutter SDK README for full examples.
Support #
License #
RunAnywhere License. See LICENSE.