Claude-B

Background-capable Claude Code โ€” async workflows, Telegram bot, REST API.

Install

curl -fsSL https://cb.danielmoya.cv | bash

Auto-detects npm or docker. Use --method docker to force.

Configure

cb init

Interactive wizard โ€” connects the Telegram bot and writes ~/.claude-b/.env.

What you get

Manual install

# npm
npm i -g claude-b

# Docker
docker run -d \
  -v ~/.claude-b:/root/.claude-b \
  --env-file ~/.claude-b/.env \
  ghcr.io/danimoya/claude-b:latest