Tech News
← Back to articles

Show HN: Elelem, a tool-calling CLI for Ollama and DeepSeek in C

read original related products more articles

Elelem

Chat Client with Tool-Calling Support

An interactive C-based command-line chat client that enables AI models to execute real-world actions through a comprehensive tool-calling system.

🚀 Quick Start

Prerequisites

Ubuntu/Debian:

sudo apt-get update sudo apt-get install build-essential libglib2.0-dev libjson-glib-dev libsoup2.4-dev libreadline-dev

Fedora/RHEL:

sudo dnf install gcc glib2-devel json-glib-devel libsoup-devel readline-devel

macOS:

... continue reading