#1 · Primary category: Inference & Local Deploy
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
Project last updated:08/29/26
GitHub Stars
179.7K
Forks
17.6K
Contributors
614
License
MIT
Why we included this project
Running open models on your own hardware used to mean wrestling with llama.cpp directly. Ollama wraps that into a clean command-line and REST interface, so you can pull a model like Qwen or Gemma and start chatting in one command, then point your own application at the local endpoint. The REST API and official Python and JavaScript clients make it easy to drop into an existing codebase, and the Docker image gives you a clean way to run it on a server. It also handles the practical details of local inference, from model management and Modelfiles to importing custom weights. That's why it's become the default starting point for self-hosted LLM work.
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
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.
textgen
Open-source desktop app for local LLMs. Text, vision, tool-calling, OpenAI/Anthropic-compatible API. 100% private.