erenaslandev / Ollama-Gui

A GUI interface for Ollama

Home Page:https://ollama.twanluttik.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ollama Chat App 🐐

Build and Deploy

Welcome to my Ollama Chat, this is an interface for the Official ollama CLI to make it easier to chat. It includes futures such as:

  • Multiple conversations πŸ’¬
  • Detech which models are available to use πŸ“‹
  • Auto check if ollama is running ⏰
  • Able to change the host where ollama is running at πŸ–₯️
  • Perstistance πŸ“€
  • Import & Export Chats πŸš›
  • Light & Dark Theme πŸŒ—


How to build on your machine

Requirements


  1. Clone the repo git clone git@github.com:ollama-interface/Ollama-Gui.git
  2. pnpm i
  3. pnpm build:app:silicon (:silicon or :intell or :universal) depending on your machine
  4. Go to /src-tauri/target/release/bundle/dmg/*.dmg and install the program with the .dmg file.

You as well you need to install Ollama and after you installed it, you can run your local server with this command OLLAMA_ORIGINS=* OLLAMA_HOST=127.0.0.1:11435 ollama serve.



For any questions, please contact Twan Luttik (Twitter - X)

About

A GUI interface for Ollama

https://ollama.twanluttik.com


Languages

Language:TypeScript 96.1%Language:CSS 1.8%Language:JavaScript 1.1%Language:Rust 0.7%Language:HTML 0.4%