Skip to main content
Use this only if you do not want to use the devcontainer.

System Requirements

  • Git
  • Node.js 24 to run the UI
  • Python 3.13 to run the backend
  • Docker to run Postgres, Redis, and MinIO locally
  1. Run the contributor bootstrap. It configures origin as your fork and upstream as ringlyra-hq/ringlyra, initializes the pipecat submodule, creates the Python venv, and copies the .env templates.
  1. Activate the virtual environment:
  1. Ensure your local Node version is 24:
  1. Install UI dependencies:
  1. Start the local Docker services:
  1. Install Python requirements:
  1. Start the backend services:
  1. Start the UI:
  1. Open the application on http://localhost:3000.