A sleek, terminal-based UI for Ollama built with Go, Bubble Tea, and Lip Gloss.
- 🎨 Beautiful TUI – Modern chat interface with rounded borders and syntax highlighting
- ⚡ Real-time Streaming – Watch responses generate token-by-token
- 📝 Persistent Context – Maintains conversation history automatically
- 🎯 Vim-friendly – Keyboard-driven navigation (Esc/Ctrl+C to quit)
- 🖥️ Responsive Layout – Adapts to any terminal size
- 🔌 Local & Private – 100% local inference via Ollama
- Go 1.21 or higher
- Ollama running locally
- A terminal with truecolor support (Ghostty, Kitty, iTerm2, Windows Terminal)
# Clone the repository
git clone https://github.com/yourusername/teallama.git
cd teallama
# Build the binary
go build -o teallama
# Install to system PATH (optional)
sudo cp teallama /usr/local/bin/
