clawdi
v0.13.36
Published
iCloud for AI Agents — cross-agent sessions, skills, memory, and vault.
Readme
Clawdi CLI
This package publishes the clawdi command-line interface. The CLI registers
local AI agents, syncs sessions and skills, manages memory and vault workflows,
installs the MCP server, and controls the background sync daemon.
For product usage and the full command reference, read the
top-level README. For contributor workflows, read
docs/cli-development.md. For a full local
backend + dashboard + CLI stack, use the canonical runbook in
AGENTS.md.
Quickstart
Recommended on macOS and Linux (no Node.js required):
curl -fsSL https://clawdi.ai/install.sh | sh
clawdi auth login
clawdi setup
clawdi doctorWindows and package-manager installations require Node.js ≥ 22.5:
npm i -g clawdiUpdates follow the current owner: native installs use checksum-verified exact GitHub Release assets, while npm/Bun installs use exact npm versions. Hosted version transactions are separate and never invoke native self-update.
Development
From the repository root:
bun install
bun run packages/cli/src/index.ts --help
bun run --cwd packages/cli typecheck
bun run --cwd packages/cli test
bun run --cwd packages/cli buildThe package manager is Bun; do not use pdm for CLI dependencies or tests.
