Skip to content

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.

Terminal window
avc ui # default port 3004, auto-open browser
avc ui --port 8080 # custom port
avc ui --no-open # don't open browser (headless / SSH)
avc ui --host 0.0.0.0 # bind all interfaces (LAN access)
FlagDescription
--port <n>Port to listen on (default 3004)
--host <addr>Bind host (default 127.0.0.1 — localhost only)
--no-openDon’t open the browser automatically

The server runs in the foreground. Stop it with Ctrl+C.

$ avc ui
AVC UI server listening at http://127.0.0.1:3004
Opening http://127.0.0.1:3004 in your default browser…

The default 127.0.0.1 binding is loopback-only and safe by default.