Flow Profile is a local-only prototype. There is no published package at the time of writing, so install from source.
- Bun >= 1.1.0
- Node.js >= 20
git clone <repo>
cd flow-profile
bun installbun run --cwd packages/cli buildnode packages/cli/dist/cli.js --help
node packages/cli/dist/cli.js build --in ./flows.json --out-dir ./outbun run devOpen http://localhost:5173 and drag drop a Node-RED export (flows.json).
- CLI:
node packages/cli/dist/cli.js --help - Web: load the app and drop a
flows.jsonfile to see the parsed UI.