Homebench is a new single-command terminal user interface (TUI) designed to benchmark local large language models (LLMs). It evaluates models based on speed (tokens/sec, time-to-first-token), memory footprint, and a curated quality suite. The tool presents results in a live comparison leaderboard directly in the terminal.
The tool automatically discovers LLMs installed in local runners such as Ollama, LM Studio, llama.cpp, vLLM, or any OpenAI-compatible server. It offers zero-configuration setup, requiring no API keys or cloud services. Users can install it via pip and run it with a simple command.
Existing tools often focus on either speed or quality, but not both in a local-first, user-friendly manner. For example, llama-bench measures speed only, while lm-evaluation-harness focuses on quality but lacks a polished laptop user experience for common local model runners. Homebench aims to fill this gap by providing a unified solution for local LLM evaluation.
Homebench offers various command-line options for customization. Users can benchmark all discovered models, run a full quality suite, specify particular models, or limit the number of models tested. It also supports different providers, exporting results to Markdown or JSON, and using custom task packs for quality evaluation.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Homebench is a new command-line interface tool that benchmarks local large language models (LLMs) for speed, memory usage, and quality. It provides a live terminal leaderboard for comparing models installed via runners like Ollama, LM Studio, and llama.cpp, addressing a gap in local-first, zero-configuration benchmarking solutions.