Hearth.AI 1.0.0

dotnet add package Hearth.AI --version 1.0.0
                    
NuGet\Install-Package Hearth.AI -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Hearth.AI" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Hearth.AI" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Hearth.AI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Hearth.AI --version 1.0.0
                    
#r "nuget: Hearth.AI, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Hearth.AI@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Hearth.AI&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Hearth.AI&version=1.0.0
                    
Install as a Cake Tool

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.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Hearth.AI:

Package Downloads
Hearth.AI.AspNetCore

ASP.NET Core integration for Hearth — OpenAI-compatible /v1 endpoints (chat completions, embeddings, models) via a single MapHearth() call.

Hearth.AI.Metal

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.

Hearth.AI.Cuda

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.

Hearth.AI.Vulkan

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.

Hearth.AI.Rag

RAG (retrieval-augmented generation) pipeline for Hearth.AI — index documents, search by embedding similarity, and generate grounded answers from local LLMs.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 172 5/21/2026