One question: what should I run on the machine I own?
One answer per machine. The registry maps a hardware id to one validated recipe: an exact model revision, an exact engine image digest, the launch arguments, and the measured evidence that it ran and answered.
Read in order:
validated means.The hard part of local inference is not downloading a model. A working setup is a tested combination of exact hardware, model revision and weight format, inference engine and version, container image digest, launch arguments, context and concurrency ceilings, and measured correctness and speed. Those combinations are expensive to discover and easy to get subtly wrong. The registry preserves them as immutable recipes so no one has to rediscover them.
validated is derived, never asserted. A recipe is validated when, and only when, the record itself proves it: pinned revision, pinned image, an acceptance run or a commit-pinned campaign sweep, no forbidden flags. Anyone can rerun scripts/trust.py and get the same answer.candidate compatibility evidence. They are useful. They are not a promise.GET /api/v1/recommendations returns the whole contract in one request.Source: github.com/0xSero/local-ai-registry. Browser: local-ai-registry.vercel.app.