A single-file tkinter-based Ollama GUI project with no external dependencies.
Go to file
2024-06-30 03:03:33 +08:00
.github/workflows Update python-publish.yml 2024-06-30 00:32:17 +08:00
.gitignore Init project 2024-06-29 23:48:45 +08:00
LICENSE Initial commit 2024-06-29 23:45:30 +08:00
ollama_gui.py Fix chat history 2024-06-30 03:03:33 +08:00
poetry.lock Add pyproject info 2024-06-29 23:56:44 +08:00
pyproject.toml Update pyproject.toml 2024-06-30 00:34:40 +08:00
README.md Update README.md 2024-06-30 02:03:48 +08:00

Ollama-GUI

GitHub License PyPI - Version PyPI - Python Version

A very simple ollama GUI, implemented using the built-in Python Tkinter library, with no additional dependencies. Provide you with the simplest possible visual Ollama interface.

ollama-gui

  • one file project.
  • no external dependencies.

Before Start

We need to set up llama service first.

Please refer to: Ollama

Run

Choose any way you like:

source code

python ollama_gui.py

using pip

pip install ollama-gui
ollama-gui

binary file

Platform Download Link
Windows Download

License

This project is licensed under the MIT License.