Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 918 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 918 Bytes

GUI for Ollama

Requirements:


Build and run:

Make sure the Ollama server is running on the host machine, with ollama serve. Then:

$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .
$ ./ollamagui

The application will ask for the desired server instance to connect to on opening. The default is localhost on port 11434. If you wish to connect to a different host within you local network, note that the OLLAMA_HOST environmental variable has to be modified on the host machine.


So far tested platforms:

  • Linux x86_64 (X11 AwesomeWM Arch)
  • MacOS 13.3.1 x86_64
OllamaGUI.Preview.mov