● The application started successfully, and the message you see is the UI layer gate—because we skipped the runtime. Current status summary:
Current running status
-
The Electron main window is open, and the Vite renderer (http://localhost:5173) is working correctly.
-
However, the Multimodel runtime CLI is not parsed, causing the Team-related panels to display the message "Multimodel runtime is required" (the application itself is running, but this functionality is gated).
Root cause of runtime failure (I have verified that it is not a build issue):
-
pnpm dev normally downloads agent-teams-runtime-win32-x64-v0.0.4.zip (the upstream Bun 1.3.11 standalone exe).
-
Executing claude-multimodel.exe --version on the local machine results in a segmentation fault: panic (main thread): Segmentation fault at address 0xD5C.
-
This is a bug in the upstream pre-compiled Bun binary, not a problem with the project source code.
Feasible repair paths (all require your decision and involve additional resources)
┌──────┬─────────────────────────────────────────────────────────────┬───────────────────┐
│ Solution │ Action │ Cost │
├──────┼─────────────────────────────────────────────────────────────┼─────────────────────┤
│ │ Clone source code repository │ Requires network + installation │
│ A │ github.com/777genius/agent_teams_orchestrator@v0.0.4, local installation │ Bun (~50MB) │
│ │ Bun, bun run build:dev, set CLAUDE_DEV_RUNTIME_ROOT= to start │ │
├──────┼───────────────────────────────────────────────────────────┼───────────────────┤
│ B │ Downgrade/Upgrade Bundled version Repackage runtime │ Depends on upstream alternative │
│ │ │ asset │
├──────┼───────────────────────────────────────────────────────────────┼─────────────────────┤
│ C │ Contact upstream @777genius to submit an issue / wait for fix │ Uncontrollable │
├──────┼─────────────────────────────────────────────────────────────┼───────────────────┤
│ D │ Acceptance function downgraded, main program is already running │ Current status │
└──────┴─────────────────────────────────────────────────────────────┴─────────────────────┘
First stop the background Electron instance to ensure no "tail" is left, then wait for you to decide which path to take.
● The application started successfully, and the message you see is the UI layer gate—because we skipped the runtime. Current status summary:
Current running status
The Electron main window is open, and the Vite renderer (http://localhost:5173) is working correctly.
However, the Multimodel runtime CLI is not parsed, causing the Team-related panels to display the message "Multimodel runtime is required" (the application itself is running, but this functionality is gated).
Root cause of runtime failure (I have verified that it is not a build issue):
pnpm dev normally downloads agent-teams-runtime-win32-x64-v0.0.4.zip (the upstream Bun 1.3.11 standalone exe).
Executing claude-multimodel.exe --version on the local machine results in a segmentation fault: panic (main thread): Segmentation fault at address 0xD5C.
This is a bug in the upstream pre-compiled Bun binary, not a problem with the project source code.
Feasible repair paths (all require your decision and involve additional resources)
┌──────┬─────────────────────────────────────────────────────────────┬───────────────────┐
│ Solution │ Action │ Cost │
├──────┼─────────────────────────────────────────────────────────────┼─────────────────────┤
│ │ Clone source code repository │ Requires network + installation │
│ A │ github.com/777genius/agent_teams_orchestrator@v0.0.4, local installation │ Bun (~50MB) │
│ │ Bun, bun run build:dev, set CLAUDE_DEV_RUNTIME_ROOT= to start │ │
├──────┼───────────────────────────────────────────────────────────┼───────────────────┤
│ B │ Downgrade/Upgrade Bundled version Repackage runtime │ Depends on upstream alternative │
│ │ │ asset │
├──────┼───────────────────────────────────────────────────────────────┼─────────────────────┤
│ C │ Contact upstream @777genius to submit an issue / wait for fix │ Uncontrollable │
├──────┼─────────────────────────────────────────────────────────────┼───────────────────┤
│ D │ Acceptance function downgraded, main program is already running │ Current status │
└──────┴─────────────────────────────────────────────────────────────┴─────────────────────┘
First stop the background Electron instance to ensure no "tail" is left, then wait for you to decide which path to take.