REDDIT_POST

LLmFit - One command to find what model runs on your hardware

Brief

LLmFit is a terminal utility that automatically detects a machine's RAM, CPU, and GPU and evaluates 497 models from 133 providers to recommend which will run well locally. It scores models across quality, speed, fit, and context, offers an interactive TUI (or CLI), and supports multi-GPU setups, MoE models, dynamic quantization, and speed estimates.

Source evidence

title: LLmFit - One command to find what model runs on your hardware
contenttype: article
published: 2026-02-27T00:00:00
source
url: https://www.reddit.com/r/LocalLLaMA/comments/1rg94wu/llmfitonecommandtofindwhatmodelrunson/

word_count: 121

LLmFit - One command to find what model runs on your hardware

Haven't seen this posted here:

https://github.com/AlexsJones/llmfit

497 models. 133 providers. One command to find what runs on your hardware.

A terminal tool that right-sizes LLM models to your system's RAM, CPU, and GPU. Detects your hardware, scores each model across quality, speed, fit, and context dimensions, and tells you which ones will actually run well on your machine.

Ships with an interactive TUI (default) and a classic CLI mode. Supports multi-GPU setups, MoE architectures, dynamic quantization selection, and speed estimation.

Hope it's useful :)

PS. I'm Not the repo creator, was trying to see what the sub thought on this and didn't find anything, so sharing it here.