Choose the narrowest UAIX.LmRuntime package for a host task without inferring capability from package names.
Task-first selection
Start with the host task: application integration, GGUF inspection, tokenization, model internals, sampling, CPU kernels, backend selection, or backend registration. The package selector maps that task to a package and direct-dependency context.
LocalEndpoint for application integration
Use LocalEndpoint when the host needs verified local intake, bounded loading, isolated sessions, and deterministic generation without assembling each lower layer. It remains a facade, not an application framework.
Lower packages
Reference GGUF, Tokenization, Models.Llama, Sampling, Tensors, Kernels.Cpu, or Backends directly only when the host owns the lower-level integration and corresponding tests.
Version policy
Keep public commands version-free. Resolve and pin the current release through central package management or lock files in the consuming repository.
Available now
- The public UAIX.LmRuntime package family and canonical package documentation.
- The host-facing workflow and evidence distinctions described on this page.
Host responsibilities
- Select and trust inputs, define policy and limits, integrate the UI or service, retain application evidence, and test the exact deployment.
Not claimed
- Do not treat a package identity as execution evidence.
- Do not assume transitive packages are application-level APIs.
Operational boundary
What this page covers: Choose the narrowest UAIX.LmRuntime package for a host task without inferring capability from package names.
Available now: The documented package surfaces and this host-facing guidance are public.
Host responsibility: Own acquisition, trust, configuration, presentation, persistence, transport, policy, tests, and deployment.
Not claimed: Universal compatibility, production certification, safety certification, hidden fallbacks, or behavior beyond retained evidence.
Canonical sources: Canonical package documentation · Current release metadata
Last reviewed UTC:
Source and review record
Prerequisites
- Read Get Started
- Review host/runtime boundaries