docs/book/src/zerocode/running.md
On the same machine as the daemon, no extra configuration is needed:
<div class="os-tabs-src">zerocode
zerocode finds the daemon's local endpoint automatically: <data_dir>/data/daemon.sock
on Unix, \\.\pipe\zeroclaw-<hash> on Windows. If the daemon isn't running,
zerocode spawns an ephemeral one.
In the Chat and Code panes you can load or switch existing sessions without restarting zerocode:
The in-app help overlay shows your live key bindings for these actions.
Chat/Code sessions and ACP-backed sessions use different stores. If you use the ACP protocol directly, use session/load when you need transcript replay and session/resume when you only need the server-side session state restored. See the ACP documentation for protocol-level details.
| Flag | Description |
|---|---|
--connect <url> | Connect to a remote daemon via WSS (e.g. wss://host:9781) |
--tls-skip-verify | Skip TLS certificate verification. Required for self-signed certs |
--config-dir <path> | Override the config directory |