# Install MiniCPM-V Apps English | δΈ­ζ–‡
Pre-built apps for **iOS**, **Android**, and **HarmonyOS** are listed below. All three apps run the MiniCPM-V multimodal model fully **on-device** via `llama.cpp-omni` β€” no remote server, no data leaves your phone. > Looking to build from source instead? See the main [README](./README.md). ## At a Glance | Platform | Latest | Package | Size | Min OS | Recommended RAM | | --- | --- | --- | --- | --- | --- | | 🍎 **iOS / iPadOS** | [TestFlight (rolling)](https://testflight.apple.com/join/yNKyFZwW) | β€” | β€” | iOS / iPadOS 16+ | β‰₯ 6 GB | | πŸ€– **Android** | [v2.3](https://github.com/OpenBMB/MiniCPM-V-Apps/releases/tag/v2.3) | APK | ~21 MB | Android 8.0 (API 26)+ | β‰₯ 6 GB | | πŸ“± **HarmonyOS** | [v2.3](https://github.com/OpenBMB/MiniCPM-V-Apps/releases/tag/v2.3) | HAP | ~31 MB | HarmonyOS API 12+ | β‰₯ 6 GB | All packages target **64-bit ARM** (`arm64-v8a`). ## 🍎 iOS β€” TestFlight **Public TestFlight link:** [https://testflight.apple.com/join/yNKyFZwW](https://testflight.apple.com/join/yNKyFZwW) > **NOTE:** iOS ships slower than Android / HarmonyOS. Every iOS build must clear Apple's TestFlight review before reaching users, so new features and bug fixes on iOS typically land **several days to a couple of weeks behind** the Android APK and HarmonyOS HAP releases. If you need the latest fix immediately, please use the Android or HarmonyOS package on this page. ### Requirements - iPhone or iPad running **iOS / iPadOS 16 or later** - Device with **β‰₯ 6 GB RAM** recommended (e.g. iPhone 15 Pro, or iPad with an M-series chip) for smooth on-device inference - The [TestFlight](https://apps.apple.com/app/testflight/id899247664) app installed from the App Store ### How to install 1. Install **TestFlight** from the App Store on your iPhone or iPad. 2. Open the public link above on the same device, then tap **Accept** β†’ **Install**. 3. Launch **MiniCPM-V Demo** from the Home Screen and follow the in-app prompts to download the model files. > Each TestFlight build is valid for up to 90 days. When a new build is published, TestFlight will notify you automatically. ## πŸ€– Android β€” APK **Latest release:** [**v2.3**](https://github.com/OpenBMB/MiniCPM-V-Apps/releases/tag/v2.3)  |  [Download APK](https://github.com/OpenBMB/MiniCPM-V-Apps/releases/download/v2.3/MiniCPM-V-demo-Android-v2.3.apk) | File | Size | MD5 | | --- | --- | --- | | `MiniCPM-V-demo-Android-v2.3.apk` | ~21 MB | `667da8e03b98b6adf88004695d9567dc` | ### Requirements - Android device with a **64-bit ARM SoC** (`arm64-v8a`) - **Android 8.0 (API 26) or later** - **β‰₯ 6 GB RAM** recommended ### How to install 1. Download the latest `.apk` from the link above onto your phone. 2. If you see a security prompt, allow installation from this source in **Settings β†’ Apps β†’ Install unknown apps**. 3. Open the installed **MiniCPM-V Demo** app and tap **Download** in the in-app **Model Manager** to fetch the GGUF model files. ## πŸ“± HarmonyOS β€” HAP **Latest release:** [**v2.3**](https://github.com/OpenBMB/MiniCPM-V-Apps/releases/tag/v2.3)  |  [Download HAP](https://github.com/OpenBMB/MiniCPM-V-Apps/releases/download/v2.3/MiniCPM-V-demo-HarmonyOS-v2.3.hap) | File | Size | MD5 | | --- | --- | --- | | `MiniCPM-V-demo-HarmonyOS-v2.3.hap` | ~31 MB | `f149ecf4b431673ed8456468f546dd80` | ### Requirements - HarmonyOS device on **API 12 or later** (e.g. nova 14 Vitality, Mate 60, Pura 70) - **64-bit ARM** (`arm64-v8a`) - **β‰₯ 6 GB RAM** recommended ### How to install 1. Enable **Developer Mode** and **USB debugging** on the device. 2. Connect to a PC with `hdc` installed, then run: ```bash hdc install MiniCPM-V-demo-HarmonyOS-v2.3.hap ``` 3. Open the installed app and tap **Download** in the in-app **Model Manager** to fetch the model files. ## Notes - On first launch, each app downloads the GGUF model files (a few GB). Use Wi-Fi for the initial download. - These demos are intended for **research / preview** only and are not optimized products. - Found a bug or have a suggestion? Please file an [issue](https://github.com/OpenBMB/MiniCPM-V-Apps/issues), or send feedback through TestFlight (iOS).