logoalt Hacker News

erikkahleryesterday at 8:51 PM6 repliesview on HN

To clarify, this MIT-licensed app is from the very same dev, 'Prince Canuma', who maintains the popular MLX-VLM library (https://github.com/Blaizzy/mlx-vlm). MLX-VLM is a long-time dependency of the excellent LM Studio and others because it can provide faster inference on Apple devices than llama.cpp. Historically, MLX is a smaller community than CUDA, but has some of the fastest updates upon the release of new models, particularly in models with modalities beyond text-in, text-out (vision, STT, TTS, video gen). See also (https://github.com/Blaizzy/mlx-audio-swift). Would be totally unsurprised if those modalities and models get integrated into this UI.

Possibly vibe-coded landing page notwithstanding, the app is mostly written in Swift language. That suggests it will be easy to port this inference stack to iPad and iPhone.


Replies

simonwtoday at 1:49 AM

I was so excited when I saw "blaizzy" in the domain, because Prince Canuma's work around MLX has been of such uniquely high quality.

show 2 replies
rahimnathwanitoday at 12:03 AM

  Would be totally unsurprised if those modalities and models get integrated into this UI.
Yup, the GitHub repo says:

  Support for dedicated audio-only and image-generation-only models is coming soon.
Prince Canuma is super-responsive on X and GitHub issues, and I use mlx-audio almost daily with mlx-community/Qwen3-TTS-12Hz-1.7B-Base-bf16 (for voice cloning).
walrus01today at 2:35 AM

I would also note that for people who want to download these models, you can find MLX versions of just about everything popular on huggingface these days. For instance go look at the "main" page for Qwen 3.6 35B-A3B and then follow the link to quantizations, and pick one of the more popular/reputable MLX variants.

https://huggingface.co/Qwen/Qwen3.6-35B-A3B

trollbridgeyesterday at 9:21 PM

Thanks for that. My first question was “What does this do that Unsloth doesn’t?”

recursivegirthyesterday at 11:58 PM

LM Studio is trash on Windows / Linux... guess that makes sense...

carterschonwaldtoday at 1:40 AM

its a wrapper around mlx, so thats gonna be the portability bottleneck