Python 3.11+ · Zero Dependencies 🔒 Local-first · No cloud required

Build AI Agents
Token‑First

Persistent memory · Built-in browser UI · Pure Python stdlib. No pip required. Works offline. Ships in minutes.

Quick Start

Install

$ bash <(curl -fsSL https://raw.githubusercontent.com/CNTWDev/hushclaw/master/install.sh)

Uninstall

一键卸载 bash <(curl -fsSL https://raw.githubusercontent.com/CNTWDev/hushclaw/master/uninstall.sh)
保留记忆/配置 bash <(curl -fsSL https://raw.githubusercontent.com/CNTWDev/hushclaw/master/uninstall.sh) --keep-data
无确认 (CI) bash <(curl -fsSL https://raw.githubusercontent.com/CNTWDev/hushclaw/master/uninstall.sh) -y

Why HushClaw?

Everything you need to build powerful AI agents — nothing you don't

🖥️

Browser UI

Full chat interface at http://localhost:8765 — sessions, memories, and multi-agent panels. Setup wizard on first launch.

🎯

Token-first Design

Explicit token budget per context section. Anthropic KV-cache support for the stable prefix.

🧠

Persistent Memory

Notes survive across sessions via SQLite FTS5 + local vector search.

📦

Zero Dependencies

Runs with Python 3.11+ stdlib only — sqlite3, tomllib, asyncio, urllib. No pip required.

🔌

Multiple Providers

Anthropic (urllib or SDK), Ollama, and any OpenAI-compatible endpoint.

🔄

ReAct Loop

Tool use with pluggable ContextEngine for lossless context compaction.

🧩

Plugin Tools

Drop .py files into ~/.config/hushclaw/tools/ to extend with custom tools.

🤝

Multi-agent

Sequential pipelines, session-affinity pools, and agent-to-agent delegation.

💾

Native Storage

macOS ~/Library/Application Support/hushclaw/ · Linux ~/.local/share/hushclaw/

🚀 Open Source · MIT License

Ready to get started?

Install HushClaw in 30 seconds and explore hundreds of community skills