vibecast

stable

Broadcasting TUI for streaming live coding sessions via Agentic Live

Usage: vibecast [options]
Platform: linuxmacos
Category: broadcasting

Examples

$ vibecast

Start broadcasting with default settings

$ AGENTIC_SERVER=localhost:3000 vibecast

Broadcast to local development server

$ vibecast --resume

Resume a previous broadcasting session

vibecast

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.

Prerequisites

  • tmux -- terminal multiplexer (required)
  • ttyd -- terminal sharing daemon (required)
  • Go 1.24+ for building from source

Building

cd src/apps/cli
go build -o vibecast ./main.go

Environment Variables

VariableDefaultDescription
AGENTIC_SERVERagentics.dkServer to broadcast to

Subcommands

  • hook -- Claude Code hook handler for streaming metadata