A phone book for the self-hosted AI crowd
Someone finally catalogued the chaos of running LLMs on your own hardware.

What it does This is a curated awesome-list that maps out the sprawling ecosystem for running large language models locally. It indexes inference platforms, engines, chat UIs, specific models, agent frameworks, RAG tools, training pipelines, hardware notes, and tutorials — essentially the whole supply chain for keeping your data off someone else’s API.
The interesting bit
The list is opinionated enough to be useful: it separates inference platforms (the click-and-run apps like LM Studio and Jan) from bare-metal engines (llama.cpp, vLLM, exo for clustering old laptops), and even carves out niche territory like Apple Silicon optimizations (mlx-lm, omlx) and AMD NPU support (FastFlowLM). Someone is paying attention to which tools actually ship.
Key highlights
- Covers the full stack: models, UIs, agent frameworks, MCP servers, browser automation, memory management, sandboxing, and hardware
- Surfaces less-obvious options alongside the obvious ones — e.g.,
distributed-llamafor home device clusters,krasisfor VRAM-starved GPUs - Includes benchmarking resources and community links, not just software
- Explicitly scoped to local and self-hosted; no cloud API wrappers pretending to count
Caveats
- Being a curated list, quality depends on maintainer attention; some entries are just GitHub links with one-line descriptions
- No stated criteria for inclusion or ranking — unclear why some forks make the cut and others don’t
- Hardware section exists but is thin compared to the software depth
Verdict Worth bookmarking if you’re building or maintaining a local AI stack and tired of rediscovering the same twelve projects. Skip it if you want deep reviews or comparative benchmarks; this is a map, not a travel guide.
Frequently asked
- What is rafska/awesome-local-llm?
- Someone finally catalogued the chaos of running LLMs on your own hardware.
- Is awesome-local-llm open source?
- Yes — rafska/awesome-local-llm is open source, released under the MIT license.
- How popular is awesome-local-llm?
- rafska/awesome-local-llm has 2.4k stars on GitHub.
- Where can I find awesome-local-llm?
- rafska/awesome-local-llm is on GitHub at https://github.com/rafska/awesome-local-llm.