Minimal runnable BrainDrive MVP for local onboarding with:
- OpenRouter credential onboarding in the web UI
- Core runtime (paa-runtime)
- Required first-party MCP services (mcp-memory, mcp-auth, mcp-project)
- Web client (paa-web)
- builds/typescript - runtime + web app + onboarding scripts
- builds/mcp_release - first-party MCP service implementation used by compose
- docs/onboarding/getting-started-testing-openrouter-docker.md - clean start instructions
Linux/macOS/WSL:
cd <repo-root>/builds/typescript
bash ./scripts/new-user-setup.sh
Windows PowerShell:
cd <repo-root>\builds\typescript
powershell -ExecutionPolicy Bypass -File .\scripts\new-user-setup.ps1
Then open http://127.0.0.1:5073.