A graphical user interface for interacting with ollama models writte in Go and Fyne.
This is about keeping it simple and usable. It will search your LAN for Ollama instances. Make sure you launch Ollama to be LAN visible OLLAMA_HOST="http://0.0.0.0:11434" ollama serve
.
You can copy a message to the clipboard via right click on desktop or long tap on mobile.
It will save the message history and the text in the text box between restarts among other things. You can, and should, clear the chat history once in a while in the settings (top right button).
If you have any suggestions or improvements feel free to tell me.