@castlekit/castle
v0.3.2
Published
The multi-agent workspace
Maintainers
Readme
Castle
The extensible interface for OpenClaw AI agents.
Castle is a local-first, open-source UI that gives you chat, agent management, and a dashboard for your OpenClaw agents. Everything runs on your machine — no cloud services, no data leakage.
Quick Install
curl -fsSL https://castlekit.com/install.sh | bashManual Install
npm install -g @castlekit/castle
castle setupDevelopment
git clone https://github.com/castlekit/castle.git
cd castle
npm install
npm run devThen open http://localhost:3333.
Releasing
# 1. Bump version
npm version patch --no-git-tag-version
# 2. Commit and push
git add -A && git commit -m "Release vX.Y.Z" && git push
# 3. Publish to npm (requires 2FA)
npm publish --access public
# 4. Tag the release
git tag vX.Y.Z && git push origin vX.Y.ZRequirements
- Node.js >= 22
- OpenClaw (installed automatically if missing)
License
MIT
