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
- Background Claude Code sessions with async prompts
- Telegram bot for remote control + voice notes (Whisper + TTS)
- REST API + WebSocket for programmatic access
- Multi-host orchestration across machines
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