neuron ui — Local Dashboard
neuron ui launches a local web dashboard for browsing the memory store.
It binds to the requested port if free, or the next free port above it, and
opens your default browser automatically unless told not to.
| Flag | Effect |
|---|---|
--port <n> | Preferred port (default: 3333). If already in use, the server binds the next free port above it instead of failing |
--no-open | Don’t launch a browser automatically |
Examples
Section titled “Examples”neuron ui # opens a browser at the first free port from 3333neuron ui --port 4000 # prefer 4000neuron ui --no-open # print the URL, don't launch a browserStop the server with Ctrl-C — neuron ui runs in the foreground until
interrupted.