wavekat

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 server
  • ui — the Web Console
  • data/ — a local volume with SQLite, recordings, and call detail records

Next