Ollama

Software platform for running large language models From Wikipedia, the free encyclopedia

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

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

History

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, gpt-oss 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

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] [12]

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

Security

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, mainly by binding to the "any" port 0.0.0.0 which on an inadequately-secured system would allow access from other local or remote devices despite the fact that Ollama is intended to run locally by default.[14]

See also

References

Related Articles

Wikiwand AI