avc ui
Serves a graphical interface at http://127.0.0.1:3004 for users who don’t run VSCode. Auto-opens your browser. Same features as the VSCode extension.
avc ui # default port 3004, auto-open browseravc ui --port 8080 # custom portavc ui --no-open # don't open browser (headless / SSH)avc ui --host 0.0.0.0 # bind all interfaces (LAN access)| Flag | Description |
|---|---|
--port <n> | Port to listen on (default 3004) |
--host <addr> | Bind host (default 127.0.0.1 — localhost only) |
--no-open | Don’t open the browser automatically |
Lifecycle
Section titled “Lifecycle”The server runs in the foreground. Stop it with Ctrl+C.
$ avc uiAVC UI server listening at http://127.0.0.1:3004Opening http://127.0.0.1:3004 in your default browser…Network exposure
Section titled “Network exposure”The default 127.0.0.1 binding is loopback-only and safe by default.
See also
Section titled “See also”- Web UI documentation — features and screenshots
- REST API reference — the HTTP endpoints behind the UI