cd /news/artificial-intelligence/twomillionkit-use-private-cloud-comp… · home topics artificial-intelligence article
[ARTICLE · art-56433] src=github.com ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

TwoMillionKit: Use Private Cloud Compute in MacOS 27 Foundation Models Without an Entitlement

Developer Guilherme Rambo created TwoMillionKit, a Swift package that allows any Mac app to use Apple's Private Cloud Compute models via the `fm` command-line tool without requiring a special entitlement. The workaround bypasses Apple's restriction limiting PCC access to developers with fewer than two million first-time App Store downloads, but it does not work for sandboxed Mac App Store apps.

read1 min views1 publishedJul 12, 2026

Guilherme Rambo:

Apple ships the

fm

command-line tool in macOS 27, which can be used to run inference with the local system model or Private Cloud Compute from Terminal or scripts. You know what else can run command-line tools? Mac apps! 😃I decided to spend some of my Codex tokens and take GPT 5.6 Sol for a spin. I asked it to create this Swift package. All it does is provide a

LanguageModel

implementation that uses thefm

command-line tool under the hood, meaning that any Mac app can use the Private Cloud Compute model without requiring a special entitlement from Apple.The main limitation is that this will not work for sandboxed Mac apps, so any Mac app distributed via the Mac App Store won’t be able to use it.

But for developers of Mac apps distributed outside the Mac App Store, this provides a simple and entitlement-free way to use Private Cloud Compute in their apps.

Use sparingly and at your own risk. This is a workaround for Apple’s current limitation that only grants access to Private Cloud Compute to “developers in the App Store Small Business Program with fewer than two million first time App Store downloads”. Hence Rambo’s clever name for the framework.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @guilherme rambo 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/twomillionkit-use-pr…] indexed:0 read:1min 2026-07-12 ·