forcequitOS/Iris
A server to redirect Apple's Foundation Models framework to a simple HTTP request API endpoint.
Iris helps developers access Apple's on-device AI models on Apple Silicon Macs without building native applications. It takes a plain text prompt via an HTTP POST request and returns the model's text response. This allows developers to integrate Apple's AI capabilities into web-based or non-native applications using a simple API.
No commits in the last 6 months.
Use this if you are a developer wanting to use Apple's on-device AI models in your web, Node.js, or Electron application without writing a native macOS app.
Not ideal if you need features like image processing, streaming text, or multi-turn chat support, as these are not currently supported.
Stars
9
Forks
—
Language
Swift
License
MIT
Category
Last pushed
Jun 12, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/forcequitOS/Iris"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Meridius-Labs/apple-on-device-ai
Apple foundation model bindings for NodeJS (supports Vercel AI SDK)
blacktop/go-foundationmodels
Pure Go wrapper for Apple's Foundation Models
IvanCampos/Foundation-Models-Playgrounds
Playground examples to demonstrate Foundation Models Framework
timokoethe/Localight
A SwiftUI-based iOS 26 app featuring a fully local chatbot powered by Apple’s Foundation Models....
Arthur-Ficial/apfel
Apple Intelligence from the command line. On-device LLM via FoundationModels framework. No API...