Simple UI for Ollama built in Java with Swing and Ollama4j
Find the latest release here and download the .jar
file. Then, run the following command:
java -jar /path/to/ollama4j-ui-<version>.jar
- Chat with models hosted on an Ollama server.
- Chat with tools with tool-calling models such as Mistral.
- List downloaded models on Ollama server.
- List available models on Ollama model repository.
- View settings. Uses the
~/ollama4j-ui/ollama4j-ui.properties
file for settings. (The file is created on startup if it does not exist)
If you like or are using this project to build your own, please give us a star. It's a free way to show your support.