The canonical, authoritative home of this project is GitLab — always:
This GitHub repository is a frozen, read-only mirror. All development, issues, and releases happen on GitLab. Please open issues and merge requests there. The full history of this stub is preserved on GitLab.
This project is part of the nclawzero claw-family experimental set (alongside zterm, ncz-tools, and zcon). It is unfinished and not yet recommended for production use. Interfaces, file formats, and behavior may change without notice.
Operator tooling for the nclawzero edge fleet. Cargo workspace housing the Rust binaries that get installed on every nclawzero device and on the operator workstations that drive them.
| Crate | Role |
|---|---|
ncz/ |
On-device umbrella CLI (status, set-agent, logs, providers, sandbox, integrity, update, channel, health, inspect, ...). Replaces the bash dispatcher previously shipped from pi-gen-nclawzero stage 06-install-ncz-cli. |
zterm/ |
Light, thin, fast terminal REPL for the claw-family agentic daemons. Back to the 1970s. |
cargo build --release # build all members
cargo build --release -p ncz # ncz only
cargo build --release -p zterm # zterm only
cargo test --workspacencz ships as a .deb in the nclawzero-internal apt repo on ARGOS and
is installed by pi-gen-nclawzero stage 06-install-ncz-cli.
zterm is a developer/operator tool, installed via cargo install.