runanywhere_mlx 0.20.24 copy "runanywhere_mlx: ^0.20.24" to clipboard
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.

pub package


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.

0
likes
40
points
207
downloads

Publisher

unverified uploader

Weekly Downloads

Apple MLX backend for RunAnywhere Flutter SDK with on-device LLM, VLM, embeddings, speech recognition, and speech synthesis.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#ai #mlx #apple #metal #on-device

License

unknown (license)

Dependencies

flutter, runanywhere

More

Packages that depend on runanywhere_mlx

Packages that implement runanywhere_mlx