Local-first
Runs, memory, config, and artifacts live under your local home directory.
~/.libre-claw A terminal-native autonomous coding agent harness for developers who want real runs, visible tools, persistent memory, Telegram control, and local-first safety.
Four surfaces
The daemon is the center of gravity. The TUI, Libre WebUI, dashboard, Telegram bridge, and schedules can all observe or resume durable runs.
Interactive coding, file explorer, approvals, run timeline, and artifacts.
libre-claw tui Background execution, dashboard, schedules, run polling, and Telegram supervision.
libre-claw start -d Remote chat, inline approvals, model switching, scheduled reports, and cancellation.
libre-claw telegram up Libre WebUI adds a browser control surface: run timelines, approvals, automations, and usage.
libre-claw start
Why it exists
Libre Claw is built around the practical parts that make agents useful in production: state, approvals, resumability, logs, cost visibility, screenshots, and memory.
About Libre ClawLocal-first
Libre Claw is built around the practical parts that make agents useful in production: state, approvals, resumability, logs, cost visibility, screenshots, and memory.
Runs, memory, config, and artifacts live under your local home directory.
~/.libre-claw Writes, shell, browser actions, git commits, and MCP calls ask first.
ALLOW / ASK / DENY Append-only JSONL logs make every tool call and decision reviewable.
EVENTS.JSONL Skills, soul files, and provider routing move across projects and models.
SKILL.MD / SOUL.MD Need a browser? Libre WebUI adds a full control surface over the same daemon — see the integration.
Five-minute start
One repository. One daemon. Every surface stays attached to the same run.
git clone https://github.com/kroonen-ai/libre-claw.git
cd libre-claw
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -e ".[dev]"
libre-claw tui FAQ
Yes. Runs, session archives, memory, configuration, browser profiles, and artifacts are stored locally under the user's home directory by default.
Libre Claw supports Moonshot AI, OpenRouter, Ollama and Ollama Cloud, Anthropic, OpenAI, Codex OAuth through the Codex CLI, and local-compatible endpoints.
Yes. The Telegram bridge connects to the same daemon and durable run store, supports slash commands, and can approve tool calls inline.