Public giveaway · v0.4.4 · Aziel Eliab · install notes only

The operator desk runs on your machine.

This page cites the local install path. It does not load company jobs, scores, or tenant metrics. live_backends is false.

curl -fsSL https://trades-runtime.vibelock.workers.dev/download -o trades-runtime-0.4.4.tgz
tar -xzf trades-runtime-0.4.4.tgz
cd package
npm install
npx tsx src/cli.ts desk

Drop your own exports in data/inbound/servicetitan/, data/inbound/probooks/, or data/inbound/trades-app/. The desk binds to 127.0.0.1:4174 and labels synthetic demo data until a local file is admitted. Local alert rules stay on that machine. Copy data/runtime/alerts.json.example. Webhook hooks accept loopback only. This page does not receive them.

On that machine the desk can switch a light or dark theme and open a printable snapshot. Both stay local. The lane view counts slots or a known trade token. It does not draw a map. This page still does not load company jobs.

Option C prep on that machine is npm run pilot:prep. The receipt keeps pilot_started false. It does not start a company pilot, and this Worker does not run that prep.

ServiceTitan, ProBooks, and trades-app writes stay refused. Option C pilot is not started. Option D is not started.

Back to the giveaway