muneeb__mughal
-
- 170 total downloads
- last updated 5/21/2026
- Latest version: 1.0.0
A batteries-included local LLM inference library for .NET. Drop-in Microsoft.Extensions.AI IChatClient backed by LLamaSharp — run GGUF models locally with a single AddHearth() call. -
- 92 total downloads
- last updated 5/21/2026
- Latest version: 1.0.0
ASP.NET Core integration for Hearth — OpenAI-compatible /v1 endpoints (chat completions, embeddings, models) via a single MapHearth() call. -
- 87 total downloads
- last updated 5/21/2026
- Latest version: 1.0.0
Apple Metal GPU backend for Hearth. Install this package instead of the base Hearth package to enable GPU-accelerated inference on Apple Silicon (M1/M2/M3/M4) and Intel Macs with AMD GPUs. -
- 80 total downloads
- last updated 5/21/2026
- Latest version: 1.0.0
NVIDIA CUDA 12 GPU backend for Hearth. Install this package instead of the base Hearth package to enable GPU-accelerated inference on CUDA 12-capable NVIDIA hardware. -
- 79 total downloads
- last updated 5/21/2026
- Latest version: 1.0.0
Vulkan GPU backend for Hearth. Install this package instead of the base Hearth package to enable GPU-accelerated inference on AMD, Intel, and other Vulkan-capable GPUs. -
- 47 total downloads
- last updated 5/28/2026
- Latest version: 1.0.0
RAG (retrieval-augmented generation) pipeline for Hearth.AI — index documents, search by embedding similarity, and generate grounded answers from local LLMs. -
-
- 47 total downloads
- last updated 5/28/2026
- Latest version: 0.1.0
dotnet new templates for Hearth.AI — local LLM inference for .NET. Includes a Web API template that exposes OpenAI-compatible endpoints backed by a local GGUF model. -
-
- 46 total downloads
- last updated 5/28/2026
- Latest version: 1.0.0
Embeddable streaming chat UI component for Blazor Server and WASM — powered by Hearth.AI local LLMs. -
- 45 total downloads
- last updated 5/28/2026
- Latest version: 1.0.0
Aspire hosting integration for Hearth.AI — adds a Hearth inference server as an Aspire resource with one AddHearth() call. -
- 43 total downloads
- last updated 5/28/2026
- Latest version: 1.0.0
Aspire client integration for Hearth.AI — configures IChatClient from an Aspire-injected connection string pointing at a Hearth inference server.