HomesteadAI
The on-device AI layer the Mac apps share. It puts Apple Foundation Models and a local Ollama instance behind one typed API, where callers ask for a capability tier rather than naming a model — so an app never hard-codes which engine it runs on. No cloud calls, no third-party dependencies, and every task degrades gracefully to a working manual path when no model is available.
Swift
In use across the apps
CorpusCloudKit
A self-hostable private RAG service — document retrieval and language-model inference that run entirely inside an organisation's own boundary, whether that's a VPC, an on-premise network, or an air-gapped enclave, so sensitive material and the questions asked of it never leave. The default configuration makes zero outbound calls, and the service reports that state on its health endpoint rather than just claiming it.
Python
v0 — in development
Get in touch