Dashboard not bundled in this build

The REST API and MCP endpoint are running normally.

This binary was compiled without the dashboard assets (typical for cargo install).

To get the dashboard: install a prebuilt release binary (cargo binstall oxhivemind), or build from a clone: cd dashboard && bun install && bun run build, then cargo install --path .