Running zerocode
Local setup
On the same machine as the daemon, no extra configuration is needed:
sh
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.
CLI flags
| 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 |