Виртуальный iPhone на macOS — графическое управление
★ 581
zqxwce/vphone-ws is an open-source SwiftUI app for macOS that provides a graphical front-end for managing virtual iPhones, sitting on top of vphone-cli and Apple's Virtualization.framework. Reach for it when you need throwaway clean iOS environments for testing an app across iOS builds, studying software behaviour in an isolated sandbox, or doing security research without touching your main device. The interface offers a VM library with live running/stopped state, iOS and cloudOS build info, and search; a create wizard that walks through variant selection (Less, Regular, Developer, Jailbreak, Experimental), firmware pairing, and resource allocation (CPU, memory, disk) with streamed progress; and full lifecycle controls — start, stop, bring to front, clone, rename, export as `.tar.xz`, and delete. On launch it checks host readiness: vphone-cli presence, macOS version, research-guest permissions, and AMFI bypass. The app is purely a management shell — the virtualisation engine is vphone-cli, installed separately via Homebrew. Unlike Xcode Simulator, it targets full research VMs rather than a per-project development simulator. Use only for lawful purposes on your own or explicitly aut
- #macOS