scisharp/llamasharp

A C#/.NET library to run LLM (🦙LLaMA/LLaVA) on your local device efficiently.

View on GitHub ↗Jump to charts ↓Open shareable report →

Summary Information

Updated 46 minutes ago
Added to GitGenius on September 18th, 2026
Created on May 9th, 2023
Open Issues & Pull Requests: 24 (+0)
GitHub issues: Enabled
Number of forks: 508
Total Stargazers: 3,799 (+0)
Total Subscribers: 67 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.9 hours
Mean response time: 15.0 days
90th percentile: 11.1 days
Tracked items: 244

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 13% of issues opened in the past year have never received a reply. 84% of issues opened in the past year have been closed, leaving a working backlog. Three people close 70% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 17
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 502 days
Stale 30+ days: 11
Stale 90+ days: 7

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • stale (159)
  • bug (32)
  • enhancement (23)
  • good first issue (23)
  • do not close (20)
  • feature request (17)
  • help wanted (15)
  • Upstream (12)

Most active issues this week

Detailed Description

LLamaSharp is a C#/.NET library that enables running large language models locally on your device with efficient resource usage.

The library addresses the need to integrate LLM capabilities into .NET applications without relying on external APIs or cloud services. It wraps llama.cpp, a C++ inference engine, to provide optimized local execution of models like LLaMA and LLaVA. This approach allows developers to run both text and multi-modal models directly on consumer hardware while maintaining performance through the underlying C++ implementation.

Developers working in the .NET ecosystem who need to add language model functionality to their applications should consider this tool, particularly if they want to avoid cloud dependencies or API costs. It suits projects requiring local inference, chatbot implementations, or semantic search capabilities. The library integrates with the Semantic Kernel framework, making it a natural choice for .NET applications already using that ecosystem.

The project maintains active development with regular updates to support new model versions and improvements to the inference engine. Contributors engage consistently with issue resolution and feature requests from users. The codebase receives ongoing refinement to optimize performance and expand model compatibility. Documentation and examples are maintained to help developers integrate the library into their applications.