Skip to main content

Requirements

  • bun >= 1.3, duckdb >= 1.5.4 (brew install duckdb), rg
  • macOS (Apple Silicon tested); crawlers install from openclaw/tap via Homebrew

One-line install

Installs bun/duckdb/ripgrep if missing (via Homebrew), clones the source to ~/.duckbrain/src, and links duckbrain onto your PATH. Re-run any time to update. Then:

Manual install (from your own checkout)

Bun executes the TypeScript directly — no build step; every git pull updates the installed CLI. Uninstall with bun unlink; data in ~/.duckbrain/ is untouched.

Data layout

Related topics

initSources Overview