Neat CLI
The installed library provides the neat environment command. Run it from either
the SDK or DevKit to see installed component versions, installed sima-cli
playbooks, and whether newer artifacts are available.
In the SDK, the status output also includes Insight host-port mappings from
$HOME/.insight-config/neat-port-map.json.
neatExample output:
Neat Environment
Mode Neat SDK
Sysroot /opt/toolchain/aarch64/modalix
Update check online
Components
Neat core 0.2.2 channel=release latest=0.2.2
PyNeat 0.2.2
neat-runtime 0.2.2
neat-gst-plugins 0.2.2
neat-insight 0.0.3 channel=release status=Running venv=/opt/neat-insight/venv
Model Compiler 2.1.2 run activate-model-compiler to activate
Exposed Ports
Insight Web UI https://10.0.0.22:9900
Name Protocol Host Port (Start) Host Port (End)
------------------ -------- ----------------- ---------------
mainUI tcp 9900 -
metadataUDP udp 9100 9179
rtsp.tcp tcp 8554 -
videoUDP udp 9000 9079
videoUI tcp 8081 -
webRTC udp 40000 40199
webSSH tcp 8022 -
JSON Output
For automation and tool integrations, use JSON output:
neat --jsonUpdate Installed Components
To update the Neat Library runtime, neat-insight, and installed sima-cli
playbooks from the detected channel, run:
neat updateNext Step
Continue to Compile a Model to prepare a model for Modalix — this runs in the SDK and needs no DevKit. To run a full application on hardware, see Hello Neat!, which requires a paired DevKit.