2023-07-19 03:45:38 +08:00
< div align = "center" >
2025-03-04 03:56:34 +08:00
< a href = "https://ollama.com" >
2024-12-30 06:36:07 +08:00
< img alt = "ollama" height = "200px" src = "https://github.com/ollama/ollama/assets/3325447/0d0b44e2-8f4a-4e99-9b52-a5c1c741c8f7" >
< / a >
2023-07-19 03:45:38 +08:00
< / div >
2023-07-06 03:37:33 +08:00
2023-06-28 00:08:52 +08:00
# Ollama
2023-06-23 00:45:31 +08:00
2024-06-05 04:25:25 +08:00
Get up and running with large language models.
2023-07-20 23:33:28 +08:00
2023-09-26 14:44:53 +08:00
### macOS
2023-08-09 06:50:23 +08:00
2024-02-10 07:19:30 +08:00
[Download ](https://ollama.com/download/Ollama-darwin.zip )
2023-07-19 04:31:25 +08:00
2024-10-31 00:24:59 +08:00
### Windows
2023-10-15 14:23:03 +08:00
2024-02-16 02:32:40 +08:00
[Download ](https://ollama.com/download/OllamaSetup.exe )
2023-10-15 14:23:03 +08:00
2024-02-16 02:32:40 +08:00
### Linux
2023-09-26 14:44:53 +08:00
2025-02-08 01:55:07 +08:00
```shell
2024-02-10 07:19:30 +08:00
curl -fsSL https://ollama.com/install.sh | sh
2023-09-26 14:44:53 +08:00
```
2024-03-27 04:04:17 +08:00
[Manual install instructions ](https://github.com/ollama/ollama/blob/main/docs/linux.md )
2023-09-26 14:44:53 +08:00
2023-10-15 14:23:03 +08:00
### Docker
2023-09-26 14:44:53 +08:00
2023-11-05 03:24:24 +08:00
The official [Ollama Docker image ](https://hub.docker.com/r/ollama/ollama ) `ollama/ollama` is available on Docker Hub.
2023-07-19 04:31:25 +08:00
2024-01-24 08:08:15 +08:00
### Libraries
- [ollama-python ](https://github.com/ollama/ollama-python )
- [ollama-js ](https://github.com/ollama/ollama-js )
2025-01-13 14:45:47 +08:00
### Community
- [Discord ](https://discord.gg/ollama )
- [Reddit ](https://reddit.com/r/ollama )
2023-07-20 03:28:50 +08:00
## Quickstart
2024-09-26 02:11:22 +08:00
To run and chat with [Llama 3.2 ](https://ollama.com/library/llama3.2 ):
2023-07-20 03:28:50 +08:00
2025-02-08 01:55:07 +08:00
```shell
2024-09-26 02:11:22 +08:00
ollama run llama3.2
2023-07-20 03:28:50 +08:00
```
## Model library
2024-02-20 09:15:24 +08:00
Ollama supports a list of models available on [ollama.com/library ](https://ollama.com/library 'ollama model library' )
2023-08-17 10:53:27 +08:00
2024-02-20 09:15:24 +08:00
Here are some example models that can be downloaded:
2023-07-20 03:28:50 +08:00
2024-11-11 05:36:25 +08:00
| Model | Parameters | Size | Download |
| ------------------ | ---------- | ----- | -------------------------------- |
2025-03-08 01:30:07 +08:00
| QwQ | 32B | 20GB | `ollama run qwq` |
2025-02-08 03:28:28 +08:00
| DeepSeek-R1 | 7B | 4.7GB | `ollama run deepseek-r1` |
| DeepSeek-R1 | 671B | 404GB | `ollama run deepseek-r1:671b` |
2024-12-07 03:05:11 +08:00
| Llama 3.3 | 70B | 43GB | `ollama run llama3.3` |
2024-11-11 05:36:25 +08:00
| Llama 3.2 | 3B | 2.0GB | `ollama run llama3.2` |
| Llama 3.2 | 1B | 1.3GB | `ollama run llama3.2:1b` |
| Llama 3.2 Vision | 11B | 7.9GB | `ollama run llama3.2-vision` |
| Llama 3.2 Vision | 90B | 55GB | `ollama run llama3.2-vision:90b` |
| Llama 3.1 | 8B | 4.7GB | `ollama run llama3.1` |
| Llama 3.1 | 405B | 231GB | `ollama run llama3.1:405b` |
2025-01-09 03:21:39 +08:00
| Phi 4 | 14B | 9.1GB | `ollama run phi4` |
2025-03-04 03:09:21 +08:00
| Phi 4 Mini | 3.8B | 2.5GB | `ollama run phi4-mini` |
2024-11-11 05:36:25 +08:00
| Gemma 2 | 2B | 1.6GB | `ollama run gemma2:2b` |
| Gemma 2 | 9B | 5.5GB | `ollama run gemma2` |
| Gemma 2 | 27B | 16GB | `ollama run gemma2:27b` |
| Mistral | 7B | 4.1GB | `ollama run mistral` |
| Moondream 2 | 1.4B | 829MB | `ollama run moondream` |
| Neural Chat | 7B | 4.1GB | `ollama run neural-chat` |
| Starling | 7B | 4.1GB | `ollama run starling-lm` |
| Code Llama | 7B | 3.8GB | `ollama run codellama` |
| Llama 2 Uncensored | 7B | 3.8GB | `ollama run llama2-uncensored` |
| LLaVA | 7B | 4.5GB | `ollama run llava` |
2025-03-05 03:10:56 +08:00
| Granite-3.2 | 8B | 4.9GB | `ollama run granite3.2` |
2023-07-20 03:28:50 +08:00
2024-07-23 04:34:56 +08:00
> [!NOTE]
> You should have at least 8 GB of RAM available to run the 7B models, 16 GB to run the 13B models, and 32 GB to run the 33B models.
2023-07-21 03:21:29 +08:00
2023-12-24 00:18:12 +08:00
## Customize a model
2023-06-28 05:13:07 +08:00
2023-10-15 14:23:03 +08:00
### Import from GGUF
2023-09-01 22:54:31 +08:00
2023-10-15 14:23:03 +08:00
Ollama supports importing GGUF models in the Modelfile:
2023-09-01 22:54:31 +08:00
2023-10-15 14:23:03 +08:00
1. Create a file named `Modelfile` , with a `FROM` instruction with the local filepath to the model you want to import.
2023-09-01 22:54:31 +08:00
2023-09-26 14:44:53 +08:00
```
FROM ./vicuna-33b.Q4_0.gguf
```
2023-07-01 00:39:25 +08:00
2023-10-12 07:24:06 +08:00
2. Create the model in Ollama
2023-06-23 00:45:31 +08:00
2025-02-08 01:55:07 +08:00
```shell
2023-10-15 14:23:03 +08:00
ollama create example -f Modelfile
2023-09-26 14:44:53 +08:00
```
2023-08-10 23:22:28 +08:00
2023-10-12 07:24:06 +08:00
3. Run the model
2023-09-02 04:44:14 +08:00
2025-02-08 01:55:07 +08:00
```shell
2023-10-15 14:23:03 +08:00
ollama run example
2023-09-26 14:44:53 +08:00
```
2023-09-02 04:44:14 +08:00
2024-12-30 03:12:23 +08:00
### Import from Safetensors
2023-10-15 14:23:03 +08:00
See the [guide ](docs/import.md ) on importing models for more information.
2023-09-26 14:44:53 +08:00
### Customize a prompt
2023-09-02 04:44:14 +08:00
2024-09-26 02:11:22 +08:00
Models from the Ollama library can be customized with a prompt. For example, to customize the `llama3.2` model:
2023-07-20 03:28:50 +08:00
2025-02-08 01:55:07 +08:00
```shell
2024-09-26 02:11:22 +08:00
ollama pull llama3.2
2023-07-20 03:28:50 +08:00
```
2023-08-09 06:41:48 +08:00
2023-07-19 04:22:33 +08:00
Create a `Modelfile` :
2023-07-06 03:37:33 +08:00
2023-07-01 00:31:00 +08:00
```
2024-09-26 02:11:22 +08:00
FROM llama3.2
2023-07-20 23:17:09 +08:00
# set the temperature to 1 [higher is more creative, lower is more coherent]
PARAMETER temperature 1
2023-12-13 03:43:19 +08:00
# set the system message
2023-07-20 17:21:51 +08:00
SYSTEM """
2023-07-19 04:32:06 +08:00
You are Mario from Super Mario Bros. Answer as Mario, the assistant, only.
2023-07-19 04:22:33 +08:00
"""
2023-06-30 06:25:02 +08:00
```
2023-07-08 04:14:58 +08:00
2023-07-19 04:22:33 +08:00
Next, create and run the model:
2023-07-08 04:14:58 +08:00
```
2023-07-19 04:22:33 +08:00
ollama create mario -f ./Modelfile
ollama run mario
>>> hi
Hello! It's your friend Mario.
2023-07-08 04:14:58 +08:00
```
2025-01-14 10:56:31 +08:00
For more information on working with a Modelfile, see the [Modelfile ](docs/modelfile.md ) documentation.
2023-09-26 14:44:53 +08:00
## CLI Reference
### Create a model
`ollama create` is used to create a model from a Modelfile.
2023-07-20 03:28:50 +08:00
2025-02-08 01:55:07 +08:00
```shell
2023-12-23 01:10:01 +08:00
ollama create mymodel -f ./Modelfile
```
2023-09-26 14:44:53 +08:00
### Pull a model
2023-07-07 04:21:01 +08:00
2025-02-08 01:55:07 +08:00
```shell
2024-09-26 02:11:22 +08:00
ollama pull llama3.2
2023-07-20 03:28:50 +08:00
```
2023-06-28 21:57:36 +08:00
2023-09-26 14:44:53 +08:00
> This command can also be used to update a local model. Only the diff will be pulled.
### Remove a model
2023-07-21 03:21:29 +08:00
2025-02-08 01:55:07 +08:00
```shell
2024-09-26 02:11:22 +08:00
ollama rm llama3.2
2023-07-21 03:21:29 +08:00
```
2023-09-26 14:44:53 +08:00
### Copy a model
2025-02-08 01:55:07 +08:00
```shell
2024-09-26 02:11:22 +08:00
ollama cp llama3.2 my-model
2023-09-26 14:44:53 +08:00
```
### Multiline input
For multiline input, you can wrap text with `"""` :
```
>>> """Hello,
... world!
... """
I'm a basic program that prints the famous "Hello, world!" message to the console.
```
2023-12-14 03:38:47 +08:00
### Multimodal models
```
2024-07-31 09:08:34 +08:00
ollama run llava "What's in this image? /Users/jmorgan/Desktop/smile.png"
2023-12-14 03:38:47 +08:00
```
2025-02-08 01:55:07 +08:00
> **Output**: The image features a yellow smiley face, which is likely the central focus of the picture.
2024-05-02 01:39:38 +08:00
### Pass the prompt as an argument
2023-09-26 14:44:53 +08:00
2025-02-08 01:55:07 +08:00
```shell
ollama run llama3.2 "Summarize this file: $(cat README.md)"
2023-09-26 14:44:53 +08:00
```
2025-02-08 01:55:07 +08:00
> **Output**: Ollama is a lightweight, extensible framework for building and running language models on the local machine. It provides a simple API for creating, running, and managing models, as well as a library of pre-built models that can be easily used in a variety of applications.
2023-09-26 14:44:53 +08:00
2024-06-22 06:52:09 +08:00
### Show model information
2025-02-08 01:55:07 +08:00
```shell
2024-09-26 02:11:22 +08:00
ollama show llama3.2
2024-06-22 06:52:09 +08:00
```
2023-09-26 14:44:53 +08:00
### List models on your computer
2023-07-21 03:21:29 +08:00
2025-02-08 01:55:07 +08:00
```shell
2023-09-26 14:44:53 +08:00
ollama list
```
2023-07-21 03:21:29 +08:00
2024-09-19 07:26:42 +08:00
### List which models are currently loaded
2025-02-08 01:55:07 +08:00
```shell
2024-09-19 07:26:42 +08:00
ollama ps
```
### Stop a model which is currently running
2025-02-08 01:55:07 +08:00
```shell
2024-09-26 02:11:22 +08:00
ollama stop llama3.2
2024-09-19 07:26:42 +08:00
```
2023-09-26 14:44:53 +08:00
### Start Ollama
2023-07-21 03:21:29 +08:00
2023-09-26 14:44:53 +08:00
`ollama serve` is used when you want to start ollama without running the desktop application.
2023-07-21 03:21:29 +08:00
2023-07-04 04:32:48 +08:00
## Building
2024-05-24 05:24:07 +08:00
See the [developer guide ](https://github.com/ollama/ollama/blob/main/docs/development.md )
2023-10-17 08:41:40 +08:00
### Running local builds
2024-02-02 03:16:24 +08:00
2023-08-31 05:54:02 +08:00
Next, start the server:
2023-06-28 01:46:46 +08:00
2025-02-08 01:55:07 +08:00
```shell
2023-08-31 05:54:02 +08:00
./ollama serve
2023-07-06 03:37:33 +08:00
```
2023-09-01 22:54:31 +08:00
Finally, in a separate shell, run a model:
2023-07-06 03:37:33 +08:00
2025-02-08 01:55:07 +08:00
```shell
2024-09-26 02:11:22 +08:00
./ollama run llama3.2
2023-07-06 03:37:33 +08:00
```
2023-07-21 15:47:17 +08:00
## REST API
2023-10-27 15:10:23 +08:00
Ollama has a REST API for running and managing models.
2023-12-11 02:53:36 +08:00
### Generate a response
2023-07-21 15:47:17 +08:00
2025-02-08 01:55:07 +08:00
```shell
2023-11-17 22:50:38 +08:00
curl http://localhost:11434/api/generate -d '{
2024-09-26 02:11:22 +08:00
"model": "llama3.2",
2023-08-09 06:48:47 +08:00
"prompt":"Why is the sky blue?"
}'
2023-07-24 06:01:05 +08:00
```
2023-08-01 04:59:39 +08:00
2023-12-11 02:53:36 +08:00
### Chat with a model
2023-12-06 03:57:33 +08:00
2025-02-08 01:55:07 +08:00
```shell
2023-12-06 03:57:33 +08:00
curl http://localhost:11434/api/chat -d '{
2024-09-26 02:11:22 +08:00
"model": "llama3.2",
2023-12-08 01:41:56 +08:00
"messages": [
{ "role": "user", "content": "why is the sky blue?" }
2023-12-06 03:57:33 +08:00
]
}'
```
2023-10-27 15:10:23 +08:00
See the [API documentation ](./docs/api.md ) for all endpoints.
2023-09-26 14:44:53 +08:00
## Community Integrations
2023-11-08 16:03:29 +08:00
### Web & Desktop
2024-02-02 03:16:24 +08:00
2024-04-23 08:29:08 +08:00
- [Open WebUI ](https://github.com/open-webui/open-webui )
- [Enchanted (macOS native) ](https://github.com/AugustDev/enchanted )
2024-05-08 04:17:35 +08:00
- [Hollama ](https://github.com/fmaclen/hollama )
2024-04-01 23:16:31 +08:00
- [Lollms-Webui ](https://github.com/ParisNeo/lollms-webui )
2024-03-26 02:59:18 +08:00
- [LibreChat ](https://github.com/danny-avila/LibreChat )
2023-12-16 03:33:04 +08:00
- [Bionic GPT ](https://github.com/bionic-gpt/bionic-gpt )
2023-10-29 05:02:13 +08:00
- [HTML UI ](https://github.com/rtcfirefly/ollama-ui )
2024-03-26 02:54:09 +08:00
- [Saddle ](https://github.com/jikkuatwork/saddle )
2023-10-29 05:18:38 +08:00
- [Chatbot UI ](https://github.com/ivanfioravanti/chatbot-ollama )
2024-04-23 08:09:55 +08:00
- [Chatbot UI v2 ](https://github.com/mckaywrigley/chatbot-ui )
2023-10-29 05:02:13 +08:00
- [Typescript UI ](https://github.com/ollama-interface/Ollama-Gui?tab=readme-ov-file )
2023-10-29 05:18:38 +08:00
- [Minimalistic React UI for Ollama Models ](https://github.com/richawo/minimal-llm-ui )
2023-11-09 03:01:09 +08:00
- [Ollamac ](https://github.com/kevinhermawan/Ollamac )
2024-02-21 14:24:48 +08:00
- [big-AGI ](https://github.com/enricoros/big-AGI/blob/main/docs/config-local-ollama.md )
2023-11-17 00:30:54 +08:00
- [Cheshire Cat assistant framework ](https://github.com/cheshire-cat-ai/core )
2023-11-27 23:44:37 +08:00
- [Amica ](https://github.com/semperai/amica )
2023-11-30 10:18:21 +08:00
- [chatd ](https://github.com/BruceMacD/chatd )
2024-01-02 22:47:50 +08:00
- [Ollama-SwiftUI ](https://github.com/kghandour/Ollama-SwiftUI )
2024-03-26 03:06:39 +08:00
- [Dify.AI ](https://github.com/langgenius/dify )
2024-01-31 23:48:37 +08:00
- [MindMac ](https://mindmac.app )
2024-02-20 10:57:36 +08:00
- [NextJS Web Interface for Ollama ](https://github.com/jakobhoeg/nextjs-ollama-llm-ui )
2024-02-21 03:03:33 +08:00
- [Msty ](https://msty.app )
2024-02-23 20:17:28 +08:00
- [Chatbox ](https://github.com/Bin-Huang/Chatbox )
2024-03-04 16:40:36 +08:00
- [WinForm Ollama Copilot ](https://github.com/tgraupmann/WinForm_Ollama_Copilot )
2024-03-01 04:12:13 +08:00
- [NextChat ](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web ) with [Get Started Doc ](https://docs.nextchat.dev/models/ollama )
2024-03-26 03:00:18 +08:00
- [Alpaca WebUI ](https://github.com/mmo80/alpaca-webui )
2024-03-26 02:58:28 +08:00
- [OllamaGUI ](https://github.com/enoch1118/ollamaGUI )
2024-03-26 02:57:40 +08:00
- [OpenAOE ](https://github.com/InternLM/OpenAOE )
2024-03-07 03:57:49 +08:00
- [Odin Runes ](https://github.com/leonid20000/OdinRunes )
2024-05-07 04:42:16 +08:00
- [LLM-X ](https://github.com/mrdjohnson/llm-x ) (Progressive Web App)
2024-03-26 02:54:48 +08:00
- [AnythingLLM (Docker + MacOs/Windows/Linux native app) ](https://github.com/Mintplex-Labs/anything-llm )
2024-03-26 22:46:36 +08:00
- [Ollama Basic Chat: Uses HyperDiv Reactive UI ](https://github.com/rapidarchitect/ollama_basic_chat )
- [Ollama-chats RPG ](https://github.com/drazdra/ollama-chats )
2024-12-24 01:04:18 +08:00
- [IntelliBar ](https://intellibar.app/ ) (AI-powered assistant for macOS)
2024-11-25 07:55:09 +08:00
- [QA-Pilot ](https://github.com/reid41/QA-Pilot ) (Interactive chat tool that can leverage Ollama models for rapid understanding and navigation of GitHub code repositories)
2024-05-07 04:42:16 +08:00
- [ChatOllama ](https://github.com/sugarforever/chat-ollama ) (Open Source Chatbot based on Ollama with Knowledge Bases)
- [CRAG Ollama Chat ](https://github.com/Nagi-ovo/CRAG-Ollama-Chat ) (Simple Web Search with Corrective RAG)
- [RAGFlow ](https://github.com/infiniflow/ragflow ) (Open-source Retrieval-Augmented Generation engine based on deep document understanding)
- [StreamDeploy ](https://github.com/StreamDeploy-DevRel/streamdeploy-llm-app-scaffold ) (LLM Application Scaffold)
- [chat ](https://github.com/swuecho/chat ) (chat web app for teams)
2024-04-23 08:18:15 +08:00
- [Lobe Chat ](https://github.com/lobehub/lobe-chat ) with [Integrating Doc ](https://lobehub.com/docs/self-hosting/examples/ollama )
2024-05-07 04:42:16 +08:00
- [Ollama RAG Chatbot ](https://github.com/datvodinh/rag-chatbot.git ) (Local Chat with multiple PDFs using Ollama and RAG)
- [BrainSoup ](https://www.nurgo-software.com/products/brainsoup ) (Flexible native client with RAG & multi-agent automation)
2024-05-08 04:31:34 +08:00
- [macai ](https://github.com/Renset/macai ) (macOS client for Ollama, ChatGPT, and other compatible API back-ends)
2024-11-24 05:31:27 +08:00
- [RWKV-Runner ](https://github.com/josStorer/RWKV-Runner ) (RWKV offline LLM deployment tool, also usable as a client for ChatGPT and Ollama)
2024-11-21 17:02:46 +08:00
- [Ollama Grid Search ](https://github.com/dezoito/ollama-grid-search ) (app to evaluate and compare models)
2024-05-28 08:22:01 +08:00
- [Olpaka ](https://github.com/Otacon/olpaka ) (User-friendly Flutter Web App for Ollama)
2024-05-28 10:58:26 +08:00
- [OllamaSpring ](https://github.com/CrazyNeil/OllamaSpring ) (Ollama Client for macOS)
2024-06-05 05:43:59 +08:00
- [LLocal.in ](https://github.com/kartikm7/llocal ) (Easy to use Electron Desktop Client for Ollama)
2024-11-21 16:16:18 +08:00
- [Shinkai Desktop ](https://github.com/dcSpark/shinkai-apps ) (Two click install Local AI using Ollama + Files + RAG)
2024-09-06 04:10:44 +08:00
- [AiLama ](https://github.com/zeyoyt/ailama ) (A Discord User App that allows you to interact with Ollama anywhere in discord )
2024-07-01 10:00:57 +08:00
- [Ollama with Google Mesop ](https://github.com/rapidarchitect/ollama_mesop/ ) (Mesop Chat Client implementation with Ollama)
2024-11-21 18:09:36 +08:00
- [R2R ](https://github.com/SciPhi-AI/R2R ) (Open-source RAG engine)
2024-11-22 01:59:53 +08:00
- [Ollama-Kis ](https://github.com/elearningshow/ollama-kis ) (A simple easy to use GUI with sample custom LLM for Drivers Education)
- [OpenGPA ](https://opengpa.org ) (Open-source offline-first Enterprise Agentic Application)
2024-09-04 04:15:54 +08:00
- [Painting Droid ](https://github.com/mateuszmigas/painting-droid ) (Painting app with AI integrations)
2024-07-13 23:33:46 +08:00
- [Kerlig AI ](https://www.kerlig.com/ ) (AI writing assistant for macOS)
2024-07-17 05:24:27 +08:00
- [AI Studio ](https://github.com/MindWorkAI/AI-Studio )
2024-07-18 01:24:44 +08:00
- [Sidellama ](https://github.com/gyopak/sidellama ) (browser-based LLM client)
2024-07-24 02:40:23 +08:00
- [LLMStack ](https://github.com/trypromptly/LLMStack ) (No-code multi-agent framework to build LLM agents and workflows)
2024-07-31 23:44:58 +08:00
- [BoltAI for Mac ](https://boltai.com ) (AI Chat Client for Mac)
2024-08-03 08:03:46 +08:00
- [Harbor ](https://github.com/av/harbor ) (Containerized LLM Toolkit with Ollama as default backend)
2024-11-21 17:54:39 +08:00
- [PyGPT ](https://github.com/szczyglis-dev/py-gpt ) (AI desktop assistant for Linux, Windows and Mac)
2024-12-25 12:05:35 +08:00
- [Alpaca ](https://github.com/Jeffser/Alpaca ) (An Ollama client application for linux and macos made with GTK4 and Adwaita)
2024-11-21 16:51:38 +08:00
- [AutoGPT ](https://github.com/Significant-Gravitas/AutoGPT/blob/master/docs/content/platform/ollama.md ) (AutoGPT Ollama integration)
2024-09-03 03:34:26 +08:00
- [Go-CREW ](https://www.jonathanhecl.com/go-crew/ ) (Powerful Offline RAG in Golang)
2024-09-04 00:28:01 +08:00
- [PartCAD ](https://github.com/openvmp/partcad/ ) (CAD model generation with OpenSCAD and CadQuery)
2024-09-04 04:08:50 +08:00
- [Ollama4j Web UI ](https://github.com/ollama4j/ollama4j-web-ui ) - Java-based Web UI for Ollama built with Vaadin, Spring Boot and Ollama4j
2024-09-04 11:10:53 +08:00
- [PyOllaMx ](https://github.com/kspviswa/pyOllaMx ) - macOS application capable of chatting with both Ollama and Apple MLX models.
2024-09-04 21:32:26 +08:00
- [Claude Dev ](https://github.com/saoudrizwan/claude-dev ) - VSCode extension for multi-file/whole-repo coding
2024-09-04 22:53:36 +08:00
- [Cherry Studio ](https://github.com/kangfenmao/cherry-studio ) (Desktop client with Ollama support)
2024-09-05 05:26:02 +08:00
- [ConfiChat ](https://github.com/1runeberg/confichat ) (Lightweight, standalone, multi-platform, and privacy focused LLM chat interface with optional encryption)
2024-09-07 05:06:01 +08:00
- [Archyve ](https://github.com/nickthecook/archyve ) (RAG-enabling document library)
2024-09-08 15:35:59 +08:00
- [crewAI with Mesop ](https://github.com/rapidarchitect/ollama-crew-mesop ) (Mesop Web Interface to run crewAI with Ollama)
2024-11-21 16:19:24 +08:00
- [Tkinter-based client ](https://github.com/chyok/ollama-gui ) (Python tkinter-based Client for Ollama)
2024-09-24 08:49:46 +08:00
- [LLMChat ](https://github.com/trendy-design/llmchat ) (Privacy focused, 100% local, intuitive all-in-one chat interface)
2024-11-22 12:39:38 +08:00
- [Local Multimodal AI Chat ](https://github.com/Leon-Sander/Local-Multimodal-AI-Chat ) (Ollama-based LLM Chat with support for multiple features, including PDF RAG, voice chat, image-based interactions, and integration with OpenAI.)
2024-09-30 04:01:01 +08:00
- [ARGO ](https://github.com/xark-argo/argo ) (Locally download and run Ollama and Huggingface models with RAG on Mac/Windows/Linux)
2024-11-22 03:23:42 +08:00
- [OrionChat ](https://github.com/EliasPereirah/OrionChat ) - OrionChat is a web interface for chatting with different AI providers
2024-10-06 02:57:53 +08:00
- [G1 ](https://github.com/bklieger-groq/g1 ) (Prototype of using prompting strategies to improve the LLM's reasoning through o1-like reasoning chains.)
2024-11-21 18:51:45 +08:00
- [Web management ](https://github.com/lemonit-eric-mao/ollama-web-management ) (Web management page)
2024-11-21 17:46:20 +08:00
- [Promptery ](https://github.com/promptery/promptery ) (desktop client for Ollama.)
2024-10-16 00:57:32 +08:00
- [Ollama App ](https://github.com/JHubi1/ollama-app ) (Modern and easy-to-use multi-platform client for Ollama)
2025-02-07 09:15:48 +08:00
- [chat-ollama ](https://github.com/annilq/chat-ollama ) (a React Native client for Ollama)
2024-11-29 07:16:27 +08:00
- [SpaceLlama ](https://github.com/tcsenpai/spacellama ) (Firefox and Chrome extension to quickly summarize web pages with ollama in a sidebar)
- [YouLama ](https://github.com/tcsenpai/youlama ) (Webapp to quickly summarize any YouTube video, supporting Invidious as well)
- [DualMind ](https://github.com/tcsenpai/dualmind ) (Experimental app allowing two models to talk to each other in the terminal or in a web interface)
2024-11-22 09:49:30 +08:00
- [ollamarama-matrix ](https://github.com/h1ddenpr0cess20/ollamarama-matrix ) (Ollama chatbot for the Matrix chat protocol)
2024-11-21 15:30:10 +08:00
- [ollama-chat-app ](https://github.com/anan1213095357/ollama-chat-app ) (Flutter-based chat app)
2024-11-18 07:19:26 +08:00
- [Perfect Memory AI ](https://www.perfectmemory.ai/ ) (Productivity AI assists personalized by what you have seen on your screen, heard and said in the meetings)
2024-11-06 01:06:38 +08:00
- [Hexabot ](https://github.com/hexastack/hexabot ) (A conversational AI builder)
2024-11-18 11:30:22 +08:00
- [Reddit Rate ](https://github.com/rapidarchitect/reddit_analyzer ) (Search and Rate Reddit topics with a weighted summation)
2024-11-25 02:32:23 +08:00
- [OpenTalkGpt ](https://github.com/adarshM84/OpenTalkGpt ) (Chrome Extension to manage open-source models supported by Ollama, create custom models, and chat with models from a user-friendly UI)
2024-11-18 11:30:22 +08:00
- [VT ](https://github.com/vinhnx/vt.ai ) (A minimal multimodal AI chat app, with dynamic conversation routing. Supports local models via Ollama)
2024-11-21 18:07:17 +08:00
- [Nosia ](https://github.com/nosia-ai/nosia ) (Easy to install and use RAG platform based on Ollama)
2024-12-11 04:58:06 +08:00
- [Witsy ](https://github.com/nbonamy/witsy ) (An AI Desktop application available for Mac/Windows/Linux)
2024-11-20 13:37:15 +08:00
- [Abbey ](https://github.com/US-Artificial-Intelligence/abbey ) (A configurable AI interface server with notebooks, document storage, and YouTube support)
2024-12-02 17:14:47 +08:00
- [Minima ](https://github.com/dmayboroda/minima ) (RAG with on-premises or fully local workflow)
2024-12-11 05:03:19 +08:00
- [aidful-ollama-model-delete ](https://github.com/AidfulAI/aidful-ollama-model-delete ) (User interface for simplified model cleanup)
2024-12-23 09:04:01 +08:00
- [Perplexica ](https://github.com/ItzCrazyKns/Perplexica ) (An AI-powered search engine & an open-source alternative to Perplexity AI)
2025-02-07 07:41:02 +08:00
- [Ollama Chat WebUI for Docker ](https://github.com/oslook/ollama-webui ) (Support for local docker deployment, lightweight ollama webui)
2025-01-27 16:36:23 +08:00
- [AI Toolkit for Visual Studio Code ](https://aka.ms/ai-tooklit/ollama-docs ) (Microsoft-official VSCode extension to chat, test, evaluate models with Ollama support, and use them in your AI applications.)
2025-02-03 04:56:10 +08:00
- [MinimalNextOllamaChat ](https://github.com/anilkay/MinimalNextOllamaChat ) (Minimal Web UI for Chat and Model Control)
2025-02-04 06:18:19 +08:00
- [Chipper ](https://github.com/TilmanGriesel/chipper ) AI interface for tinkerers (Ollama, Haystack RAG, Python)
2025-02-07 08:08:46 +08:00
- [ChibiChat ](https://github.com/CosmicEventHorizon/ChibiChat ) (Kotlin-based Android app to chat with Ollama and Koboldcpp API endpoints)
2025-02-09 04:28:01 +08:00
- [LocalLLM ](https://github.com/qusaismael/localllm ) (Minimal Web-App to run ollama models on it with a GUI)
2025-02-14 02:47:09 +08:00
- [Ollamazing ](https://github.com/buiducnhat/ollamazing ) (Web extension to run Ollama models)
2025-02-19 03:39:11 +08:00
- [OpenDeepResearcher-via-searxng ](https://github.com/benhaotang/OpenDeepResearcher-via-searxng ) (A Deep Research equivent endpoint with Ollama support for running locally)
2025-02-20 05:22:48 +08:00
- [AntSK ](https://github.com/AIDotNet/AntSK ) (Out-of-the-box & Adaptable RAG Chatbot)
2025-02-20 05:20:09 +08:00
- [MaxKB ](https://github.com/1Panel-dev/MaxKB/ ) (Ready-to-use & flexible RAG Chatbot)
2025-02-21 03:34:24 +08:00
- [yla ](https://github.com/danielekp/yla ) (Web interface to freely interact with your customized models)
2025-02-22 01:36:55 +08:00
- [LangBot ](https://github.com/RockChinQ/LangBot ) (LLM-based instant messaging bots platform, with Agents, RAG features, supports multiple platforms)
2025-03-01 01:53:03 +08:00
- [1Panel ](https://github.com/1Panel-dev/1Panel/ ) (Web-based Linux Server Management Tool)
2025-03-02 13:58:34 +08:00
- [AstrBot ](https://github.com/Soulter/AstrBot/ ) (User-friendly LLM-based multi-platform chatbot with a WebUI, supporting RAG, LLM agents, and plugins integration)
2025-03-04 03:06:30 +08:00
- [Reins ](https://github.com/ibrahimcetin/reins ) (Easily tweak parameters, customize system prompts per chat, and enhance your AI experiments with reasoning model support.)
2024-09-05 05:26:02 +08:00
2024-11-22 01:59:53 +08:00
### Cloud
- [Google Cloud ](https://cloud.google.com/run/docs/tutorials/gpu-gemma2-with-ollama )
- [Fly.io ](https://fly.io/docs/python/do-more/add-ollama/ )
- [Koyeb ](https://www.koyeb.com/deploy/ollama )
2023-11-08 16:03:29 +08:00
### Terminal
2023-11-08 15:52:31 +08:00
2023-10-29 05:02:13 +08:00
- [oterm ](https://github.com/ggozad/oterm )
- [Ellama Emacs client ](https://github.com/s-kostyaev/ellama )
- [Emacs client ](https://github.com/zweifisch/ollama )
2024-12-26 06:16:11 +08:00
- [neollama ](https://github.com/paradoxical-dev/neollama ) UI client for interacting with models from within Neovim
2023-11-07 03:27:02 +08:00
- [gen.nvim ](https://github.com/David-Kunz/gen.nvim )
2023-11-14 06:00:17 +08:00
- [ollama.nvim ](https://github.com/nomnivore/ollama.nvim )
2024-03-26 03:06:08 +08:00
- [ollero.nvim ](https://github.com/marco-souza/ollero.nvim )
2024-02-20 10:14:29 +08:00
- [ollama-chat.nvim ](https://github.com/gerazov/ollama-chat.nvim )
2023-11-20 23:39:14 +08:00
- [ogpt.nvim ](https://github.com/huynle/ogpt.nvim )
2023-11-10 04:53:24 +08:00
- [gptel Emacs client ](https://github.com/karthink/gptel )
2023-11-21 19:47:43 +08:00
- [Oatmeal ](https://github.com/dustinblackman/oatmeal )
2023-12-19 11:04:40 +08:00
- [cmdh ](https://github.com/pgibler/cmdh )
2024-03-26 03:08:33 +08:00
- [ooo ](https://github.com/npahlfer/ooo )
2024-11-25 07:55:09 +08:00
- [shell-pilot ](https://github.com/reid41/shell-pilot )(Interact with models via pure shell scripts on Linux or macOS)
2024-02-20 12:13:03 +08:00
- [tenere ](https://github.com/pythops/tenere )
2024-02-04 07:40:50 +08:00
- [llm-ollama ](https://github.com/taketwo/llm-ollama ) for [Datasette's LLM CLI ](https://llm.datasette.io/en/stable/ ).
2024-03-26 03:05:04 +08:00
- [typechat-cli ](https://github.com/anaisbetts/typechat-cli )
2024-02-20 11:18:05 +08:00
- [ShellOracle ](https://github.com/djcopley/ShellOracle )
2024-03-26 02:53:26 +08:00
- [tlm ](https://github.com/yusufcanb/tlm )
2024-04-23 08:29:08 +08:00
- [podman-ollama ](https://github.com/ericcurtin/podman-ollama )
2024-06-06 05:13:39 +08:00
- [gollama ](https://github.com/sammcj/gollama )
2024-11-21 18:55:35 +08:00
- [ParLlama ](https://github.com/paulrobello/parllama )
2024-08-11 09:43:08 +08:00
- [Ollama eBook Summary ](https://github.com/cognitivetech/ollama-ebook-summary/ )
2024-09-12 09:36:26 +08:00
- [Ollama Mixture of Experts (MOE) in 50 lines of code ](https://github.com/rapidarchitect/ollama_moe )
2024-09-16 09:20:36 +08:00
- [vim-intelligence-bridge ](https://github.com/pepo-ec/vim-intelligence-bridge ) Simple interaction of "Ollama" with the Vim editor
2024-11-22 08:55:25 +08:00
- [x-cmd ollama ](https://x-cmd.com/mod/ollama )
2024-11-21 16:03:11 +08:00
- [bb7 ](https://github.com/drunkwcodes/bb7 )
2024-11-21 02:49:15 +08:00
- [SwollamaCLI ](https://github.com/marcusziade/Swollama ) bundled with the Swollama Swift package. [Demo ](https://github.com/marcusziade/Swollama?tab=readme-ov-file#cli-usage )
2024-11-12 08:44:46 +08:00
- [aichat ](https://github.com/sigoden/aichat ) All-in-one LLM CLI tool featuring Shell Assistant, Chat-REPL, RAG, AI tools & agents, with access to OpenAI, Claude, Gemini, Ollama, Groq, and more.
2024-11-24 02:08:59 +08:00
- [PowershAI ](https://github.com/rrg92/powershai ) PowerShell module that brings AI to terminal on Windows, including support for Ollama
2024-11-21 15:24:05 +08:00
- [orbiton ](https://github.com/xyproto/orbiton ) Configuration-free text editor and IDE with support for tab completion with Ollama.
2023-10-29 05:02:13 +08:00
2024-09-05 13:30:19 +08:00
### Apple Vision Pro
2024-11-22 01:59:53 +08:00
2024-09-05 13:30:19 +08:00
- [Enchanted ](https://github.com/AugustDev/enchanted )
2023-12-12 07:05:10 +08:00
### Database
2024-12-17 14:13:23 +08:00
- [pgai ](https://github.com/timescale/pgai ) - PostgreSQL as a vector database (Create and search embeddings from Ollama models using pgvector)
- [Get started guide ](https://github.com/timescale/pgai/blob/main/docs/vectorizer-quick-start.md )
2024-04-16 06:35:29 +08:00
- [MindsDB ](https://github.com/mindsdb/mindsdb/blob/staging/mindsdb/integrations/handlers/ollama_handler/README.md ) (Connects Ollama models with nearly 200 data platforms and apps)
2024-04-01 23:17:37 +08:00
- [chromem-go ](https://github.com/philippgille/chromem-go/blob/v0.5.0/embed_ollama.go ) with [example ](https://github.com/philippgille/chromem-go/tree/v0.5.0/examples/rag-wikipedia-ollama )
2024-12-11 05:48:32 +08:00
- [Kangaroo ](https://github.com/dbkangaroo/kangaroo ) (AI-powered SQL client and admin tool for popular databases)
2023-12-13 03:43:19 +08:00
2023-11-21 23:25:32 +08:00
### Package managers
2023-11-21 22:40:59 +08:00
2023-11-21 23:25:26 +08:00
- [Pacman ](https://archlinux.org/packages/extra/x86_64/ollama/ )
2024-09-06 00:58:14 +08:00
- [Gentoo ](https://github.com/gentoo/guru/tree/master/app-misc/ollama )
2025-02-13 03:17:39 +08:00
- [Homebrew ](https://formulae.brew.sh/formula/ollama )
2024-02-20 11:05:14 +08:00
- [Helm Chart ](https://artifacthub.io/packages/helm/ollama-helm/ollama )
2024-05-10 02:10:24 +08:00
- [Guix channel ](https://codeberg.org/tusharhero/ollama-guix )
2025-02-13 01:16:26 +08:00
- [Nix package ](https://search.nixos.org/packages?show=ollama&from=0&size=50&sort=relevance&type=packages&query=ollama )
2024-08-30 00:45:35 +08:00
- [Flox ](https://flox.dev/blog/ollama-part-one )
2023-11-21 22:40:59 +08:00
2023-10-29 05:02:13 +08:00
### Libraries
2023-11-08 15:52:31 +08:00
2024-10-08 09:16:56 +08:00
- [LangChain ](https://python.langchain.com/docs/integrations/llms/ollama ) and [LangChain.js ](https://js.langchain.com/docs/integrations/chat/ollama/ ) with [example ](https://js.langchain.com/docs/tutorials/local_rag/ )
2024-07-31 09:40:09 +08:00
- [Firebase Genkit ](https://firebase.google.com/docs/genkit/plugins/ollama )
2024-09-08 15:36:24 +08:00
- [crewAI ](https://github.com/crewAIInc/crewAI )
2024-12-29 04:05:57 +08:00
- [Yacana ](https://remembersoftwares.github.io/yacana/ ) (User-friendly multi-agent framework for brainstorming and executing predetermined flows with built-in tool integration)
2024-11-21 18:02:14 +08:00
- [Spring AI ](https://github.com/spring-projects/spring-ai ) with [reference ](https://docs.spring.io/spring-ai/reference/api/chat/ollama-chat.html ) and [example ](https://github.com/tzolov/ollama-tools )
2023-11-20 23:35:07 +08:00
- [LangChainGo ](https://github.com/tmc/langchaingo/ ) with [example ](https://github.com/tmc/langchaingo/tree/main/examples/ollama-completion-example )
2024-02-23 03:09:08 +08:00
- [LangChain4j ](https://github.com/langchain4j/langchain4j ) with [example ](https://github.com/langchain4j/langchain4j-examples/tree/main/ollama-examples/src/main/java )
2024-06-09 08:29:36 +08:00
- [LangChainRust ](https://github.com/Abraxas-365/langchain-rust ) with [example ](https://github.com/Abraxas-365/langchain-rust/blob/main/examples/llm_ollama.rs )
2025-01-15 01:37:35 +08:00
- [LangChain for .NET ](https://github.com/tryAGI/LangChain ) with [example ](https://github.com/tryAGI/LangChain/blob/main/examples/LangChain.Samples.OpenAI/Program.cs )
2024-11-21 16:54:26 +08:00
- [LLPhant ](https://github.com/theodo-group/LLPhant?tab=readme-ov-file#ollama )
2024-09-25 03:15:43 +08:00
- [LlamaIndex ](https://docs.llamaindex.ai/en/stable/examples/llm/ollama/ ) and [LlamaIndexTS ](https://ts.llamaindex.ai/modules/llms/available_llms/ollama )
2023-10-29 05:02:13 +08:00
- [LiteLLM ](https://github.com/BerriAI/litellm )
2024-09-03 04:05:36 +08:00
- [OllamaFarm for Go ](https://github.com/presbrey/ollamafarm )
2023-10-29 05:18:38 +08:00
- [OllamaSharp for .NET ](https://github.com/awaescher/OllamaSharp )
2024-01-07 11:31:39 +08:00
- [Ollama for Ruby ](https://github.com/gbaptista/ollama-ai )
2023-11-05 08:12:18 +08:00
- [Ollama-rs for Rust ](https://github.com/pepperoni21/ollama-rs )
2024-06-12 02:15:05 +08:00
- [Ollama-hpp for C++ ](https://github.com/jmont-dev/ollama-hpp )
2024-09-04 04:08:50 +08:00
- [Ollama4j for Java ](https://github.com/ollama4j/ollama4j )
2023-11-07 03:27:02 +08:00
- [ModelFusion Typescript Library ](https://modelfusion.dev/integration/model-provider/ollama )
2023-11-12 06:41:42 +08:00
- [OllamaKit for Swift ](https://github.com/kevinhermawan/OllamaKit )
2023-11-14 03:50:42 +08:00
- [Ollama for Dart ](https://github.com/breitburg/dart-ollama )
2023-11-20 23:48:35 +08:00
- [Ollama for Laravel ](https://github.com/cloudstudio/ollama-laravel )
2023-12-20 03:04:52 +08:00
- [LangChainDart ](https://github.com/davidmigloz/langchain_dart )
2024-01-12 03:40:23 +08:00
- [Semantic Kernel - Python ](https://github.com/microsoft/semantic-kernel/tree/main/python/semantic_kernel/connectors/ai/ollama )
2024-01-19 05:38:32 +08:00
- [Haystack ](https://github.com/deepset-ai/haystack-integrations/blob/main/integrations/ollama.md )
2024-02-21 03:03:02 +08:00
- [Elixir LangChain ](https://github.com/brainlid/langchain )
2024-01-31 03:56:51 +08:00
- [Ollama for R - rollama ](https://github.com/JBGruber/rollama )
2024-05-08 00:52:30 +08:00
- [Ollama for R - ollama-r ](https://github.com/hauselin/ollama-r )
2024-02-14 03:40:44 +08:00
- [Ollama-ex for Elixir ](https://github.com/lebrunel/ollama-ex )
2024-02-23 02:12:27 +08:00
- [Ollama Connector for SAP ABAP ](https://github.com/b-tocs/abap_btocs_ollama )
2024-03-24 02:55:25 +08:00
- [Testcontainers ](https://testcontainers.com/modules/ollama/ )
2024-05-07 01:25:23 +08:00
- [Portkey ](https://portkey.ai/docs/welcome/integration-guides/ollama )
2024-05-10 00:39:05 +08:00
- [PromptingTools.jl ](https://github.com/svilupp/PromptingTools.jl ) with an [example ](https://svilupp.github.io/PromptingTools.jl/dev/examples/working_with_ollama )
2024-05-12 23:24:21 +08:00
- [LlamaScript ](https://github.com/Project-Llama/llamascript )
2024-11-21 02:53:14 +08:00
- [llm-axe ](https://github.com/emirsahin1/llm-axe ) (Python Toolkit for Building LLM Powered Apps)
2024-09-05 02:19:41 +08:00
- [Gollm ](https://docs.gollm.co/examples/ollama-example )
2024-11-20 13:31:43 +08:00
- [Gollama for Golang ](https://github.com/jonathanhecl/gollama )
2024-09-03 03:34:26 +08:00
- [Ollamaclient for Golang ](https://github.com/xyproto/ollamaclient )
2024-09-04 22:52:46 +08:00
- [High-level function abstraction in Go ](https://gitlab.com/tozd/go/fun )
2024-09-05 13:01:14 +08:00
- [Ollama PHP ](https://github.com/ArdaGnsrn/ollama-php )
2024-09-17 04:42:52 +08:00
- [Agents-Flex for Java ](https://github.com/agents-flex/agents-flex ) with [example ](https://github.com/agents-flex/agents-flex/tree/main/agents-flex-llm/agents-flex-llm-ollama/src/test/java/com/agentsflex/llm/ollama )
2024-11-21 18:00:32 +08:00
- [Parakeet ](https://github.com/parakeet-nest/parakeet ) is a GoLang library, made to simplify the development of small generative AI applications with Ollama.
2024-11-21 16:11:39 +08:00
- [Haverscript ](https://github.com/andygill/haverscript ) with [examples ](https://github.com/andygill/haverscript/tree/main/examples )
2024-10-22 13:29:11 +08:00
- [Ollama for Swift ](https://github.com/mattt/ollama-swift )
2024-11-21 02:49:15 +08:00
- [Swollama for Swift ](https://github.com/marcusziade/Swollama ) with [DocC ](https://marcusziade.github.io/Swollama/documentation/swollama/ )
2024-11-11 14:38:18 +08:00
- [GoLamify ](https://github.com/prasad89/golamify )
2024-11-18 07:18:04 +08:00
- [Ollama for Haskell ](https://github.com/tusharad/ollama-haskell )
2024-11-18 08:33:10 +08:00
- [multi-llm-ts ](https://github.com/nbonamy/multi-llm-ts ) (A Typescript/JavaScript library allowing access to different LLM in unified API)
2025-01-25 17:04:07 +08:00
- [LlmTornado ](https://github.com/lofcz/llmtornado ) (C# library providing a unified interface for major FOSS & Commercial inference APIs)
2025-02-09 03:10:47 +08:00
- [Ollama for Zig ](https://github.com/dravenk/ollama-zig )
2025-02-13 01:15:08 +08:00
- [Abso ](https://github.com/lunary-ai/abso ) (OpenAI-compatible TypeScript SDK for any LLM provider)
2025-02-27 02:40:53 +08:00
- [Nichey ](https://github.com/goodreasonai/nichey ) is a Python package for generating custom wikis for your research topic
2024-06-06 05:13:39 +08:00
2023-11-17 05:46:38 +08:00
### Mobile
2023-12-16 03:37:29 +08:00
- [Enchanted ](https://github.com/AugustDev/enchanted )
2024-01-02 22:47:08 +08:00
- [Maid ](https://github.com/Mobile-Artificial-Intelligence/maid )
2024-10-16 00:57:32 +08:00
- [Ollama App ](https://github.com/JHubi1/ollama-app ) (Modern and easy-to-use multi-platform client for Ollama)
2024-09-05 05:26:02 +08:00
- [ConfiChat ](https://github.com/1runeberg/confichat ) (Lightweight, standalone, multi-platform, and privacy focused LLM chat interface with optional encryption)
2025-03-04 08:38:32 +08:00
- [Ollama Android Chat ](https://github.com/sunshine0523/OllamaServer ) (No need for Termux, start the Ollama service with one click on an Android device)
2025-03-04 03:06:30 +08:00
- [Reins ](https://github.com/ibrahimcetin/reins ) (Easily tweak parameters, customize system prompts per chat, and enhance your AI experiments with reasoning model support.)
2023-11-17 05:46:38 +08:00
2023-11-08 15:52:31 +08:00
### Extensions & Plugins
2023-09-26 14:44:53 +08:00
- [Raycast extension ](https://github.com/MassimilianoPasquini97/raycast_ollama )
- [Discollama ](https://github.com/mxyng/discollama ) (Discord bot inside the Ollama discord channel)
- [Continue ](https://github.com/continuedev/continue )
2024-11-21 02:45:10 +08:00
- [Vibe ](https://github.com/thewh1teagle/vibe ) (Transcribe and analyze meetings with Ollama)
2023-09-26 14:44:53 +08:00
- [Obsidian Ollama plugin ](https://github.com/hinterdupfinger/obsidian-ollama )
2023-11-08 01:58:13 +08:00
- [Logseq Ollama plugin ](https://github.com/omagdy7/ollama-logseq )
2024-03-04 17:18:10 +08:00
- [NotesOllama ](https://github.com/andersrex/notesollama ) (Apple Notes Ollama plugin)
2023-09-26 14:44:53 +08:00
- [Dagger Chatbot ](https://github.com/samalba/dagger-chatbot )
- [Discord AI Bot ](https://github.com/mekb-turtle/discord-ai-bot )
2023-12-04 03:19:55 +08:00
- [Ollama Telegram Bot ](https://github.com/ruecat/ollama-telegram )
2023-11-08 01:58:13 +08:00
- [Hass Ollama Conversation ](https://github.com/ej52/hass-ollama-conversation )
2023-11-20 23:36:47 +08:00
- [Rivet plugin ](https://github.com/abrenneke/rivet-plugin-ollama )
2023-11-23 03:32:30 +08:00
- [Obsidian BMO Chatbot plugin ](https://github.com/longy2k/obsidian-bmo-chatbot )
2024-03-26 03:07:19 +08:00
- [Cliobot ](https://github.com/herval/cliobot ) (Telegram bot with Ollama support)
2024-02-23 03:17:20 +08:00
- [Copilot for Obsidian plugin ](https://github.com/logancyang/obsidian-copilot )
2024-02-22 23:52:36 +08:00
- [Obsidian Local GPT plugin ](https://github.com/pfrankov/obsidian-local-gpt )
2024-01-24 02:29:10 +08:00
- [Open Interpreter ](https://docs.openinterpreter.com/language-model-setup/local-models/ollama )
2024-05-06 05:45:32 +08:00
- [Llama Coder ](https://github.com/ex3ndr/llama-coder ) (Copilot alternative using Ollama)
- [Ollama Copilot ](https://github.com/bernardo-bruning/ollama-copilot ) (Proxy that allows you to use ollama as a copilot like Github copilot)
2024-01-31 22:25:06 +08:00
- [twinny ](https://github.com/rjmacarthy/twinny ) (Copilot and Copilot chat alternative using Ollama)
2024-07-30 01:53:30 +08:00
- [Wingman-AI ](https://github.com/RussellCanfield/wingman-ai ) (Copilot code and chat alternative using Ollama and Hugging Face)
2024-02-21 03:03:58 +08:00
- [Page Assist ](https://github.com/n4ze3m/page-assist ) (Chrome Extension)
2024-09-07 05:04:12 +08:00
- [Plasmoid Ollama Control ](https://github.com/imoize/plasmoid-ollamacontrol ) (KDE Plasma extension that allows you to quickly manage/control Ollama model)
2024-03-26 02:56:42 +08:00
- [AI Telegram Bot ](https://github.com/tusharhero/aitelegrambot ) (Telegram bot using Ollama in backend)
2024-04-01 01:10:05 +08:00
- [AI ST Completion ](https://github.com/yaroslavyaroslav/OpenAI-sublime-text ) (Sublime Text 4 AI assistant plugin with Ollama support)
2024-04-23 08:14:20 +08:00
- [Discord-Ollama Chat Bot ](https://github.com/kevinthedang/discord-ollama ) (Generalized TypeScript Discord Bot w/ Tuning Documentation)
2024-11-24 05:31:27 +08:00
- [ChatGPTBox: All in one browser extension ](https://github.com/josStorer/chatGPTBox ) with [Integrating Tutorial ](https://github.com/josStorer/chatGPTBox/issues/616#issuecomment-1975186467 )
2024-05-17 04:55:14 +08:00
- [Discord AI chat/moderation bot ](https://github.com/rapmd73/Companion ) Chat/moderation bot written in python. Uses Ollama to create personalities.
2024-06-09 09:51:16 +08:00
- [Headless Ollama ](https://github.com/nischalj10/headless-ollama ) (Scripts to automatically install ollama client & models on any OS for apps that depends on ollama server)
2024-11-21 18:28:57 +08:00
- [Terraform AWS Ollama & Open WebUI ](https://github.com/xuyangbocn/terraform-aws-self-host-llm ) (A Terraform module to deploy on AWS a ready-to-use Ollama service, together with its front end Open WebUI service.)
2024-11-21 17:09:37 +08:00
- [node-red-contrib-ollama ](https://github.com/jakubburkiewicz/node-red-contrib-ollama )
2024-11-11 14:14:22 +08:00
- [Local AI Helper ](https://github.com/ivostoykov/localAI ) (Chrome and Firefox extensions that enable interactions with the active tab and customisable API endpoints. Includes secure storage for user prompts.)
2024-11-26 09:56:30 +08:00
- [vnc-lm ](https://github.com/jake83741/vnc-lm ) (Discord bot for messaging with LLMs through Ollama and LiteLLM. Seamlessly move between local and flagship models.)
2024-09-05 13:17:34 +08:00
- [LSP-AI ](https://github.com/SilasMarvin/lsp-ai ) (Open-source language server for AI-powered functionality)
2024-09-12 04:19:49 +08:00
- [QodeAssist ](https://github.com/Palm1r/QodeAssist ) (AI-powered coding assistant plugin for Qt Creator)
2024-09-15 11:52:37 +08:00
- [Obsidian Quiz Generator plugin ](https://github.com/ECuiDev/obsidian-quiz-generator )
2024-12-11 08:13:06 +08:00
- [AI Summmary Helper plugin ](https://github.com/philffm/ai-summary-helper )
2024-11-04 08:53:51 +08:00
- [TextCraft ](https://github.com/suncloudsmoon/TextCraft ) (Copilot in Word alternative using Ollama)
2024-11-19 11:33:23 +08:00
- [Alfred Ollama ](https://github.com/zeitlings/alfred-ollama ) (Alfred Workflow)
2024-12-28 02:16:06 +08:00
- [TextLLaMA ](https://github.com/adarshM84/TextLLaMA ) A Chrome Extension that helps you write emails, correct grammar, and translate into any language
2025-02-06 10:35:04 +08:00
- [Simple-Discord-AI ](https://github.com/zyphixor/simple-discord-ai )
2025-02-18 23:04:30 +08:00
- [LLM Telegram Bot ](https://github.com/innightwolfsleep/llm_telegram_bot ) (telegram bot, primary for RP. Oobabooga-like buttons, [A1111 ](https://github.com/AUTOMATIC1111/stable-diffusion-webui ) API integration e.t.c)
2025-03-11 00:52:02 +08:00
- [mcp-llm ](https://github.com/sammcj/mcp-llm ) (MCP Server to allow LLMs to call other LLMs)
2024-04-18 01:48:14 +08:00
2024-06-06 05:13:39 +08:00
### Supported backends
2024-05-06 05:45:32 +08:00
- [llama.cpp ](https://github.com/ggerganov/llama.cpp ) project founded by Georgi Gerganov.
2024-11-24 10:03:12 +08:00
### Observability
2025-02-10 14:08:46 +08:00
- [Lunary ](https://lunary.ai/docs/integrations/ollama ) is the leading open-source LLM observability platform. It provides a variety of enterprise-grade features such as real-time analytics, prompt templates management, PII masking, and comprehensive agent tracing.
2024-11-24 10:03:12 +08:00
- [OpenLIT ](https://github.com/openlit/openlit ) is an OpenTelemetry-native tool for monitoring Ollama Applications & GPUs using traces and metrics.
2025-01-17 14:41:12 +08:00
- [HoneyHive ](https://docs.honeyhive.ai/integrations/ollama ) is an AI observability and evaluation platform for AI agents. Use HoneyHive to evaluate agent performance, interrogate failures, and monitor quality in production.
- [Langfuse ](https://langfuse.com/docs/integrations/ollama ) is an open source LLM observability platform that enables teams to collaboratively monitor, evaluate and debug AI applications.
2025-02-06 08:04:24 +08:00
- [MLflow Tracing ](https://mlflow.org/docs/latest/llms/tracing/index.html#automatic-tracing ) is an open source LLM observability tool with a convenient API to log and visualize traces, making it easy to debug and evaluate GenAI applications.