A GUI front-end for Ollama made with Electron.
When creating a new chat you can choose from a list of local models. Make sure
you have at least one local model. For example pull gemma2:2b
model with
ollama pull gemma2:2b
Make requirements:
nodejs
npm
rpm-build
dpkg
fakeroot
Clone the project with git
and inside the repository run the following.
npm install
npm run make
The make
script will output distributables in ./out/make/
directory.
On Fedora install the .rpm
package with
sudo rpm -i out/make/rpm/x64/Gollama-0.2.1-1.x86_64.rpm
On Debian install the .deb
package with
sudo dpkg -i out/make/deb/x64/gollama_0.2.1_amd64.deb
Note: architecture and version may be different.