avlp12/alis-studio-mobile — explained in plain English
Analysis updated 2026-05-18
Generate AI images on an iPhone entirely offline after the first model download, with no cloud service or account.
Build and sideload a native SwiftUI app onto your own 8 GB or higher iPhone using a free Apple ID.
Study a real example of running an on-device diffusion model using MLX Swift and 4-bit quantization on iOS.
| avlp12/alis-studio-mobile | abdullahselek/swiftyproxykit | bootuz/keywordista | |
|---|---|---|---|
| Stars | 11 | 11 | 11 |
| Language | Swift | Swift | Swift |
| Last pushed | — | 2018-03-24 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | hard | moderate | moderate |
| Complexity | 3/5 | 3/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a Mac with Xcode, a physical 8 GB or higher RAM iPhone, and a multi-gigabyte model download on first launch, free Apple ID builds expire after 7 days.
Alis Studio Mobile is an iPhone app that turns text prompts into images entirely on the phone itself, with no internet connection needed after the first setup and no cloud service or account involved. It uses a technology called MLX Swift, made by Apple's machine learning team, to run an image generating AI model directly on the device's own chip. It is the phone version of an existing Mac app called Alis Studio, and shares that app's look and color scheme. Because generating images this way requires loading a multi gigabyte AI model fully into memory, the app only works on iPhones with at least 8 gigabytes of RAM, roughly the iPhone 15 Pro and newer higher end models. Older or smaller phones are blocked from generating images and shown an unsupported device message instead, since trying anyway would cause the phone's operating system to shut the app down partway through. The app also only runs on a real iPhone, not in Apple's simulator on a Mac, because the underlying technology needs a real device's graphics hardware. The first time you open the app it needs an internet connection to download the AI model itself from Hugging Face, a repository for AI models, which can be several gigabytes and takes a while, after which the model is stored on the phone and later launches are fast. You can choose between two versions of the model that trade some image quality for speed, adjust how many generation steps to run, cancel a generation in progress, and browse a gallery of past images saved on the phone. There is no App Store version. Installing it means building the app yourself using Xcode, Apple's developer tool, on a Mac, then loading it onto your iPhone with a free Apple account, no paid developer subscription required. Apps installed this way with a free account expire after seven days and need to be reinstalled from the Mac to keep working, and a free account can only have three such apps installed at once. The project is released under the MIT license, and part of its underlying image generation code is adapted from an example project published by Apple, also under the MIT license.
An iPhone app that generates images from text prompts entirely on the device using MLX Swift, with no cloud, no account, and no internet needed after the first model download.
Mainly Swift. The stack also includes Swift, SwiftUI, MLX Swift.
MIT license: free to use, modify, and distribute for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.