AI Potluck
Model components / Inference code

Apple Core ML Runtime

Apple

Apple Core ML is an on-device inference runtime that executes models across Apple's CPU, GPU, and Neural Engine, shipped as a system framework with iOS, macOS, watchOS, tvOS, and visionOS. It partitions model graphs across the available hardware and runs .mlpackage and .mlmodel files, which the separately distributed coremltools package produces. Apple's own on-device features, including Apple Intelligence, are built on it.

Verified 2026-08-09 via Apple's Core ML documentation, the MLModel availability list, and the coremltools optimization guide.

Openness

1 high confidence
1.0
source
closed
license
proprietary(Apple system framework, ships compiled with the OS/SDK, no published source)
self-host
no

Core ML has no repository. Apple's own documentation describes it purely as an API surface, MLModel and the rest, that an app calls into; there is no source tree to self-host or fork. Whether any feature is held back behind a paid tier does not arise here, because that question only applies where the source is published at all.

Adoption

5 medium confidence
5.0

Core ML ships as a system framework across iOS, iPadOS, macOS, tvOS, watchOS and visionOS, confirmed against Apple's MLModel availability list, and Apple's own quarterly earnings call puts the active-device installed base at more than 2.5 billion. That bands at >10M users, level 5. The quantity being banded is an active device base rather than an active user count: someone with an iPhone and a Mac counts twice, and nobody is counted for using Core ML rather than for owning hardware it ships on. It is not a developer download count either. The figure clears the band boundary by more than two orders of magnitude, so the substitution does not change the level, but the scale requires a substituted quantity to be named.

Capability

4 medium confidence
4.0

Best in class for on-device and edge inference, with Neural Engine acceleration, quantization and palettization, and broad coverage of converted models, but constrained to Apple silicon and to on-device scale. That places it one tier below the large-scale server engines, of which vLLM holds the top capability score in this category.

Verified 2026-08-09