Ollama Interact is a cross-platform CLI / Desktop app for interaction, management and memory of Ollama models.
- Chatting with AI models through an CLI or Desktop app.
- Memory creation and retention about user.
- Easy customization of the models.
- Cross platform application
Option 1 (the easier one):
Download the release (on the right of the current website).
Option 2 (if the release you are looking for is not listed):
Use git to clone the repository and build the project using dotnet.
# Cloning the repository
git clone https://github.com/DoubleTheV/OllamaInteract.git
cd OllamaInteract/src/OllamaInteract.CLI # for CLI
cd OllamaInteract/src/OllamaInteract.GUI # for GUI
# Running the software
dotnet run
# or
dotnet build
# Run the executable in the /bin/Debug/net9.0Contributions are welcome! Please read CONTRIBUTING.md for guidelines on how to submit pull requests, report issues, or suggest features.
This project is licensed under the Mozilla Public License 2.0 (MPL-2.0).