Launch SONAR with ./start-sonar.command.
The app is pinned to:
http://localhost:4173/index.html
SONAR can generate a network report through the OpenAI Responses API. The browser sends a compact network summary to the local SONAR server, and the local server sends the request to OpenAI with your API key.
The preferred setup is inside SONAR: open a network, go to Settings, and enter the OpenAI API key and model there. Changes apply to the next report immediately.
The .env file is now only a fallback for server-side defaults:
OPENAI_API_KEY=your_api_key_here
SONAR_OPENAI_MODEL=gpt-5.5Run the internal simulation metric audit with:
node tools/simulation-metric-audit.mjsThe audit uses small benchmark organizations to check factual org metrics, network metrics, coordination-cost proxies, scenario deltas, formula-guide coverage, and core 0-100 invariants.