Gryt Documentation
Documentation for the Gryt WebRTC voice chat platform
Gryt is an open-source WebRTC voice chat platform built with React, TypeScript, Go, and Keycloak. It provides low-latency voice communication with noise suppression, real-time audio visualization, and multi-server support.
Explore the docs
Guide
Quick start, configuration, architecture, and troubleshooting
Client
React/Electron app — audio processing, voice controls, and UI
Server
Node.js signaling server — rooms, WebSocket API, and rate limiting
SFU
Go media server — WebRTC forwarding and track management
Deployment
Docker Compose, Kubernetes, and Cloudflare Tunnel
Quick start
git clone --recurse-submodules https://github.com/Gryt-chat/gryt.git
cd gryt
ops/start_dev.shThen open http://localhost:3666.