#70 · Primary category: LLM Application Frameworks
LLamaSharp
A C#/.NET library to run LLM (🦙LLaMA/LLaVA) on your local device efficiently.
Project last updated:08/24/26
GitHub Stars
3.8K
Forks
506
Contributors
95
License
MIT
Why we included this project
LLamaSharp gives C# developers a managed path to local LLM inference, wrapping llama.cpp so you can load a GGUF model and generate text from your own code instead of dealing with native C++ or a separate service. It runs both text-only LLaMA-family models and multimodal ones like LLaVA, with CPU and GPU backends (CUDA and Vulkan among them) distributed as NuGet packages, so most hardware setup is just an install. The higher-level APIs and built-in integrations for Semantic Kernel and kernel-memory make it straightforward to connect these models to existing .NET agents, chat features, or retrieval flows. If your team is comfortable staying in C# and wants on-premises or privacy-sensitive assistants, this is a practical foundation to build on.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform