#15 · Primary category: Inference & Local Deploy
llamafile
Distribute and run LLMs with a single file.
Project last updated:08/26/26
GitHub Stars
25.7K
Forks
1.6K
Contributors
74
License
Other
Why we included this project
llamafile targets the part of running open models that usually eats the most time: getting the software installed and working. It bundles llama.cpp and the Whisper speech-to-text engine into a single executable that runs on most operating systems and CPU architectures with no installation, so a model can be handed to someone as one file instead of a setup guide. That makes it useful for developers shipping a local model to non-technical users, and for teams that want a reproducible way to run models on machines without internet access. The same packaging covers audio, since whisperfile does transcription and translation with no extra setup. If you just want to try an open model without spending an afternoon on dependencies, this is about as direct as it gets.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.