Broadcasting TUI for streaming live coding sessions via Agentic Live
vibecast [options]$ vibecastStart broadcasting with default settings
$ AGENTIC_SERVER=localhost:3000 vibecastBroadcast to local development server
$ vibecast --resumeResume a previous broadcasting session
The vibecast CLI is the broadcaster tool for Agentic Live. It creates a tmux session with ttyd, streams terminal output to viewers via WebSocket, and provides Claude Code hook integration for metadata streaming.
Via npm (recommended — includes the Claude Code plugin):
npm install -g vibecast
Or the standalone binary (Linux / macOS):
curl -fsSL https://agentics.dk/install/vibecast.sh | bash
The script detects your OS/architecture, verifies the sha256 checksum, and
installs vibecast to ~/.local/bin. Note: hook-dependent features currently
require the npm install — the npm package ships the Claude Code plugin
alongside the binary.
go build -o vibecast ./main.go # requires Go 1.24+
| Variable | Default | Description |
|---|---|---|
AGENTIC_SERVER | agentics.dk | Server to broadcast to |