This repository contains the optimized
MLX and
CoreML model components of
Mobile-O-0.5B for native iOS deployment. These components power the
Mobile-O iOS app, enabling fully on-device multimodal understanding and image generation with no cloud dependency.
1git clone https://github.com/Amshaker/Mobile-O.git
2cd Mobile-O/Mobile-O-App
Refer to the
Mobile-O-App README for detailed setup instructions.
1from huggingface_hub import snapshot_download
2
3snapshot_download(
4 repo_id="Amshaker/Mobile-O-0.5B-iOS",
5 repo_type="model",
6 local_dir="ios_models"
7)
1@article{shaker2026mobileo,
2 title={Mobile-O: Unified Multimodal Understanding and Generation on Mobile Device},
3 author={Shaker, Abdelrahman and Heakl, Ahmed and Muhammad, Jaseel and Thawkar, Ritesh and Thawakar, Omkar and Li, Senmao and Cholakkal, Hisham and Reid, Ian and Xing, Eric P. and Khan, Salman and Khan, Fahad Shahbaz},
4 journal={arXiv preprint arXiv:2602.20161},
5 year={2026}
6}
Released under
CC BY-NC 4.0. For research purposes only.