Skip to content

AutoC Web

autoc web runs AutoC in the browser — same Agent, sessions, and EB toolchain. Good for large screens or mobile viewing.

AutoC Web

Quickstart

Same as TUI: cd to the project first.

powershell
cd D:\projects\my-eb-project
autoc web

Default: http://127.0.0.1:3141, opens browser automatically.

OptionPurpose
--port <n>Listen port (default 3141)
--host 0.0.0.0LAN access
--no-openDo not open browser
-cContinue latest session

Authentication

Web has no login form. Complete WhyEngineer login in the TUI (/login) before starting autoc web.

UI

AreaPurpose
SidebarHistory, search, export, delete
Top barModel, thinking level, cost, context
MessagesMarkdown, collapsible tool cards
InputText, images, command palette
FilesBrowse project, insert @ refs

Enter send, Shift+Enter newline, Esc abort.

vs TUI

CapabilityTUIWeb
Chat, EB toolsYesYes
/loginYesNo (TUI first)
Full slash commandsYesPartial (palette)
/tree, /forkYesNo

Advanced session ops: use TUI. Storage matches Sessions.

Advanced

--host 0.0.0.0 has no built-in access control — do not expose on untrusted networks. Add to home screen as PWA on mobile (Web server must stay running).

AUTOSAR BSW AI configuration assistant