Ollama is a software platform for running and managing large language models on local computers and through hosted cloud models. It provides a command-line interface, a local REST API, model-management tools, and integrations for using open-weight models with coding assistants and other applications.[1][2][3]

Ollama
DevelopersOllama Inc. and contributors
Initial releaseJuly 7, 2023; 2 years ago (2023-07-07)
Stable release
0.22.1 / April 28, 2026; 27 days ago (2026-04-28)
Written inGo
Operating systemmacOS, Linux, Windows
TypeLarge language model runtime
LicenseMIT License
Websiteollama.com
Repositorygithub.com/ollama/ollama

History

edit

Ollama was first released in 2023.[4] The project became associated with the growth of local large language model software, allowing users to download and run models such as Llama, Gemma, Mistral, Qwen, and DeepSeek models from a local machine.[1]

In 2025 and 2026, Ollama added additional application and cloud features, including hosted cloud models, web search support, tool and coding-agent integrations, and support for using Ollama with applications such as Claude Code, Codex, OpenCode, Copilot CLI,[5] and OpenClaw.[2][6] In March 2026, Ollama announced preview support for Apple's MLX framework on Apple silicon.[7]

Features

edit
Ollama running Llama 3 in Linux

Ollama includes tools for downloading, running, importing, and managing large language models. Users can run models from the command line, interact with them through a local HTTP API, or use client libraries for programming languages such as Python and JavaScript.[1]

The project provides a REST API for chat and model-management functions, with the default local service commonly exposed on port 11434.[8] Ollama also distributes an official Docker image and provides model libraries and documentation for running supported models.[1]

Ollama uses the llama.cpp backend for local model inference.[9] It supports a model-library format that allows users to pull, run, and manage model variants by name.[10]

Meanwhile, the project's downloadable software is being explored as a back-end platform for low-code/no-code self-hosting of LLMs, potentially allowing natural language processing use cases to become more accessible to nontechnical end users. [11]

Ollama also has experimental support for image generation, using models such as Flux, on macOS, with Windows and Linux support expected in the future.[12]

Security

edit

Because Ollama is commonly used to run local or self-hosted AI models, security researchers have examined risks from misconfigured public deployments. In January 2026, The Hacker News reported on research by SentinelOne and Censys that found many Ollama servers were exposed to the public internet, although Ollama is designed to run locally by default.[13]

See also

edit

References

edit
  1. 1 2 3 4 "ollama/ollama". GitHub. Retrieved April 29, 2026.
  2. 1 2 "Ollama". Ollama. Retrieved April 29, 2026.
  3. SitePoint Team (April 22, 2026). "10GB VRAM Local LLM: The Complete Setup Guide (2026)". SitePoint. Retrieved April 29, 2026.
  4. "Versions: github.com/ollama/ollama". deps.dev. Retrieved April 29, 2026.
  5. "About GitHub Copilot CLI". GitHub Docs. GitHub. Retrieved April 29, 2026.
  6. "Blog". Ollama. Retrieved April 29, 2026.
  7. Medina, David (March 31, 2026). "Ollama Taps Apple's MLX Framework to Make Local AI Faster". The New Stack. Retrieved April 29, 2026.
  8. "API reference". Ollama Docs. Retrieved April 29, 2026.
  9. "Forensic Implications of Localized AI: Artifact Analysis of Ollama, LM Studio, and llama.cpp". arxiv.org. Retrieved May 22, 2026.
  10. "Library". Ollama. Retrieved April 29, 2026.
  11. Sempio, Julius (March 31, 2026). "Low-Code Self-Hosting of RAG-Enabled Language Models Using Ollama and Open WebUI". IEEE Xplore. doi:10.1109/ICAIIC68212.2026.11454259. Retrieved May 20, 2026.
  12. Kemper, Jonathan (January 21, 2026). "Ollama brings local AI image generation to Mac". The Decoder. Retrieved May 22, 2026.
  13. Lakshmanan, Ravie (January 29, 2026). "Researchers Find 175,000 Publicly Exposed Ollama AI Servers Across 130 Countries". The Hacker News. Retrieved April 29, 2026.
edit