About Peachdesk

Peachdesk is a powerful alternative to platforms like Vapi and Retell - Peachdesk helps you build voice AI agents with an easy drag-and-drop workflow builder. Instead of stitching together brittle scripts, Peachdesk gives you:
  • No provider lock-in - bring your own LLM, voice, and telephony providers
  • Self-hostable - deploy anywhere, own your infrastructure
  • Complete control - fine-tune prompts, conversation flow, and integrations end to end
  • 2-minute setup - from zero to working voice bot in under 2 minutes

Setting up

Get the platform up and running using Docker with a single command on your local computer. If you are looking to deploy the platform on a server different than your local machine, please check the Deployment section.
We collect anonymous usage data to improve the product. You can opt out by setting the ENABLE_TELEMETRY to false in the below command.
curl -o docker-compose.yaml https://raw.githubusercontent.com/peachdesk-hq/peachdesk/main/docker-compose.yaml && REGISTRY=ghcr.io/peachdesk-hq ENABLE_TELEMETRY=true docker compose up --pull always
Please check Prerequisites for the system requirements and Troubleshooting for common issues.

Next Steps

You can see how to configure the inference provider in Inference Provider.