LangWatch is available as a Docker Compose setup for easy deployment on your local machine
git clone https://github.com/langwatch/langwatch.git cp langwatch/.env.example langwatch/.env docker compose up -d --wait --build
docker compose up redis postgres opensearch
make install make start
Was this page helpful?