OPEN_SOURCE ↗
REDDIT · REDDIT// 4h agoOPENSOURCE RELEASE
rzn-apple exposes Apple Intelligence from terminal
rzn-apple is a tiny Swift CLI that wraps Apple’s on-device Foundation Models and NaturalLanguage embeddings APIs for local prompting, structured output, and similarity checks. It keeps inference on the Mac, so there’s no API key, no cloud dependency, and a cleaner path for private scripting.
// ANALYSIS
This is less a flashy model release than a practical proof that Apple’s local AI stack is now developer-accessible from the shell.
- –The useful part is the product shape: a small CLI beats a full app when you want prompts, JSON outputs, and embeddings in scripts and pipelines
- –`FoundationModels.SystemLanguageModel` plus `NaturalLanguage.NLEmbedding` makes the tool feel focused rather than overbuilt
- –Local-only inference is the main differentiator here: better privacy, lower friction, and no billing surface for simple terminal workflows
- –The project is intentionally not trying to compete with frontier coding agents or hosted model platforms, which is the right constraint for a utility like this
- –The biggest adoption gate is platform availability, since it depends on macOS 26, Apple Silicon, and Apple Intelligence being enabled
// TAGS
rzn-applecliopen-sourceembeddinginferencefoundationmodelsnatural-language
DISCOVERED
4h ago
2026-04-28
PUBLISHED
4h ago
2026-04-28
RELEVANCE
8/ 10
AUTHOR
ValenciaTangerine