Emulating an iPhone in QEMU
47 comments
·April 5, 2025markostamcar
valunord
Would be truly amazing to use those old awesome apps and play some of the early games that have no equivalent today.
boricj
That reminds me I once emulated a NumWorks N0100 [1] and a HP Prime G1 [2] with QEMU, to the point where the emulators managed to run the official firmware.
- [1] https://github.com/boricj/qemu/tree/numworks_calculators
LorenDB
Here's a fun way that this project could be applied: Take a phone that has pretty good hardware support for postmarketOS. Install a bare bones pmOS image, plus this version of QEMU, and boot iOS on and Android phone. It probably would be possible to further customize QEMU to forward all the phone hardware (modem, Bluetooth, etc.) into the iOS VM.
jchw
Very amusing idea, but:
> Take a phone that has pretty good hardware support for postmarketOS
The first problem with this is finding a phone with postmarketOS that can both use the camera and take phone calls properly. I'd settle for that without the iOS/Android emulation...
saidinesh5
A lot of snapdragon 845 phones tend to work fairly well no?
I'm not sure what the status of the newer devices is but those older oneplus 6/poco f1 era phones tend to work well with mainline kernel:
https://wiki.postmarketos.org/wiki/Mainlining#Supported_SoCs
jchw
As far as I know, the camera barely works on any device, including snapdragon 845 phones. Now I'm not saying the snapdragon 845 is unusable as a daily driver, but it is getting a bit long in the tooth, especially since the majority of what you run on a phone is browser engines, and web sites and web applications are not getting less demanding over time.
1231231231e
Ah yes. It appears that nothing has changed in the last decade for the Android ROM community. Still the same experience as downloading a custom ROM from "XDA Developers" for your HTC phone in 2016 and then finding out that it can't make phone calls and is bugged beyond comprehension.
jchw
Well, to be fair, postmarketOS isn't Android. For Android I've had tons of custom ROMs with no obvious hardware issues, mostly CyanogenMod variants, over the years. postmarketOS, though, tries to run stock Linux. It's a different ballgame.
The alternate approach is actually to utilize the fact that Android is relatively better supported and wrap Android components into a standard Linux userland, using a compatibility layer like libhybris with patched vendor kernels. It's pretty ugly but if you want Linux on phone now it's your best shot at a flagship experience.
mikae1
> It appears that nothing has changed in the last decade for the Android ROM community.
The exception: GrapheneOS. I installed without hassle over USB via my web browser (!).
naitgacem
I'm running a custom ROM on a Galaxy S8 (so without project treble) and I've been pleasantly surprised!
Even something as niche as the swipe on fingerprint sensor to pull notifications drawer down still works!
Everything from phone calls, camera, fingerprint, all the essentials work pretty much flawlessly.
saagarjha
If it’s just for fun, sure. However in practice this would be incredibly inefficient and not a usable device by any means, plus it would be a tremendous amount of work.
nullpoint420
Kinda like paravirtualization? That sounds like a fun project!
walterbell
https://github.com/ChefKissInc/QEMUAppleSilicon
> Apple Silicon devices emulated on QEMU, currently only iPhone 11.
demo video: https://nitter.poast.org/eshard/status/1908162866609311962
znpy
Archived version: https://archive.ph/l1CwO
russianGuy83829
Is there a repository to reproduce this?
shit_stabber
No mention of network connectivity - I suppose they aren't emulating the wifi or celluar modem chipsets? Wondering how they might connect this emulated device to the Internet, perhaps ethernet over USB or something like that?
dmitrygr
iOS supports usb Ethernet.
candiddevmike
What would it take for Apple to embrace multiplatform iOS development?
loungin
Apple will never consider doing that. Their actions speak to the exact opposite: total control of their devices and ecosystem, non-cooperation with other companies on standards, stringent app store controls. They gain nothing, in their eyes, to allow that development model.
cosmic_cheese
Even if they did it would take a tour de force to make reality. The whole iOS development stack very heavily depends on macOS — Xcode is written in Objective-C/Swift + AppKit for example and the iOS Simulator just runs the iOS userland in a phone frame and lets macOS furnish the Darwin half.
Practically speaking, they’d at minimum have to beef up the internal Yellow Box descendant they’d been previously using to make Safari and iTunes run on Windows (essentially porting large chunks of macOS to Windows) to be able to support Xcode, or following the direction of their more recent iCloud, Music, and TV apps write a WinUI-based version of Xcode for Windows paired with an all new iOS Emulator from scratch.
It’d be a huge investment with returns that are unclear at best.
saagarjha
Nah, they’d just need to clear up the license and the other megacorps would do the rest.
gessha
Which is sad because a lot more people might consider buying their products if one was able to try the products with non-ecosystem devices.
Their devices are well designed and generally last for a long time. They also retain their value in case you want to resell them.
Instead, I’m constantly weighing the lock-in from their walled garden - should I go all in or should remain in control over my devices.
486sx33
I actually later like Apple hardware, especially since their model brought Apple-arm development that is completely awesome!
dehrmann
Apple uses its software to sell its hardware. That's why iMessage for Android never happened. Apple would need to see the world differently for this to happen. It'd be about as big as when as when Microsoft halfway embraced Linux with WSL and .NET for Linux.
aaronbrethorst
A total shift of corporate culture
finnjohnsen2
Death treats and torture I think
sneak
Apple is a hardware company. Why would they want to support anything on hardware they don’t sell?
bigyabai
Internet Explorer levels of dissolution threat.
jchw
Why would Apple do that?
Zathu
Do we think this is similar to the approach used by Corellium?
internetter
Hugged to death?
fb03
I believe so, tried to access but wasn't able
urbandw311er
Somebody posted an archive version in the comments
ftbsqcfjm
[flagged]
saagarjha
There is no performance benchmark that I can see.
marcellus23
I think the GP is using an LLM to post. His other comments are very similar and it would explain making up nonexistent benchmarks.
saagarjha
I prefer to provide facts to let others make their own conclusions rather than needing to defend an accusation :)
I wish the https://github.com/devos50/qemu-ios project would evolve to support iPhone OS 3.x to experience many early iPhone apps for digital preservation's sake!
https://github.com/touchHLE/touchHLE is also great but needs patches for all but the most basic of apps.