Quickstart
July 23, 2026 ยท View on GitHub
Install Rust and Node.js for repository development. The browser UI is checked in as a versioned static snapshot; all product behavior is built from Rust.
npm install
npm run build
./bin/maestro --version
./bin/maestro
./bin/maestro web --port 3000
Run checks with:
npm run check:rust-only-runtime
npm run lint
npm test