Note that, unlike Corellium, this isn't about emulating an iPhone. Apple is providing an iOS kernel for Virtualization.framework in PCC/cloudOS images and this project pairs it with the iOS user-space and patches to make everything run. Applications can very easily tell it apart from the real thing.
You are expecting everyone to be as aware of these issues as you are. I don't think white supremacy has as large of a share of the mindspace in south korea as you think - not every issue (even if it has a wikipedia page!) is burned into everyone's mind across the globe. But I am happy to hear that every time you pick a username, you make sure it is free of dog whistles in all cultures and that the letters and numbers cannot be picked out or rearranged in a way that hints at one.
frumplestlatz
> that’s not an affirmative defense against being a white supremacist.
He doesn't need one. This is ridiculous, and you're being ridiculous.
root9876
> during iOS setup, don't pick Japan or the EU as your region (extra regulatory checks the VM can't satisfy)
I'm curious what are these checks
benoau
It will be to prevent access to third-party app stores as both the EU and Japan legislated they must be allowed.
> In a support document about alternative app marketplaces in the EU, Apple explained that “device eligibility for alternative app marketplaces is determined using on-device processing with only an indicator of eligibility sent to Apple.” In practice, iOS users in the EU who want to install alternative marketplaces will need to set the country or region of their Apple ID to an eligible country or region. Moreover, they will also need to be physically located in supported EU countries.
> In the case iOS users in the EU leave eligible regions, Apple will offer a “grace period” until apps downloaded from alternative app stores can no longer be updated. “If you’re gone for too long, you’ll lose access to some features, including installing new alternative app marketplaces. Apps you installed from alternative app marketplaces will continue to function, but they can’t be updated by the marketplace you downloaded it from,” the company explained.
Wait so a third party app-store is allowed in the EU? I was not aware these even existed...
xkgt
It is wild that Apple finds it cheaper to build and maintain different App store behaviors than to simplify and make alt app stores available in all markets. Other governments/markets don't care?
benoau
It's a very slow process, first there is investigations, then legislation, then enactment, then enforcement which is separately a very slow process. It requires a lot of willpower to get and keep the ball rolling and in fact nobody has even achieved the full extent of what they require yet! The EU may still be years away from meaningful compliance, Japan has only taken baby steps forming a new bureau just to enforce compliance of two companies widely accused of malicious compliance.
And then there is additional discouragement and pressure in the form of sanction and trade deal threats for regulating American tech platforms.
exe34
> And then there is additional discouragement and pressure in the form of sanction and trade deal threats for regulating American tech platforms.
What people don't realise is that local companies aren't just competing with each other, they're competing against the US military.
unrented7977
It's vastly more profitable to maintain their monopoly on iOS apps and the 30% cut than to allow users to stop paying apple a cut of their transactions.
surajrmal
Who said it's cheaper?
tonyhart7
"Other governments/markets don't care?"
its the least of their problems
grim_io
There's an endless supply of bodies of water to be renamed.
[deleted]
Comment removed.
nkmnz
At least you can be proud in Tel Aviv using a rainbow instead of the color of your skin.
Any working way to spoof your locale to trick this into any form of usability?
surajrmal
You need to fake the cell towers and change your accounts billing address. It's not trivial.
cute_boi
changing account billing is easy, but how to simulate fake cell tower, is there no tools in amazon?
aaronbrethorst
I have never tried. I'm sure there are some reddit threads about this though.
f6v
It’s like a cookie banner. Absolutely useless initiative.
roblabla
As someone using AltStore PAL to install some third-party apps that would never be allowed on the App Store (such as emulators and manga readers), I heavily disagree.
port11
Everything that didn’t turn out exactly like some people wanted is useless or the Worst Thing Ever — which is a boring and cringe rule of the internet.
astafrig
In addition to the third-party installation capability mentioned by siblings, Japan also has a regional capability for reassigning the side button to a third-party voice assistant (`com.apple.developer.side-button-access.allow`).
ajaieadad9
I also found out the Chinese version has the ability to block an app for accessing both mobile data and Wifi/WLAN data.
All other versions only allow denying mobile data to an app, not Wifi.
I really wish there was a way to enable this feature.
tancop
Xiaomi phones support it in all regions. Think about it, a company famous for putting ads in system apps has the feature but "privacy conscious" Apple literally put in extra work to disable it everywhere it's not legally required.
close04
That iOS toggle isn’t about privacy but about mobile data usage. Users with data caps can limit the usage for non-essential or high data volume apps (streaming or cloud storage apps come to mind).
mthoms
I think the point is that the code path to deny network access for arbitrary apps exists (at least according to this comment):
> I also found out the Chinese version has the ability to block an app for accessing both mobile data and Wifi/WLAN data.
Yet Apple is choosing not to enable it for everyone. It seems like it would be an easy and obvious privacy win, no?
TalkingCodeMonk
This is a strong indicator that Apple's privacy claims are little more than a virtue signal. Network sandboxing an app is arguably the strongest privacy protection measure possible.
rootnod3
For Japan it might be the Felica chip.
koito17
That would surprise me. I don't recall having to change my iPhone's region after moving to Japan. Transport IC cards in Apple Pay have "just worked".
I am vaguely aware that some phone manufacturers silently remove certain NFC hardware (or disable some driver) in order to avoid paying Sony patent fees. Apple doesn't seem to do that, though.
robert-boehnke
There were iPhones with Japan-specific hardware for transit cards in the past but as of a couple years ago, all iPhones have been compatible.
numpad0
Only iPhone 7 had that limitation. 8 and later don't, and that was since like a decade ago.
amelius
I'm tired of Apple and its stupid rules, and its arrogant assumption that it is better than a democracy.
close04
Companies have never been “democracies”. Most companies are more like dictatorships internally (for employees) and past a certain size also externally (for customers). Everything is dictated by a small group of leaders and shareholders not chosen by either employees or customers.
If you really want to imagine them like democracies, you are voting with your wallet. Maybe you’re just in the minority.
amelius
Nobody said companies _are_ democracies ... you're reading something that is not there.
The point is that Apple thinks it can somehow bend the rules of the EU that were established democratically. As if users are better off with Apple's rules.
hamandcheese
This seams neat, but I'm not sure I understand the purpose/difference between this and using the iOS simulator.
restes
The iOS Simulator consists of (some of) the userspace components of iOS compiled to run on macOS. This would be a full iPhone image running as-is via virtualization.
RussianCow
That explains the difference, but what's the purpose?
whynotmaybe
The simulator doesn't have a camera. The android emulator allows to configure the camera and use a picture, it's very handy to test your qr/barcode reader without needing to use a physical device. Maybe this also allows to use an image as camera?
landr0id
It's useful for security research since you can do kernel debugging and inspection of the device not possible in the simulator.
As others pointed out it's also useful for e.g. click/spam farms which need a "real" iPhone.
a012
You can test your application, game, website without a physical phone?
leoh
Can do that with the simulator too
cfn
I have had instances where the app runs fine on the simulator but crashes on the device. This might solve that.
refulgentis
Running on ported userspace components, with a shim, isn't the same as running on the OS in itself.
That really matters, sometimes.
But not the vast majority of the time.
(source: been coding iOS since pre-SDK iPhone OS 1.0)
RussianCow
Can you give some examples of where it matters? I'm genuinely curious.
afavour
It’s been years but I ran into a problem with a notification extension years ago. Worked fine on simulator, not on device. Turned out it was because I was using a HEIF image and (I think) the on-device extension was trying to use hardware decoding and didn’t have access to it. Meanwhile the simulator had no such sandboxing restrictions.
The difference doesn’t matter until it does, and then it’s infuriating to work out what’s going on.
gitgud
> The difference doesn’t matter until it does, and then it’s infuriating to work out what’s going on.
I love this quote, reminds me how annoying it can be when something isn’t reproducible locally… only in production…
bradfitz
Last I checked, VPN network extensions wouldn't run in the simulator.
DonHopkins
Testing AR apps, or any app that relies on hardware you can't simulate easily.
Is the simulator faster than this? I would suspect so.
gcampos
You cannot run Network Extensions on the simulator
VladVladikoff
Spam. Click farms. Etc.
trollbridge
It would also make testing far easier. I got bit with something that failed on real life iPhones with language set to es_US that worked fine on the simulator.
trueno
oh. is this why icloud spam texts are running wild now
greggsy
No, it’s just trivial to generate iCloud email addresses that won’t get picked up by spam filter.
leoh
If functional, you can download apps from the App Store, sign in to iCloud.. probably do a bunch of agentic stuff as if you had a real device
Sajarin
Looks like apple services compatibility is not currently supported for this [0]
Exactly. It means it cannot download apps from the App Store or use Apple services and Apple knows this deliberate limitation.
dagmx
The simulator is a different SDK target than iOS itself.
You have to compile completely independently for it, and depending on your dependencies they may not compile for the simulator.
Additionally the simulator runs a really ancient and feature restricted version of Metal. That means you can’t test a lot of graphical things that the hardware actually supports. I’m not sure if this supports GPU passthrough but the macOS VMs do, so that alone would be a huge improvement if possible.
speedyapoc
Looks like this tool can provide a jailbroken environment for the latest iOS versions whereas one does not exist on iOS simulator or a real device
zffr
Here are some reasons to use this instead of the simulator: security research, testing, automation
ChrisMarshallNY
The simulator is a completely different OS. It may even still be using Intel.
I always figured that Apple never set up a true emulator (like what Android does), because they didn't want people exploring their OS with a debugger.
kridsdale1
Incorrect. The iOS simulator is and always has been, simply iOS frameworks running fully natively on
macOS. It’s best to think of it as an alternative window managers but the apps are native Mac processes. They can be seen and debugged via the terminal using top and ps and lldb alongside all other processes. They just present gui via the Simulator Mac app container.
They do not live in a VM and are certainly not emulated at an instruction set level. They are Mac apps.
ChrisMarshallNY
Ah. That makes sense.
I would think that "Mac apps," means that they are, actually, a different OS (I actually already knew that, which was why I said what I said. The Intel thing was a spitball).
But one of the few joys geeks get, these days, is telling other geeks they are wrong, so I feel as if I’ve done my bit to make this a happier place.
thomc
Fantastic project, I use it regularly to test apps and there is a vphone-mcp which allows agents to control it, take screenshots and navigate the UI!
wartywhoa23
Can Appium be used to control this?
dsalzman
I better not get more spam iMessages!!
discordance
Is this safe?
There are some binaries in scripts/resources that you need to run as root. No idea what's inside them.
boredatoms
Is this what apple does in xcode?
vlovich123
If you’re talking about the simulator, no. That doesn’t virtualize - it literally just runs it locally on your machine. Less RAM overhead and CPU since it uses your normal instruction set and doesn’t run a separate kernel and userspace.
valleyer
At least historically, it actually did run its own entire userspace, including daemons (all the way to launchd, IIRC), etc. All compiled for Intel, back in the day. Shared the kernel though.
Many of the nominally shared system pieces between Mac and iPhone (like Foundation) actually had many subtle compile-time differences.
theflyestpilot
so can this receive web push notifications?
chews
What a release! Congrats to the builder, lots of great work done here and in IOS profiling in general has been done here recently. Corellium went research only and I lost the ability to actually profile my applications the way I'd like. I've got a fun thing over coffee in the morning!
krackers
Feels weird that after their attempts to shut down corellium they themselves shipped the necessary bits to allow this
Will this project make it easier to performance test Apps on the virtual iPhone?
chews
Ya totally, it's real hardware.... I mean, the PCC machines are actually m5's but ya.
saagarjha
I don't really think it is a super accurate performance simulator
catlifeonmars
Does this include a virtual baseband?
halfcat
No, only virtual GarageBand
catlifeonmars
You have my angry upvote.
GarageBand is an excellent app.
TylerJaacks
This project is really cool its a shame you have to disable or partial disable SIP which can break some things.
fishfasell
Yeah real shame that I know I could never run this on a corporate machine and only ever as a hobbyist.
sneak
Have corporate buy you a research Air that isn’t on the MDM.
catoc
If corporate wants they can still accept/trust a machine with partially disabled SIP on the MDM
userbinator
That means you're working for the wrong companies ;-)
ironqcold
Interesting project. If it actually works it opens up a ton of possibilities for testing and reverse engineering.
leke
Can this be used to test the phone's browser on localhost?
fredoliveira
This is virtualization, so localhost will just be the virtual iphone itself. But you should have some command of how hosts are resolved, so you can always point the browser to the device hosting what you want to test, no?
Even easier, of course, is just using the iOS simulator included with xcode, which runs on your host computer. There, localhost resolves to your host computer.
dvduval
Will there ever be a day where I could run this on a PC or something like it?
greggsy
Probably not, but you can run it on a Mac today.
leoh
Will Apple break this?
pino83
That's how all your cat-and-mouse games eventually end.
rvz
They will find a way to break it.
orangea
what is "PCC"?
busymom0
Private cloud compute I think. I learnt about it today too from this reddit post which mentions how:
> At WWDC, Apple announced that starting in the 27.x versions of iOS, macOS, etc., devs would be able to call Private Cloud Compute directly from Swift with no additional API configuration. Presently, the only way to get free cloud inference is by joining the App Store Small Business Program.
More details here: https://github.com/wh1te4ever/super-tart-vphone-writeup
[1] “CVE-2025-43347: JZ, Seo Hyun-gyu (@wh1te4ever)”
https://support.apple.com/en-us/125115?utm_source=chatgpt.co...
He doesn't need one. This is ridiculous, and you're being ridiculous.
I'm curious what are these checks
> In a support document about alternative app marketplaces in the EU, Apple explained that “device eligibility for alternative app marketplaces is determined using on-device processing with only an indicator of eligibility sent to Apple.” In practice, iOS users in the EU who want to install alternative marketplaces will need to set the country or region of their Apple ID to an eligible country or region. Moreover, they will also need to be physically located in supported EU countries.
> In the case iOS users in the EU leave eligible regions, Apple will offer a “grace period” until apps downloaded from alternative app stores can no longer be updated. “If you’re gone for too long, you’ll lose access to some features, including installing new alternative app marketplaces. Apps you installed from alternative app marketplaces will continue to function, but they can’t be updated by the marketplace you downloaded it from,” the company explained.
https://www.thurrott.com/apple/298862/apple-adds-some-condit...
And then there is additional discouragement and pressure in the form of sanction and trade deal threats for regulating American tech platforms.
What people don't realise is that local companies aren't just competing with each other, they're competing against the US military.
its the least of their problems
https://altstore.io
All other versions only allow denying mobile data to an app, not Wifi.
I really wish there was a way to enable this feature.
> I also found out the Chinese version has the ability to block an app for accessing both mobile data and Wifi/WLAN data.
Yet Apple is choosing not to enable it for everyone. It seems like it would be an easy and obvious privacy win, no?
I am vaguely aware that some phone manufacturers silently remove certain NFC hardware (or disable some driver) in order to avoid paying Sony patent fees. Apple doesn't seem to do that, though.
If you really want to imagine them like democracies, you are voting with your wallet. Maybe you’re just in the minority.
The point is that Apple thinks it can somehow bend the rules of the EU that were established democratically. As if users are better off with Apple's rules.
As others pointed out it's also useful for e.g. click/spam farms which need a "real" iPhone.
That really matters, sometimes.
But not the vast majority of the time.
(source: been coding iOS since pre-SDK iPhone OS 1.0)
The difference doesn’t matter until it does, and then it’s infuriating to work out what’s going on.
I love this quote, reminds me how annoying it can be when something isn’t reproducible locally… only in production…
https://www.youtube.com/watch?v=T43b5ywnYpo
[0] https://github.com/Lakr233/vphone-cli/discussions/175
Edit: ah now I see, in the main readme under heading Firmware Variants. https://github.com/Lakr233/vphone-cli#firmware-variants
You have to compile completely independently for it, and depending on your dependencies they may not compile for the simulator.
Additionally the simulator runs a really ancient and feature restricted version of Metal. That means you can’t test a lot of graphical things that the hardware actually supports. I’m not sure if this supports GPU passthrough but the macOS VMs do, so that alone would be a huge improvement if possible.
I always figured that Apple never set up a true emulator (like what Android does), because they didn't want people exploring their OS with a debugger.
They do not live in a VM and are certainly not emulated at an instruction set level. They are Mac apps.
I would think that "Mac apps," means that they are, actually, a different OS (I actually already knew that, which was why I said what I said. The Intel thing was a spitball).
But one of the few joys geeks get, these days, is telling other geeks they are wrong, so I feel as if I’ve done my bit to make this a happier place.
There are some binaries in scripts/resources that you need to run as root. No idea what's inside them.
Many of the nominally shared system pieces between Mac and iPhone (like Foundation) actually had many subtle compile-time differences.
https://github.com/wh1te4ever/super-tart-vphone-writeup
GarageBand is an excellent app.
Even easier, of course, is just using the iOS simulator included with xcode, which runs on your host computer. There, localhost resolves to your host computer.
> At WWDC, Apple announced that starting in the 27.x versions of iOS, macOS, etc., devs would be able to call Private Cloud Compute directly from Swift with no additional API configuration. Presently, the only way to get free cloud inference is by joining the App Store Small Business Program.
https://www.reddit.com/r/appledevelopers/comments/1vztibh/re...