Local AI Registry

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:

  1. This page, two minutes. What it is and why it is shaped this way.
  2. System and schema, five minutes. The collections, how they link, and what validated means.
  3. Deep breakdown. Every rule, every script, how a recipe moves from candidate to recommended.
  4. Contributing. How to add hardware, a recipe, or evidence.

Why a registry

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.

Three rules

Where it is used

Source: github.com/0xSero/local-ai-registry. Browser: local-ai-registry.vercel.app.