Field Guide · concept

iOS is Apple’s mobile operating system, introduced with the first iPhone in 2007 and known for tight integration between Apple’s hardware and software.1

SoC XNU kernel core services / Cocoa Touch App Store apps (curated) Apple controls both the silicon and the software, so each ring is tuned to the one inside it — a tightly sealed “walled garden.”
iOS wraps Apple's own silicon in concentric layers — kernel, frameworks, per-app sandbox, and a curated App Store on the outside — with Apple controlling every ring, the integration that defines its "walled garden."

Overview

iOS runs only on Apple’s own devices, atop Apple Silicon SoCs descended from the Arm architecture. Apps are written in Swift or Objective-C and distributed through a curated App Store, with a strong sandbox and hardware-backed security such as the Secure Enclave and mandatory code signing.

The same foundation underpins iPadOS and watchOS, so a developer’s skills and much of the code carry across Apple’s device line. Because Apple controls both silicon and software, it can tune power and performance closely and push updates to nearly all devices at once — a “walled garden” that trades openness for consistency and a long, uniform support window.

The Apple OS family

iOS is one member of a family sharing the same core:

OS Device Shared core Distinct trait
iOS iPhone Darwin/XNU Touch-first phone UI
iPadOS iPad Darwin/XNU Multitasking, pointer
watchOS Apple Watch Darwin/XNU Glanceable, tiny screen
macOS Mac Darwin/XNU Full desktop, open files

The common core is why features and frameworks propagate quickly across Apple’s lineup.

Where it fits

iOS and Android together define the modern smartphone landscape. iOS leans toward control and polish; Android toward openness and variety. iOS’s locked-down model and lack of general USB host support make it a poor host for an SDR decode pipeline like GopherTrunk — it is far better suited as a thin client viewing data served by a capture node elsewhere.

Sources

  1. iOS — Wikipedia, on Apple’s mobile operating system. 

See also