Boot from here
Start all Bridge AI OS services. Use the commands below from the repo root. Check Ports or Status to verify everything is up.
1. Full stack (PowerShell)
From repo root (e.g. E:\AOE). Copy and paste into a terminal:
.\scripts\boot-all-run-all.ps1 -OpenDashboard
Starts: Spine (4000), Dashboard (3000), Next.js (3032), Revenue, SMB, LinkedIn, Payments, Supaco (3103), Bridge (8082). Opens dashboard in browser.
2. Install, run, and handle (port controller)
npm run port-controller
Install (v1 + supaco/aoe-mcp), then start control plane. Ports from scripts/modules-map.json. Handle: npm run control:status / control:doctor / control:reconcile -- --apply.
Or only run: npm run control:start. Only install: .\scripts\port-controller.ps1 -InstallOnly.
3. Keep services up (monitor)
npm run monitor
Runs the monitor agent directly; restarts any service that goes down. Config: scripts/modules-map.json or scripts/monitor-services.config.json.
4. Installer (port 7777)
First-launch installer UI — dashboard and spine on fixed ports:
From v1:
npm run start:installer
Dashboard :7777, spine :7778.
If you see {"detail":"Not Found"}, the installer isn’t running — start it with the command above, then open the link again.
5. Power servers (terminal / DTC)
Taurus, Supaco, and Bridge — start so Terminal shows them online:
Copy and run in terminal:
npx next dev -p 3032
Taurus :3032 — from repo root or Next.js app folder.
cd supaco-team && npm start
Supaco :3103.
powershell -ExecutionPolicy Bypass -File bridge_ai_os/core/bridge_server.ps1
Bridge :8082. Run from repo root.
.\scripts\start-sovereign-node.ps1
Starts Dashboard (4201), Bridge (8082), Supaco (3103), Spine (4000), Gateway (8080).
6. Start page
After full boot, the start URL is:
Dashboard/landing (e.g. http://localhost:4201 or http://localhost:3000 — / redirects here).