alexsjones/llmfit

Hundreds of models & providers. One command to find what runs on your hardware.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 10 minutes ago
Added to GitGenius on August 17th, 2026
Created on February 15th, 2026
Open Issues & Pull Requests: 73 (+0)
Number of forks: 2,057
Total Stargazers: 33,232 (+3)
Total Subscribers: 100 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.6 hours
Mean response time: 3.6 days
90th percentile: 3.3 days
Tracked items: 235

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 94% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 40% of tracked open issues have had no activity in three months. Only 11% of issues opened in the past year have been closed. Three people close 90% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 47
New in 7 days: 13
Closed in 7 days: 4
Avg open age: 86 days
Stale 30+ days: 24
Stale 90+ days: 16

Recent activity

Opened in 7 days: 13
Closed in 7 days: 3
Comments in 7 days: 13
Events in 7 days: 22

Top labels

  • bug (44)
  • enhancement (30)
  • Feature Request (18)
  • Hardware Compatibility (16)
  • Integration (11)
  • documentation (7)
  • Efficiency (6)
  • Search Functionality (6)

Detailed Description

llmfit is a terminal tool that helps you find which large language models will run well on your specific hardware.

The tool solves the problem of model selection by detecting your system's RAM, CPU, and GPU capabilities, then scoring available models across quality, speed, fit, and context dimensions to identify which ones will actually perform acceptably on your machine. It supports hundreds of models and multiple providers including Ollama, llama.cpp, MLX, Docker Model Runner, and LM Studio. The interactive terminal interface displays this information in a searchable format, while a classic CLI mode supports automation. The tool handles multi-GPU setups and models with mixture-of-experts architectures, and can dynamically select quantization levels based on your hardware constraints.

You should adopt this tool if you run local language models and want to avoid the trial-and-error of downloading models that turn out to be too large or slow for your system. It suits anyone managing their own inference infrastructure, from individual developers experimenting with models to teams deploying across heterogeneous hardware. The project includes a benchmarking feature that lets you measure actual tokens-per-second performance on your machine and contribute those measurements back, building a shared database of real-world performance data so others with identical hardware can see verified numbers before running their own benchmarks.

Almost all open issues are raised by outside users rather than the core team, indicating a substantial base of adopters reporting real-world use. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker is dominated by bug reports, enhancement requests, and feature requests.