---
title: "AlexsJones/llmfit: Hundreds of models & providers. One command to find what runs on your hardware."
url: https://daily.dev/posts/alexsjones-llmfit-hundreds-of-models-providers-one-command-to-find-what-runs-on-your-hardware--rnh6nalwy
source_url: https://github.com/AlexsJones/llmfit
type: article
source: "Hacker News"
published: 2026-03-02T06:27:55.542Z
updated: 2026-03-02T06:28:19.469Z
tags: ["career", "llm", "rust"]
reading_time: 16
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# AlexsJones/llmfit: Hundreds of models & providers. One command to find what runs on your hardware.

**[Hacker News](https://daily.dev/sources/hn)** · 16 min read · 1 upvotes · 0 comments

## Summary

llmfit is a Rust-based terminal tool that detects your system's RAM, CPU, and GPU specs, then scores hundreds of LLM models across quality, speed, fit, and context dimensions to tell you which ones will actually run on your hardware. It features an interactive TUI and classic CLI mode, supports multi-GPU setups, MoE architectures (with proper expert offloading for models like Mixtral and DeepSeek), dynamic quantization selection, and speed estimation per backend (CUDA, Metal, ROCm, etc.). It integrates with local runtime providers Ollama, llama.cpp, and MLX, allowing direct model downloads from the TUI. A Plan mode lets you reverse the analysis to estimate what hardware a given model configuration requires.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://github.com/AlexsJones/llmfit>

## Similar posts on daily.dev

- [Stop guessing which local AI models fit your hardware — this free tool does it for you](https://daily.dev/posts/stop-guessing-which-local-ai-models-fit-your-hardware-this-free-tool-does-it-for-you-g0pvmddqa) · XDA Developers · 0 upvotes · 0 comments
- [GitHub - Andyyyy64/whichllm: Find the local LLM that actually runs — and performs best — on your hardware. Ranked by real, recency-aware benchmarks, not parameter count. One command, run it instantly.](https://daily.dev/posts/github---andyyyy64-whichllm-find-the-local-llm-that-actually-runs-and-performs-best-on-your-har-aybfrougx) · Hacker News · 3 upvotes · 1 comments
- [GitHub - lyogavin/airllm: AirLLM 70B inference with single 4GB GPU](https://daily.dev/posts/github---lyogavin-airllm-airllm-70b-inference-with-single-4gb-gpu-s8ukkihfl) · Hacker News · 3 upvotes · 1 comments

---

Tags: [#career](https://daily.dev/tags/career), [#llm](https://daily.dev/tags/llm), [#rust](https://daily.dev/tags/rust)

[View this post on daily.dev](https://daily.dev/posts/alexsjones-llmfit-hundreds-of-models-providers-one-command-to-find-what-runs-on-your-hardware--rnh6nalwy)
