Demo
Terminal previewllmfit
Overview
llmfit is a Rust terminal interface for right-sizing LLM models to system hardware.
It detects RAM, CPU cores, and GPU VRAM, calculates composite fit scores, estimates tokens-per-second throughput, and compares model memory requirements.
Hundreds of models & providers. One command to find what runs on your hardware.
Keyboard Shortcuts
Navigate through model catalog rowsj / k or ↓ / ↑
Search and filter models by name/
Cycle fit filter: All, Runnable, Perfect, Good, or Marginalf
Cycle sort column: Score, Params, Mem%, Ctx, Date, or Use Cases
Open Hardware Simulation popup for overriding VRAM, RAM, or CPUS
Filter by Provider, Use Case, Capability, License, or Runtime/backendP / U / C / L / R
Visual-range multi-select (v) or select mode for column-header actions (V)v / V
Toggle help overlay or dismiss active modal windowh / Esc
Latest Release
v1.1.15
Released: Sep 10, 20261.1.15 (2026-09-10)
Bug Fixes
- bench: identify Ferrum and vLLM by endpoint owner (#994) (b3e09fd)
- bench: normalize latency formatting (#1001) (1e7bdb3)
- tui: render only visible model rows (#1017) (ff7a70b)
What's Changed
- bench: community results for intel-raptor-lake-p-iris-xe-graphics-integrated by @FabioLeitao in https://github.com/AlexsJones/llmfit/pull/1002
- fix(bench): normalize latency formatting by @lorenzozanee in https://github.com/AlexsJones/llmfit/pull/1001
- bench: community results for nvidia-geforce-rtx-5070-ti by @DocGitHub in https://github.com/AlexsJones/llmfit/pull/1010
- bench: community results for nvidia-geforce-rtx-3080 by @jeongwoosung in https://github.com/AlexsJones/llmfit/pull/1008
- bench: community results for nvidia-gb10 by @umigliore in https://github.com/AlexsJones/llmfit/pull/1012
- fix(bench): identify Ferrum and vLLM by endpoint owner by @sizzlecar in https://github.com/AlexsJones/llmfit/pull/994
- bench: community results for intel-coffeelake-s-gt2-uhd-graphics-630-integrated by @lopez848 in https://github.com/AlexsJones/llmfit/pull/1011
- chore(deps): bump jsonschema from 0.49.9 to 0.51.0 by @dependabot[bot] in https://github.com/AlexsJones/llmfit/pull/1006
- fix(tui): render only visible model rows by @AlexsJones in https://github.com/AlexsJones/llmfit/pull/1017
- chore(main): release 1.1.15 by @AlexsJones in https://github.com/AlexsJones/llmfit/pull/1009
New Contributors
- @FabioLeitao made their first contribution in https://github.com/AlexsJones/llmfit/pull/1002
- @lorenzozanee made their first contribution in https://github.com/AlexsJones/llmfit/pull/1001
- @DocGitHub made their first contribution in https://github.com/AlexsJones/llmfit/pull/1010
- @jeongwoosung made their first contribution in https://github.com/AlexsJones/llmfit/pull/1008
- @sizzlecar made their first contribution in https://github.com/AlexsJones/llmfit/pull/994
Full Changelog: https://github.com/AlexsJones/llmfit/compare/v1.1.14...v1.1.15
Discussions