Getting Started
🚧 Coming soon. Public Docker images are not yet published. This page describes the target experience.
Prerequisites
- A machine with Docker + Docker Compose (Linux, macOS, or Windows with WSL2).
- A SIP trunk from a provider (Twilio, Telnyx, VoIP.ms, etc.) — see SIP Trunks.
- A WaveKat license key — free at wavekat.com/signup.
Five-minute install
curl -O https://wavekat.com/install/docker-compose.yml
echo "WAVEKAT_LICENSE=wk_..." > .env
docker compose up -d
Open http://localhost:8080 and configure your first trunk in the Web Console.
What you get
backend— the SIP + AI serverui— the Web Consoledata/— a local volume with SQLite, recordings, and call detail records
Next
- Installation for production setup (reverse proxy, TLS, volumes).
- Configuration for the full
config.tomlreference.