iOS emulators

From Emulation General Wiki
Jump to navigation Jump to search

iOS
IOS.png
Developer Apple Inc.
Release date 2007
Emulated ~
This page is about software that emulates iOS on other hardware, like desktops.
For emulators that run on IOS, see Emulators on iOS.

iOS and iPadOS are operating systems created by Apple.

iOS devices started the smartphone craze, which would go on to replace conventional mobile phones in both Japan (which had its own subset of cell phones) and the rest of the world, with more advanced touch-controlled devices.

Formerly, iOS was used for both Apple's phones and tablets. Then, the iOS brand was split into two parts in 2019, with iOS now being the OS exclusively used in the iPhone and the now-defunct iPod Touch. The second half, named iPadOS, is a fork of iOS for iPads that makes use of their larger screens, hence its name. Most iOS apps and games work on iPadOS.

Unlike its direct competitor, Android, there are practically no usable emulators, as the official iOS SDK (macOS-only) only allows for running your own projects, i.e., they run code generated for an x86 target rather than ARM code as used by iOS. Some simulators (e.g., BlackThunder) make use of the simulator in the iOS SDK to run a few chosen iOS apps that are recompiled for x86. Unlike previous emulation trails, BlackThunder first loads a highly trimmed Hackintosh image via VirtualBox, which loads Xcode and an iOS simulator into it, then runs decompiled iOS apps recompiled for the x86 architecture. Appetize.io and other tools that claim to emulate iOS on a web browser are in reality just the iOS simulator in XCode wrapped around a cloud stream to the web browser, and like the iOS XCode simulator, need the source code to run. More recently, touchHLE managed to get a few older iPhone OS apps running by recreating some of iOS’s standard libraries and emulating just the iPhone’s CPU, and nearly the same time, QEMU-iOS got released and can successfully emulate iPhone OS 1.0 on an iPod Touch 1st generation, albeit with bugs.

Emulators[edit]

Also tons of obsolete non-active iOS "emulator" exists, see this page for more.

Name Platform(s) Latest version Hardware features Enhancements Compatibility FLOSS Active Recommended
PC / x86
touchHLE Windows macOS 0.2.1 ~ ~ 30%
46 out of 152 reported titles
~
QEMU-iOS macOS Linux git ~ ? ? ~
Corellium Web Web-based ($) ? ? ? ~[N 1]
BlackThunder Windows macOS ? ? ? ? ?
MAME Windows Linux macOS FreeBSD 0.263 ? ? N/A *
unidbg Windows macOS Linux 0.9.7 ? ? ?
Mobile / ARM
macOS 11 Big Sur
(Not an emulator)
macOS [N 2] 14 Sonoma ? ? ?
touchHLE Android 1.0 ~ ~ 30%
46 out of 152 reported titles
~
  1. Would be completely recommended if it wasn’t paid.
  2. Requires Mac computers with Apple Silicon (M series) processors.
macOS 11 and up
Since macOS 11 Big Sur, the 17th major operating system of the macOS line, the operating system for Mac computers has support for iOS and iPadOS applications for Apple Silicon-based Macs. However, some apps cannot be installed directly due to Apple DRM. This can be bypassed using an IPA file and PlayCover/Sideloady.
touchHLE
A promising new endeavor that aims to run older iOS apps by reimplementing standard libraries instead of internal components. Because of this very high-level approach, no dump of the operating system is required. Its initial target is iPhone OS 2.x, with plans to support other 32-bit iOS versions, mainly 3.x and 4.x, as well as the iPad. Development started in December 2022, and its initial 0.1.0 release came out in February 2023. touchHLE supports a handful of apps, with most apps that do not crash on the start working absolutely perfectly. touchHLE supports running IPA files directly. A game controller is required to control the accelerometer. touchHLE has an app archive that currently only has two apps being touch and go and it’s lite version, which are licensed to be free to use with touchHLE. Unfortunately, touchHLE does not currently have a “canary” branch which gets all the additions of it’s multiple concurrent pull requests.
QEMU-iOS
Previously unnamed and referred to as “devos50’s qemu fork”, Based on earlier work emulating the S5L8900 and the iPhone 11 in QEMU. It can emulate an iPod Touch 1G running iOS 1.0, including iBoot, the kernel, and the Springboard, although it requires a modified NOR and NAND image. Some features, such as audio and Wi-Fi, are not emulated, and there are multiple crashes. About a year later, the same user managed to run iPhone OS 2 on an emulated iPod Touch 2G, however internet connectivity is not figured out yet, and nobody has yet ran a 3rd party app via filesystem hacks as of now, as both networking and USB (iTunes) are unemulated and cannot be installed regularly.
Corellium
A service made by the Israeli company of the same name that runs any modern iOS devices, some Android devices, or bring-your-own IoT devices on either the cloud or a self-hosted server. Emulation is basically perfect, and they have hardware iOS 10.3 to the latest iOS version, with debugging features and security tools, as well as IPA installing. They also have iPhone 7 to the latest iPhone in terms of hardware. The devices run on an ARM hypervisor. For individuals, it costs 3 USD per hour for most use excluding some cybersecurity tools. The site also prohibits users under 18 from using their service. The service is made for cybersecurity, not general use.
MAME
Very basic iPhone 2G support available here. Unlikely to ever be completed.
BlackThunder
The official iOS SDK (macOS-only) only allows for running your own projects, i.e. they run code generated for an x86 target rather than ARM code as used by iOS. However, some simulators, e.g. BlackThunder, make use of the simulator in the iOS SDK to run a few chosen iOS apps that are recompiled for x86. BlackThunder is a closed-source, commercial iOS simulator that can run a few commercial iOS apps. Unlike previous emulation trails, BlackThunder first loads a highly trimmed Hackintosh image via VirtualBox, which loads Xcode and an iOS simulator into it, then runs iOS apps that are decompiled and recompiled for the x86 architecture.

