autonomy-gui¶
Note
In-repo only. The autonomy-gui binary is paid-tier and is not shipped by the
install script (curl … install.sh | bash). This reference page documents make build-gui
and bin/autonomy-gui, which require a git clone checkout. Installed-mode operators
should follow the Quickstart for the autonomy CLI; the GUI surface is
not currently part of the install footprint.
autonomy-gui starts the AutonomyOps web UI server and exposes read-only fleet observability
endpoints backed by the selected SQLite database.
Synopsis¶
bin/autonomy-gui --db <path> [--addr :8090] [--dev-mode]
Common Flags¶
Flag |
Default |
Description |
|---|---|---|
|
required |
Path to control-plane SQLite DB |
|
|
Listen address |
|
|
Enable |
|
empty |
Extra dev-only CSP |
|
|
Add HSTS header (only when this server terminates TLS) |
|
|
|
Quick Start¶
bin/autonomy-gui --db demo/data/contested.db --addr :8090 --dev-mode
Then open:
http://localhost:8090
Notes¶
Binary is built by
make build-guiand emitted asbin/autonomy-gui.API surface is versioned under
/api/v1/*.POST /api/v1/auth/tokenis available only when--dev-modeis enabled.
Evidence¶
Makefile(build-gui)gui/cmd/gui/main.godocs/_generated/test-outputs/gui-help.txt