Chatbot Ollama is an open source chat UI for Ollama.
This project is based on chatbot-ui by Mckay Wrigley.


If the image does not render, place the new screenshot at
public/screenshots/screenshot-2025-09-dark.png(light version optional atpublic/screenshots/screenshot-2025-09-light.png).
Chatbot Ollama will be updated over time.
Build locally:
docker build -t chatbot-ollama .
docker run -p 3000:3000 chatbot-ollama
Pull from ghcr:
docker run -p 3000:3000 ghcr.io/ivanfioravanti/chatbot-ollama:main
git clone https://github.com/ivanfioravanti/chatbot-ollama.git
cd chatbot-ollama
npm ci
Either via the cli:
ollama serve
or via the desktop client
npm run dev
You should be able to start chatting.
When deploying the application, the following environment variables can be set:
| Environment Variable | Default value | Description |
|---|---|---|
| DEFAULT_MODEL | mistral:latest | The default model to use on new conversations |
| NEXT_PUBLIC_DEFAULT_SYSTEM_PROMPT | see here | The default system prompt to use on new conversations |
| NEXT_PUBLIC_DEFAULT_TEMPERATURE | 1 | The default temperature to use on new conversations |
If you have any questions, feel free to reach out to me on X.
TypeScript
92.1%
JavaScript
3.8%
CSS
3.5%
Chatbot Ollama is an open source chat UI for Ollama.
This project is based on chatbot-ui by Mckay Wrigley.


If the image does not render, place the new screenshot at
public/screenshots/screenshot-2025-09-dark.png(light version optional atpublic/screenshots/screenshot-2025-09-light.png).
Chatbot Ollama will be updated over time.
Build locally:
docker build -t chatbot-ollama .
docker run -p 3000:3000 chatbot-ollama
Pull from ghcr:
docker run -p 3000:3000 ghcr.io/ivanfioravanti/chatbot-ollama:main
git clone https://github.com/ivanfioravanti/chatbot-ollama.git
cd chatbot-ollama
npm ci
Either via the cli:
ollama serve
or via the desktop client
npm run dev
You should be able to start chatting.
When deploying the application, the following environment variables can be set:
| Environment Variable | Default value | Description |
|---|---|---|
| DEFAULT_MODEL | mistral:latest | The default model to use on new conversations |
| NEXT_PUBLIC_DEFAULT_SYSTEM_PROMPT | see here | The default system prompt to use on new conversations |
| NEXT_PUBLIC_DEFAULT_TEMPERATURE | 1 | The default temperature to use on new conversations |
If you have any questions, feel free to reach out to me on X.
TypeScript
92.1%
JavaScript
3.8%
CSS
3.5%