Skip to main content

Build from source

Use this path when you are changing ECP (Execution Control Protocol) packages themselves. Day-to-day usage should install the CLI from npm.

Prerequisites

  • Node.js 22+
  • pnpm (install from the repo root, never inside individual packages)

Clone and build

Link the CLI:
From the monorepo root, run an example:

Useful monorepo commands

Package map and boundaries: see the monorepo AGENTS.md and Packages.

Browser demo with linked packages

For side-by-side work with the Graph Editor, follow the browser-demo repository README (pnpm run dev:linked, pnpm run link:ecp, sibling layout). Public try-out: hosted demo.

Next steps