Two forms, honestly labelled: the web CLI works today — it's the exact module graph the Workbench runs, in your browser. The native binary is a v0.1.0 prototype — source in the repo, full client ships after launch. No fake install commands on this page.
No install. Launches in the browser, signed in with your Zeq session.
Launch the web CLI →Start with tutorial (5-step walkthrough) or hello — a real one-shot compute (NM19 mass=5 acceleration=2) that prints the CKO envelope.
| tutorial | Interactive 5-step walkthrough — Zeqonds, compute, state, agents. |
| hello | Real one-shot demo compute; prints the CKO envelope. |
| examples | 20+ copy-paste real examples across all categories. |
| whoami | Current ZID, machine machine, tier, balances. |
| wallet | Credits & envelopes: free credits, paid credits, envelope coins, recent ledger. Claim your daily 777 in the Vault. |
| pulse | Current Zeqond, phase, HulyaPulse status. |
| agents | List agents on this machine. |
| skills | List synthesised skills on this machine. |
| apis | List registered external APIs. |
| oracle | Transparency now: envelopes, foundation pot, active machines. |
| health | api-core health probe. |
| operators / families / protocols | Browse the operator catalogue (1,500+ operators across 64 domains). |
| version | CLI version + framework constants (1.287 Hz, τ=0.777 s, ≤0.1%). |
Economy note: compute is billed in credits (fuel — never transferable); each compute mints a ZEQ envelope, and paid-funded computes mint 80% of it to you as coins — the only transferable asset.
Honest status: the native binary is an early Rust prototype (~330 lines: verify, operators, process). It is not published to any registry — there is no npm i -g, no brew, no release download yet. The full native client (login, spin-up, compute, chain explore, contracts, tally) ships after launch.
# build the prototype from source (Rust toolchain required)
$ git clone the framework repo && cd apps/zeq-dev/public/apps/zeq-cli
$ cargo build --release
$ ./target/release/zeq operators # prototype commands only
Until then, the web CLI is the canonical command line.