I Came, I Prompted, I Left Part 1: Building a Hypervisor for the MacBook Neo A developer building a custom hypervisor for the MacBook Neo (A18 Pro) has achieved a milestone in porting Linux to Apple Silicon in weeks instead of months, using mostly unattended LLM loops to reverse engineer Apple's proprietary security monitor (SPTM). The hypervisor traces macOS hardware interactions to avoid copyright infringement, following the approach of the Asahi Linux project's m1n1 hypervisor. I Came, I Prompted, I Left Part 1: Building a Custom Hypervisor for the MacBook Neo TL;DR: To reverse engineer modern Apple Silicon Macs for the purpose of porting Linux, I built a custom hypervisor for the MacBook Neo and documented the internals of Apple’s proprietary security monitor SPTM . I have successfully used this hypervisor to achieve a milestone that usually takes months in a few weeks. This was all enabled by mostly unattended LLM loops. Context: My goal is to port Linux to modern Apple Silicon SoCs, starting with the MacBook Neo A18 Pro . To do this, I need a way to understand how to interact with the hardware without infringing on Apple’s copyright . The Asahi Linux project already has a solution for this problem: run macOS in a hypervisor codenamed m1n1 , watch how macOS interacts with the hardware, then copy what macOS does without looking at Apple code