Skip to content
forked from fmaclen/hollama

A minimal web-UI for talking to Ollama servers

License

Notifications You must be signed in to change notification settings

buku2004/hollama

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hollama

A minimal web-UI for talking to Ollama servers.

Features

  • Large prompt fields
  • Markdown rendering with syntax highlighting
  • Code editor features
  • Customizable system prompts
  • Copy code snippets, messages or entire sessions
  • Retry completions
  • Stores data locally on your browser
  • Responsive layout
  • Light & dark themes
  • Download Ollama models directly from the UI

Get started

session settings
session-new knowledge

Self-host (Docker)

To host your own Hollama server, install Docker and run the command below in your favorite terminal:

docker run --rm -d -p 4173:4173 ghcr.io/fmaclen/hollama:latest

Then visit http://localhost:4173.

Connecting to an Ollama server

If you are using the publicly hosted version or your Docker server is on a separate device than the Ollama server you'll have to set the domain in OLLAMA_ORIGINS. Learn more in Ollama's docs.

OLLAMA_ORIGINS=https://hollama.fernando.is ollama serve

About

A minimal web-UI for talking to Ollama servers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 53.1%
  • Svelte 38.8%
  • JavaScript 4.3%
  • CSS 3.0%
  • Other 0.8%