+- **Browser mode (`--serve`).** On some Linux distributions and under WSL2 the desktop window opens blank (often with `Could not create default EGL display`) because the bundled WebView cannot start against the host's graphics stack. The same binary can now run as a local web server instead: `magic-context-dashboard --serve` prints a URL (with a one-time access token) that you open in your normal browser, bypassing the embedded WebView entirely. It binds `127.0.0.1:9077` by default; `--serve <port>` changes the port, and `--host 0.0.0.0 --allow-remote` exposes it to other machines (off by default, behind an explicit flag, since the dashboard can read transcripts and edit config). See the [dashboard docs](https://docs.cortexkit.io/magic-context/reference/dashboard/#browser-mode---serve).
0 commit comments