This server was built without the web UI (API-only mode), so there's nothing to render in the browser here.
A normal install includes the web UI, so this means either you're running a
source checkout that hasn't built it, or the UI was skipped at build time
(OMNIGENT_SKIP_WEB_UI) — possibly a cached UI-less build being
reused.
From a source checkout — build the UI in place (needs
Node.js and npm), then restart:
cd web npm install npm run build
Installed from source / git — rebuild with the UI included:
make sure OMNIGENT_SKIP_WEB_UI is unset and npm
works, clear the cache (a cached UI-less build can otherwise be reused), then
reinstall the same spec you originally used:
uv cache clean omnigent
npm run dev is for live UI development — it runs a separate dev
server and won't fix this page. The CLI works regardless, and the JSON API
is at /docs.
Details: omnigent-ai/omnigent