ollama/ollama

▲ 761 stars today★ 181,306⑂ 17,941

Get up and running with Kimi, GLM, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.

About ollama/ollama

ollama/ollama is an open-source project on GitHub, mainly written in Go. Get up and running with Kimi, GLM, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models. It currently holds 181,306 stars and 17,941 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

Git Homed tracks it on the Today's Trending board.

GitHub Repository Details

Repository ollama/ollama · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

https://github.com/ollama/ollama/blob/HEAD/ollama

Ollama

Start building with open models.

Download

macOS

curl -fsSL https://ollama.com/install.sh | sh

or download manually

Windows

irm https://ollama.com/install.ps1 | iex

or download manually

Linux

curl -fsSL https://ollama.com/install.sh | sh

Manual install instructions

Docker

The official Ollama Docker image ollama/ollama is available on Docker Hub.

Libraries

Community

Get started

ollama

You'll be prompted to run a model or connect Ollama to your existing agents or applications such as Claude Code, OpenClaw, OpenCode , Codex, Copilot, and more.

Coding

To launch a specific integration:

ollama launch claude

Supported integrations include Claude Code, Codex, Copilot CLI, DeepSeek Harness, Droid, and OpenCode.

AI assistant

Use OpenClaw to turn Ollama into a personal AI assistant across WhatsApp, Telegram, Slack, Discord, and more:

ollama launch openclaw

Chat with a model

Run and chat with Gemma 4:

ollama run gemma4

See ollama.com/library for the full list.

See the quickstart guide for more details.

REST API

Ollama has a REST API for running and managing models.

curl http://localhost:11434/api/chat -d '{
  "model": "gemma4",
  "messages": [{
    "role": "user",
    "content": "Why is the sky blue?"
  }],
  "stream": false
}'

See the API documentation for all endpoints.

Python

pip install ollama
from ollama import chat

response = chat(model='gemma4', messages=[ { 'role': 'user', 'content': 'Why is the sky blue?', }, ]) print(response.message.content)

JavaScript

npm i ollama
import ollama from "ollama";

const response = await ollama.chat({ model: "gemma4", messages: [{ role: "user", content: "Why is the sky blue?" }], }); console.log(response.message.content);

Supported backends

Documentation

Community Integrations

Want to add your project? Open a pull request.

Chat Interfaces

Web

Desktop

Mobile

SwiftChat, Enchanted, Maid, Ollama App, Reins, and ConfiChat listed above also support mobile platforms.

Code Editors & Development

Libraries & SDKs

Frameworks & Agents

RAG & Knowledge Bases

Bots & Messaging

Terminal & CLI

Productivity & Apps

Observability & Monitoring

Database & Embeddings

Infrastructure & Deployment

Cloud

Package Managers

GitHub Stars & Activity

181,306Stars
17,941Forks
0Open issues
GoLanguage

GitHub Popularity

GitHub stars181,306
Forks17,941
Open issues0
Primary languageGo
License-
Stars gained today761
Created-
Last pushed-

Trending History

Weekly boardrank #69 · ▲ 761 stars

Related GitHub Projects

1

henrygd / beszel

Go★ 25,556⑂ 1,025▲ 39 stars
2

coder / coder

Go★ 15,860⑂ 1,534▲ 382 stars
3

screego / server

Go★ 10,655⑂ 731▲ 52 stars
4

asciimoo / hister

Go★ 5,404⑂ 227▲ 300 stars
5

guohuiyuan / go-music-dl

Go★ 4,584⑂ 440▲ 178 stars
6

weave-os / router

Go★ 4,539⑂ 125▲ 56 stars
7

affaan-m / ECC

JavaScript★ 263,382⑂ 39,412▲ 1,012 stars
8

ossu / computer-science

HTML★ 209,209⑂ 25,882▲ 62 stars

More Trending Repositories