Hardware features[edit]

This table focusing on early iOS operating system and crucial hardware features that can be possible to emulated through software or will be possible in the near future. Including everything or niche modern iOS features would result in an endless list.

Name TouchHLE QEMU-iOS Corellium
Home screen
This shouldn't be confused with emulator frontend/GUI.
~
Non-game apps ~
Notification Center
Sideloading/Installing ?
Wi-Fi ~*
Bluetooth
Multi-touch ? ? ?
Motion sensors * ?
Location
Connectivity Game Center
Achievements, Challenges, Leaderboards etc.
?
Apple Push Notification service
OS versions
iPhone OS 1
iPhone OS 2
iPhone OS 2.2.1 was the last version compatible solely with ARMv6 chips.
iPhone OS 3
Supported both ARMv6 and ARMv7-A chips.
WIP
iOS 4
iOS 4.2.1 was the last version supported ARMv6 chips.
WIP
iOS 5 Future goal
iOS 6
iOS 6.1.6 was the last version compatible solely with 32-bit ARMv7-A chips.
Future goal
iOS 7 to 10
Supports both 64-bit ARMv8x-A and 32-bit ARMv7-A chips. iOS 10.3.4 was the last version that supported 32-bit chips.
Never ✓ (iOS 10.3.3+)
iOS 11 to present Never
iPadOS Never
WatchOS Never
Supported ABIs
ios_armv6 (iPhone OS 1 – iOS 4.2.1)
Supporting ios_armv6 ABI is crucial for emulators due to compatibility and preservation reasons.
*
ios_armv7a (iPhone OS 3 – iOS 10.3.4)
Supporting ios_armv7a ABI is crucial for emulators due to compatibility and preservation reasons.
Older applications and games often rely on the ARM 32-bit (Cortex) architecture, which isn't used in newer hardware.
*
ios_armv8.xa (iOS 11.0 to present) Never ?
Supported APIs
OpenGL ES x.x (iPhone OS 2 – iOS 12.0)
Supporting OpenGL ES x.x APIs is crucial for emulators due to compatibility and preservation reasons.
* ? ?
Metal (iOS 8 to present) Never ?


Enhancements[edit]

Name TouchHLE QEMU-iOS
Graphics Resizable Internal Resolution * ?
Post-Processing Shader Chain
Filters
AI-powered filter compatible
(Freestyle)
? ?
Post-rendering AA
(FXAA, TXAA and MLAA/SMAA)
Post-rendering scaling
(Sharp bilinear, Lanczos and FSR 1)
Inverse tone mapping compatible ? ?
TAS features Macros/Scripts/Lua ? ?
Rewind
Fast-Forward/Turbo Speed
Savestates
Movie recording/playback
Input Keyboard input injection
Early versions of iOS didn't support keyboard input.
One way an iOS emulator can provide keyboard input for these versions is through the injection method, which sends keystrokes input data directy into emulated memory.
Mouse input injection
Early versions of iOS didn't support mouse input.
One way an iOS emulator can provide mouse input for these versions is through the injection method, which sends cursor input data directy into emulated memory.
Gamepad input injection
Before MFi extended support in iOS 7 (unlocking gamepad compatibility for devices like the Logitech Powershell Controller).
Earlier iOS versions (1-to-6) offered no native gamepad support.
Quality of life Streamable compression format
Per-Game Profiles
Command Line Options ?
On-Screen Display
Showcases messages, controller input state which is useful for speedrunners, performance data, active settings, and various notifications.
Built-in On-Screen Control
Simulating touch input on display via keyboard or gamepad. This QoL enhancement is crucial for lots of touch input exclusive games.
Also you can use third party apps such as ShootingPlus V3 for this.
*
Big Picture Mode
Misc Variable Refresh Rate compatible
Debug features ~* ?


Scams[edit]

Many of the currently available "simulators" only try recreating popular iOS apps (like browsers) in a PC application with no real emulation involved. Some notable scams in such fashion are called iPadian or variations on the name, and are often malware. iPadian itself is not a real emulator and cannot actually emulate any iOS, iPadOS, or watchOS code and just use recreations that are limited in functionality and are not ports. “AIR iPhone” is also a simulator in Adobe Flash. Malware on Android also goes by the name “iEmu”, “Cider” and “Cycada”, based on the unfinished and unrelated projects of the same name, and is sometimes iOS launcher software that is possibly infected by malware.

  • TikTok videos by the user “iPod Emulator Hype” appear to show QEMU-iOS running on an Android device and a web browser, however, the Android version is confirmed to be a VNC client and faked, with the HTML5 version likely fake as well.
  • Blog sites suggest “iOSEmus” as an iOS emulator for Android devices. In reality, it is an alternate App Store for iOS to install jailbreak tools including console emulators and other tools on iOS 11.

Your best bet, until touchHLE supports your 32-bit app, ARM macOS is able to be virtualized without an ARM Mac (for 64-bit), or a new emulation effort is ever started, is to hope that whatever iOS app you're interested in gets an Android port. This is very rare, especially for Japanese ones, as Android is perceived to be more open to piracy. That appears to be gradually changing lately and isn't of as much concern for non-gaming apps. However, in the U.S., the trend goes to iOS exclusively, including the Faves, Bloom, and the official ChatGPT apps getting iOS versions first, and a trend of users in Anglo-America discriminating against Android users, forcing them to switch to iOS also may contribute to the need for one.

External links[edit]

Apple Inc.
Apple Computer (1998).jpg
Desktop: Apple IApple II Line (Apple IIGS) • Apple III lineLisaMacintosh lineMacOS
Mobile: iPodiOS
Consoles: Pippin