https://github.com/niiv3au/ollamator
Chat offline and localy with many AI models. OllamaTor is a Python Eel based front-end for the Ollama API.
https://github.com/niiv3au/ollamator
eel ollama ollama-gui ollama-python python
Last synced: 2 months ago
JSON representation
Chat offline and localy with many AI models. OllamaTor is a Python Eel based front-end for the Ollama API.
- Host: GitHub
- URL: https://github.com/niiv3au/ollamator
- Owner: NiiV3AU
- Created: 2025-02-26T12:31:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T05:17:15.000Z (about 1 year ago)
- Last Synced: 2025-03-22T06:20:42.528Z (about 1 year ago)
- Topics: eel, ollama, ollama-gui, ollama-python, python
- Language: HTML
- Homepage: https://niiv3au.github.io/GetOllamaTor
- Size: 3.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to OllamaTor :wave:
OllamaTor is a user-friendly desktop application that brings the power of Ollama's local Large Language Models (LLMs) to your fingertips.
Chat with AI, adjust settings, and monitor system usage.

## Features
* **User-Friendly:** Easy installation and intuitive interface.
* **Customizable:** Adjust temperature and chat history length. Many AI models.
* **Resource Monitoring:** Real-time CPU, RAM, and GPU (load + memory) usage monitor. + AI performance "TPM" (tokens-per-minute).
* **Privacy:** Your data stays local. No cloud, no tracking.
* **Performance:** Leverage the full power of your computer for fast responses.
* **Offline Availability:** Works even without an internet connection.
**TO-DO:**
* ~~Stop Button to stop generating a response~~ -> Available in `v0.0.3`
* fixing the math rendering (KaTeX)
* Customizable Copilots (inital prompt for the AI to get a better understanding on what it's working on)
## Installation
|[Download Ollama.exe](https://github.com/NiiV3AU/OllamaTor/releases/latest)|
|-|
## Getting Started
1. **Select a Model:** Choose a model from the dropdown.
2. **Chat:** Type your prompt & click "Send".
4. **Settings:** Use the gear icon to change temperature and history.
5. **Help:** Use the help icon to start the step-by-step tour, download Ollama & get instructions to properly install models
## Requirements
* Windows 10/11 (other OS not tested)
* [Chrome](https://www.google.com/chrome/) or [Edge](https://www.microsoft.com/edge/) (one of the two webbrowsers is required to run this application)
* [Ollama](https://ollama.com/download/windows) (can also be downloaded later in OllamaTor itself; internet connection is needed)
* Downloaded [Ollama models](https://ollama.com/search)
* Python* (***OPTIONAL:** for source code execution only; not needed for the compiled `.exe`):
* `eel`
* `requests`
* `psutil`
* `nvidia-ml-py`
## Contributing
Report bugs or suggest features via GitHub Issues. Pull requests welcome!