aicoolies logo
llmfit logo
llmfit logo

llmfit

Find which AI models actually run on your hardware in one command

open sourceupdated Jul 8, 2026

llmfit is a Rust-based terminal tool that matches over 200 LLM models from 30+ providers against your exact hardware specs. The interactive TUI scores each model on fit, speed, VRAM usage, and context length, helping you avoid downloading models that won't run on your machine. It supports Ollama, llama.cpp, MLX, Docker Model Runner, and LM Studio backends.

llmfit solves one of the most frustrating steps in local LLM workflows: figuring out which model will actually run on your hardware before wasting time downloading it. The interactive TUI presents a scored list of compatible models ranked by how well they fit your available VRAM, RAM, and compute capabilities. Each model shows detailed metrics including expected tokens per second, memory requirements, and maximum context length at different quantization levels.

Built in Rust for speed and reliability, llmfit detects your GPU type, VRAM capacity, system RAM, and CPU capabilities automatically. It then cross-references this hardware profile against its database of over 200 models across providers including Ollama, llama.cpp, MLX, Docker Model Runner, LM Studio, and more. The tool has been adopted as a core dependency by Hugging Face's hf-agents extension, which uses llmfit to automatically select the best model for coding agent workflows.

With over 20,000 GitHub stars and MIT license, llmfit has become the standard hardware-model matching tool in the local LLM ecosystem. It pairs naturally with llmserve, a sister project that handles serving the selected model. The tool fills a gap that no other listed tool addresses: the pre-download decision of whether a model will actually perform well on your specific hardware configuration.

Pricing

Free and open-source (MIT license)

Platforms

Rust binary; macOS, Linux, Windows; detects GPU/CPU automatically

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Grok logo

Grok Build

Top Pick

xAI's terminal coding agent with parallel subagents and worktree-aware automation

Grok Build is xAI's terminal-first coding agent for planning, editing, testing, and reviewing code from a local CLI. The early beta exposes subagent controls, worktree mode, headless JSON output, best-of-N parallel attempts, sandbox profiles, and experimental memory. It fits developers comparing Claude Code, Codex, and Gemini CLI for local agentic workflows with deeper parallel execution.

paid
Ghostty logo

Ghostty

Top Pick

Fast, native terminal emulator

GPU-accelerated terminal emulator written in Zig by Mitchell Hashimoto (HashiCorp co-founder). Native UI rendering on macOS and Linux. Supports ligatures, true color, Kitty graphics protocol, and splits/tabs. Configurable via a simple key-value file with sensible defaults. Open-source with 20K+ GitHub stars and a focus on correctness, speed, and minimal resource usage. Growing as a modern alternative to iTerm2, Alacritty, and WezTerm.

Open Source
Claude Code logo

Claude Code

Top Pick

Anthropic's agentic coding CLI

Anthropic's agentic CLI coding tool that delegates complex tasks to Claude directly from the terminal. Understands entire codebases via automatic context gathering, edits multiple files, runs shell commands, and manages Git workflows autonomously. Supports CLAUDE.md for persistent project instructions, integrates with VS Code and JetBrains, and uses Claude Opus/Sonnet with extended thinking for complex architectural decisions. Built for terminal-first developers.

paid
Codex logo

Codex

Top Pick

OpenAI coding agent for app, editor, terminal, and cloud work

Codex is OpenAI's coding agent for software development across the Codex app, editor, terminal, and cloud tasks. It helps write, review, debug, refactor, and automate code, with ChatGPT plan access for managed surfaces and API-key usage for CLI, SDK, and IDE workflows. The open-source CLI and SDK support local repository work, while cloud features add GitHub review, Slack/Linear integrations, worktrees, skills, MCP, and automations.

freemium
KTransformers parent kvcache-ai logo

KTransformers

Heterogeneous CPU-GPU inference and SFT for large MoE models

Open-source framework for running and fine-tuning large Mixture-of-Experts models with heterogeneous CPU-GPU execution, optimized kernels, limited VRAM and SGLang or LLaMA-Factory integrations.

Open Source
vLLM Production Stack parent vLLM logo

vLLM Production Stack

Official Kubernetes and Helm reference stack built on the vLLM inference engine

Official vLLM reference implementation for scaling the existing inference engine on Kubernetes with Helm, request routing, KV-cache offload, autoscaling and Prometheus/Grafana observability.

Open Source

Comparisons

llmfit vs Ollama — Hardware-Aware Model Selector vs Local LLM Runner and Server

llmfit scores hundreds of LLM models against your exact hardware to recommend what will actually run on your machine. Ollama provides the runtime to download, run, and serve local language models with a simple pull-and-run workflow. Ollama wins as the essential local LLM platform while llmfit wins as the pre-download decision tool that prevents wasted time.

llmfitOllama

FAQ

What is llmfit?

llmfit is a Rust-based terminal tool that matches over 200 LLM models from 30+ providers against your exact hardware specs. The interactive TUI scores each model on fit, speed, VRAM usage, and context length, helping you avoid downloading models that won't run on your machine. It supports Ollama, llama.cpp, MLX, Docker Model Runner, and LM Studio backends.

Is llmfit free?

Yes — llmfit is open source and free to use. Free and open-source (MIT license)

Is llmfit open source?

Yes — llmfit is open source.

What are the best llmfit alternatives?

The top editor-verified llmfit alternatives are Ollama, LM Studio, Jan.