{
    "schema": "https://ggufruntime.com/schemas/examples-index/v1",
    "generated_at_utc": "2026-07-24T23:38:55Z",
    "items": [
        {
            "id": "console-quick-start",
            "title": "Console Quick Start",
            "url": "https://ggufruntime.com/examples/console-quick-start/",
            "summary": "Load one verified GGUF model, create an isolated session, run bounded generation, and dispose in order.",
            "evidence_state": "experimental",
            "last_reviewed_utc": "2026-06-25T00:00:00Z",
            "topics": [
                "Getting started"
            ],
            "packages": [
                "UAIX.LmRuntime.LocalEndpoint"
            ],
            "canonical_sources": [
                "https://lmruntime.com/package-local-endpoint/",
                "https://www.nuget.org/packages/UAIX.LmRuntime.LocalEndpoint"
            ]
        },
        {
            "id": "verified-model-intake",
            "title": "Verified Model Intake",
            "url": "https://ggufruntime.com/examples/verified-model-intake/",
            "summary": "Compute and compare the current GGUF identity before admitting an artifact to a host catalog.",
            "evidence_state": "experimental",
            "last_reviewed_utc": "2026-06-25T00:00:00Z",
            "topics": [
                "Getting started"
            ],
            "packages": [
                "UAIX.LmRuntime.LocalEndpoint"
            ],
            "canonical_sources": [
                "https://lmruntime.com/package-local-endpoint/",
                "https://www.nuget.org/packages/UAIX.LmRuntime.LocalEndpoint"
            ]
        },
        {
            "id": "gguf-metadata-inspector",
            "title": "GGUF Metadata Inspector",
            "url": "https://ggufruntime.com/examples/gguf-metadata-inspector/",
            "summary": "Parse bounded container metadata and tensor descriptors without starting inference.",
            "evidence_state": "experimental",
            "last_reviewed_utc": "2026-06-25T00:00:00Z",
            "topics": [
                "Getting started"
            ],
            "packages": [
                "UAIX.LmRuntime.LocalEndpoint"
            ],
            "canonical_sources": [
                "https://lmruntime.com/package-local-endpoint/",
                "https://www.nuget.org/packages/UAIX.LmRuntime.LocalEndpoint"
            ]
        },
        {
            "id": "isolated-session",
            "title": "Isolated Session",
            "url": "https://ggufruntime.com/examples/isolated-session/",
            "summary": "Continue one deliberately prepared model session while preserving explicit reset behavior.",
            "evidence_state": "experimental",
            "last_reviewed_utc": "2026-06-25T00:00:00Z",
            "topics": [
                "Getting started"
            ],
            "packages": [
                "UAIX.LmRuntime.LocalEndpoint"
            ],
            "canonical_sources": [
                "https://lmruntime.com/package-local-endpoint/",
                "https://www.nuget.org/packages/UAIX.LmRuntime.LocalEndpoint"
            ]
        },
        {
            "id": "cancellation",
            "title": "Cancellation",
            "url": "https://ggufruntime.com/examples/cancellation/",
            "summary": "Pass host cancellation into bounded generation and observe committed tokens synchronously.",
            "evidence_state": "experimental",
            "last_reviewed_utc": "2026-06-25T00:00:00Z",
            "topics": [
                "Getting started"
            ],
            "packages": [
                "UAIX.LmRuntime.LocalEndpoint"
            ],
            "canonical_sources": [
                "https://lmruntime.com/package-local-endpoint/",
                "https://www.nuget.org/packages/UAIX.LmRuntime.LocalEndpoint"
            ]
        },
        {
            "id": "runtime-evidence-record",
            "title": "Runtime Evidence Record",
            "url": "https://ggufruntime.com/examples/runtime-evidence-record/",
            "summary": "Create a typed, path-free JSON observation record without calling it a certificate.",
            "evidence_state": "experimental",
            "last_reviewed_utc": "2026-06-25T00:00:00Z",
            "topics": [
                "Getting started"
            ],
            "packages": [],
            "canonical_sources": [
                "https://lmruntime.com/package-local-endpoint/",
                "https://www.nuget.org/packages/UAIX.LmRuntime.LocalEndpoint"
            ]
        },
        {
            "id": "avalonia-desktop-shell",
            "title": "Avalonia Desktop Shell",
            "url": "https://ggufruntime.com/examples/avalonia-desktop-shell/",
            "summary": "Marshal CPU-bound generation and token display through an Avalonia-oriented MVVM boundary.",
            "evidence_state": "proposed",
            "last_reviewed_utc": "2026-06-25T00:00:00Z",
            "topics": [
                "UI architecture"
            ],
            "packages": [
                "UAIX.LmRuntime.LocalEndpoint"
            ],
            "canonical_sources": [
                "https://lmruntime.com/package-local-endpoint/",
                "https://www.nuget.org/packages/UAIX.LmRuntime.LocalEndpoint"
            ]
        },
        {
            "id": "wpf-host",
            "title": "WPF Host",
            "url": "https://ggufruntime.com/examples/wpf-host/",
            "summary": "Keep generation off the WPF dispatcher and marshal bounded token evidence back to the UI.",
            "evidence_state": "experimental",
            "last_reviewed_utc": "2026-06-25T00:00:00Z",
            "topics": [
                "UI architecture"
            ],
            "packages": [
                "UAIX.LmRuntime.LocalEndpoint"
            ],
            "canonical_sources": [
                "https://lmruntime.com/package-local-endpoint/",
                "https://www.nuget.org/packages/UAIX.LmRuntime.LocalEndpoint"
            ]
        },
        {
            "id": "winforms-host",
            "title": "WinForms Host",
            "url": "https://ggufruntime.com/examples/winforms-host/",
            "summary": "Run generation on a worker and update WinForms controls through BeginInvoke.",
            "evidence_state": "experimental",
            "last_reviewed_utc": "2026-06-25T00:00:00Z",
            "topics": [
                "UI architecture"
            ],
            "packages": [
                "UAIX.LmRuntime.LocalEndpoint"
            ],
            "canonical_sources": [
                "https://lmruntime.com/package-local-endpoint/",
                "https://www.nuget.org/packages/UAIX.LmRuntime.LocalEndpoint"
            ]
        },
        {
            "id": "aspnet-core-loopback-service",
            "title": "ASP.NET Core Loopback Service",
            "url": "https://ggufruntime.com/examples/aspnet-core-loopback-service/",
            "summary": "Expose a bounded loopback-only generation endpoint while keeping model acquisition and trust outside requests.",
            "evidence_state": "experimental",
            "last_reviewed_utc": "2026-06-25T00:00:00Z",
            "topics": [
                "UI architecture"
            ],
            "packages": [
                "UAIX.LmRuntime.LocalEndpoint"
            ],
            "canonical_sources": [
                "https://lmruntime.com/package-local-endpoint/",
                "https://www.nuget.org/packages/UAIX.LmRuntime.LocalEndpoint"
            ]
        }
    ]
}
