← all tools
◆ Local LLM Runtimes
llmfit
v1.1.10 open-sourceHundreds of models & providers. One command to find what runs on your hardware.
llmfit recommend --json --limit 5 | jq '.models[] | select(.name | test("Qwen3"))'
llmfit fit --providers unsloth,bartowski -n 10
llmfit fit --json --providers unsloth,bartowski --perfect Summary
Hundreds of models & providers. One command to find what runs on your hardware.
Examples
Command line
No option matches that search.
option surface across analysed releases
options at that release added, per release removed, per release
| option | found in | since | description |
|---|
No option matches that search.
option changes per release — drag across the rail to set a range
Values are placeholders taken from each option’s declared default. Nothing is executed here — the output shown is a recording of a run that already happened.
Release history
- v1.1.10
llmfit v1.1.10 adds RamaLama runtime discovery via MCP and expands the model catalog with the Qwen3.8 family.
└──▷ GET THIS VERSION$ git clone --branch v1.1.10 https://github.com/AlexsJones/llmfit.git # already have the repo? check out this version: $ git checkout v1.1.10
└──▷ TRY ITSee how the new Qwen3.8 models rank against your hardware, filtered to good-or-better fits.$ llmfit recommend --json --limit 5 | jq '.models[] | select(.name | test("Qwen3"))'
- ›Adds the Qwen3.8 model family to the built-in catalog, making Qwen3.8 variants scoreable and recommendable against local hardware.
- v1.1.8
llmfit v1.1.8 adds per-preset benchmark counts to the TUI hardware picker.
└──▷ GET THIS VERSION$ git clone --branch v1.1.8 https://github.com/AlexsJones/llmfit.git # already have the repo? check out this version: $ git checkout v1.1.8
- ›Displays per-preset benchmark counts in the TUI hardware picker, so you can see at a glance how many community measurements back each hardware preset.
- v1.1.7
llmfit v1.1.7 adds a
--providersfilter tofit, RamaLama store discovery, and GGUF-source row markers in the TUI.└──▷ GET THIS VERSION$ git clone --branch v1.1.7 https://github.com/AlexsJones/llmfit.git # already have the repo? check out this version: $ git checkout v1.1.7
└──▷ TRY ITFilter fit results to models from specific GGUF providers to find what unsloth or bartowski quantizations will run on your hardware.$ llmfit fit --providers unsloth,bartowski -n 10
Pipe provider-filtered fit results as JSON into jq for scripted or agent consumption.$ llmfit fit --json --providers unsloth,bartowski --perfect
- ›Adds
--providersflag tollmfit fit, accepting a comma-separated, case-insensitive list of provider names (e.g.unsloth,bartowski) to narrow fit results to specific canonical or GGUF providers. - ›Detects RamaLama store models via
ramalama lswhen no server is running, so locally stored models appear in fit results without requiring an active runtime. - ›TUI now marks list rows matched through a GGUF source, making it visually clear which results come from GGUF-backed providers.
- ›TUI Fit box now spells out active advanced range filters (e.g. Too Tight ≤2B,
mem≥50%) in warning color instead of showing crypticR/Mmarkers, and the empty-results hint names the active filter explicitly.
- ›Adds