Ollama
Run open-weights LLMs locally on your own machine
Overview
Ollama is the most-used way to download and run open-weights LLMs locally — Llama, Mistral, Qwen, DeepSeek, Gemma, Phi, and many more. Single-binary install for macOS, Linux and Windows; CLI + REST API; integrates with most LLM-app frameworks. Free and open-source.
Pricing
Pricing shown for reference only. These figures reflect RECATOOLS research as of 3 Sep 2026 and may be out of date or incomplete. This is not financial or purchasing advice — always confirm the current price on the provider’s official website before making any decision.
Use cases
What you can produce with Ollama
- Run 'ollama run llama3' in a terminal and be chatting with a local open-weights model minutes later, fully offline with no account or API key.
- Serve a local OpenAI-compatible REST API so your scripts and apps can swap a cloud LLM for a private on-device model by changing one base URL.
- Drag a PDF or image into the desktop app's chat window and ask questions about it using a multimodal model running on your own hardware.
- Create a customised model variant with a Modelfile — baking in a system prompt, temperature and template — and share it with your team.
- Point coding assistants like Claude Code, Copilot CLI or Continue at your local Ollama endpoint to get AI code help without sending source code to a cloud provider.
- Pull any of hundreds of models from the Ollama library — Llama, Qwen, DeepSeek, Gemma, Phi, Mistral — and switch between them with a single command.
- Offload models too large for your machine to Ollama's cloud tier using the same CLI and API, with ':cloud' model tags routing inference to hosted GPUs.
Ollama is the de facto easiest way to run open-weight LLMs locally — a single command pulls and serves models like Llama, Mistral, Qwen and Gemma, with an OpenAI-compatible API and growing GUI. It has become foundational infrastructure for local AI, valued for its zero-cost, fully private, offline operation and excellent developer ergonomics.
It suits developers, privacy-conscious users and anyone wanting to prototype or self-host without cloud bills. Caveats: you are limited by your own hardware (GPU/VRAM), large frontier-quality models are out of reach for most consumer machines, and it is a runtime, not a model — output quality is whatever model you load. Free, open-source, runs anywhere with no regional barriers, making it strong for ASEAN self-hosters.
What people say
Ollama remains the default answer to 'how do I run an open-weights model locally', and the numbers back that up: it passed 172,000 GitHub stars in 2026 with tens of millions of monthly downloads. What users praise is remarkably consistent — a single-binary install on macOS, Windows and Linux, one command to download and chat with Llama, Qwen, DeepSeek, Gemma or Mistral, a built-in OpenAI-compatible REST API, and integration with practically every LLM app framework. The native desktop app added in July 2025 brought drag-and-drop PDFs and images plus a context-length slider, making it approachable for non-terminal users too.
The 2026 story, however, includes a real community backlash. A widely upvoted r/LocalLLaMA post titled 'Friends Don't Let Friends Use Ollama' crystallised long-simmering complaints: Ollama is a wrapper around llama.cpp whose attribution and MIT-licence notices were missing for a long stretch, its convenience layer costs measurable performance (benchmarks put raw llama.cpp anywhere from a few percent to dramatically faster depending on setup), and its conservative defaults — like short context windows — quietly degrade results for users who never touch the settings. The launch of the paid Turbo cloud tier at $20/month and datacenter-routed ':cloud' models also sparked debate about drift from the local-first mission, and Ollama sometimes lags upstream llama.cpp on day-one support for new models.
None of this has dented its practical dominance. Power users who want every token per second compile llama.cpp; people who want a polished GUI and model discovery often prefer LM Studio; but for developers and hobbyists who want a local model serving an API in five minutes, Ollama is still the path of least resistance. It is free, open-source, and the ecosystem — from Claude Code and Copilot CLI integrations to hundreds of community front-ends — is unmatched in this niche.
Summary of public user & expert reviews, compiled by RECATOOLS.
About this listing
This entry was compiled from publicly available data including Ollama's official website, press releases, documentation, and reputable third-party publications. RECATOOLS is not affiliated with Ollama unless explicitly stated.
Third-party AI tools update their pricing, features, availability, and policies frequently. Information here may be outdated by the time you read this — we make reasonable efforts to keep listings current, but cannot guarantee absolute accuracy.
For the latest details, please refer to Ollama directly →
Spotted something out of date? Suggest an update →
From our guides
Guide · 13 min read
What Am I Actually Choosing Between? We Sorted 1,347 AI Tools by Shape
The usual answer is five neat categories — chat assistants, copilots, command-li...
Guide · 23 min read
Serve an LLM with vLLM on CPU in Docker: Learn the Production Engine Without a GPU (2026)
We ran vLLM v0.25.1's official CPU image in Docker on Apple Silicon, dodged a 10...
Guide · 15 min read
Run a Private ChatGPT in Docker: Open WebUI + Ollama (2026)
We wired Open WebUI v0.10.2 to Ollama 0.32.1 in two pinned Docker containers, hi...
More in LLMs & Chat