Beta Testing
Next-Gen Channels
Purpose Built for
OpenClaw.
Elevate your agentic communication with Perch. Streamline your WebSocket architecture, manage inbound messages, and securely broadcast outbound streams. All with incredible speed.
Setup Instructions
Get Perch running in your environment in under 2 minutes.
01
Install Dependencies
Install the core components via your package manager.
npm install openclaw perch-channel
02
Configure Gateway
Initialize the plugin in your OpenClaw setup script.
import { PerchPlugin } from 'perch-channel'
03
Run Development
Start your local backend and client servers.
npm run dev