cellos-0.5.0 is not a library.
cellos
Canonical install entry point for the CellOS operator tool.
Produces a single cellctl binary — the kubectl-style CLI for CellOS
execution cells and formations. All logic lives in the
cellos-ctl crate; this crate
exists so the install command matches the project name.
What's installed
cellctl— operator CLI (apply / get / describe / delete / logs / events / rollout / diff / config / version / webui). Seecellos-ctlfor the full command surface.
What's NOT installed (deployment-side, separate crates)
| Component | Install command | Audience |
|---|---|---|
cellos-server |
cargo install cellos-server |
Cluster operators running the HTTP control plane |
cellos-supervisor |
cargo install cellos-supervisor |
Hosts that run cells (Firecracker / gVisor) |
This split matches the kubectl model: cargo install cellos puts the
operator tool on your laptop; the cluster-side runners are installed
separately on the machines that actually run them, typically via
container images or system packages rather than cargo install.
Quick start
See the CellOS README for the full architecture, ADRs, and operator guides.
License
MIT OR Apache-2.0.