No description
Find a file
2026-04-08 15:08:12 +02:00
src chat history 2026-04-08 14:51:16 +02:00
.gitignore init 2025-08-26 23:15:28 +02:00
Cargo.toml add sqlite for chats and settings 2026-03-21 20:08:22 +01:00
LICENSE update readme, copyleft 2026-04-08 15:08:12 +02:00
README.md update readme, copyleft 2026-04-08 15:08:12 +02:00

Minimal Ollama Gtk-4 client

A minimal, native GTK4 desktop client for Ollama with real-time streaming, chat history, profiling and markdown renderer.

Installation

Dependencies

# Debian
sudo apt install libgtk-4-dev build-essential
# Fedora
sudo dnf install gtk4-devel gcc
# Arch Linux
sudo pacman -S gtk4 base-devel

Building

# Release build
cargo build --release
# or
cargo install --path . --root ~/.local