Run this on your machine to benchmark your favorite local LLM. Get concrete numbers for speed, memory, code quality, reasoning, and more. Your results help others find the right LLM for their needs.
Quick Install (Recommended)
Linux/macOS
curl -fsSL https://llm-bench.io/install.sh | bashWindows
irm https://llm-bench.io/install.ps1 | iexOn Linux or macOS, make the file executable first: chmod +x llm-benchmark*
The script-based install flow above is the recommended install path. Code signing is still in progress.
You need Ollama, LM Studio, vLLM, or HF TGI running locally with at least one model loaded. The whole process takes about 5–15 minutes. Benchmarks test your model against real-world scenarios: code generation, reasoning, roleplay, and more.