- Node.js 20+ and Bun
- PostgreSQL database
- Redis (optional, for scaling)
brew install node
# brew: bun
brew install oven-sh/bun/bun
# tools: turbo, dotenv cli
bun install turbo @dotenv-run/cli --global-
Clone and Install
cd ~/Developer/Work/web gh repo clone xmlking/mastra-ag-ui cd mastra-ag-ui bun install # (optional) playwright is required for end-to-end testing bunx playwright install
# Start database
docker compose up# to start `mastra` app
turbo run @repo/mastra#dev
# to start `web` app (optional)
turbo run web#dev # to build `mastra` app
turbo run @repo/mastra#build