Tools/apple/coreai-models

coreai-models

Model export recipes, Python primitives, and Swift runtime utilities for on-device AI

1.4k+33/wkemergingPythonBSD 3-Clause "New" or "Revised" Licensenew this week

The Lens

By Erik Loyd, SaaS CEO and former COO/CFO of an AWS Premier Partner.

Updated Jun 2026

Apple's coreai-models is the toolkit for getting AI models running on Apple hardware, on the device, not in the cloud. It gives you export recipes that convert popular open-source models into Apple's Core AI format, Python tools for authoring custom models in PyTorch, and a Swift package with the runtime pieces to actually run them on macOS and iOS. This is how you ship an app that does inference locally instead of calling out to an API.

There's nothing to host, it's a library and a set of recipes you build into your own app. The work is real but well-scoped: you convert a model, wire up the Swift runtime, and test it on-device. For developers already in Apple's ecosystem, this is the sanctioned path rather than fighting the conversion tooling yourself.

App developers who want on-device AI, for privacy, offline capability, or to skip per-call API costs, are exactly who this is for. If you're not shipping to Apple platforms, it's irrelevant, look at GGUF and llama.cpp or ONNX instead. The payoff here is models that run on the Neural Engine with no network round trip and no data leaving the phone.

The catch: this is Apple-only by design, so it ties you to their platforms and their format. On-device inference also means you're bounded by what the hardware can run, you're not loading a giant frontier model onto a phone. It's BSD-licensed and free, but it's a developer toolkit, there's nothing here unless you're building something.

Free vs Self-Hosted vs Paid

fully free

Free tier: Free and open source under BSD-3-Clause. No paid version.

Self-hosted: Not applicable, it's a library and toolkit you build into your own app. Free.

Paid: None. The only cost is owning Apple hardware to run on.

Free and open source (BSD-3). An Apple-only developer toolkit, no cost.

Self-hosting ops:moderate

Get tools like this every Wednesday

One featured tool, three on the radar. No fluff.

Score
74/100 · B+
Adoption13/30
Maintenance25/25
Community11/20
License15/15
Analysis10/10

A low score is not a verdict on quality. Young and niche tools start low by design. How we calculate scores

Trust Signals

Organization account (426 public repos)Notable author: 37,402 followersBacked by: Apple

License: BSD 3-Clause "New" or "Revised" License

Use freely. No endorsement clause.

Commercial use: ✓ Yes

About

Owner
Apple (Organization)
Backed by
Apple
Stars
1,436
Forks
128

Explore Further

More tools in the directory