zeq CLI

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.

Web CLI works today

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.

Command reference web CLI

tutorialInteractive 5-step walkthrough — Zeqonds, compute, state, agents.
helloReal one-shot demo compute; prints the CKO envelope.
examples20+ copy-paste real examples across all categories.
whoamiCurrent ZID, machine machine, tier, balances.
walletCredits & envelopes: free credits, paid credits, envelope coins, recent ledger. Claim your daily 777 in the Vault.
pulseCurrent Zeqond, phase, HulyaPulse status.
agentsList agents on this machine.
skillsList synthesised skills on this machine.
apisList registered external APIs.
oracleTransparency now: envelopes, foundation pot, active machines.
healthapi-core health probe.
operators / families / protocolsBrowse the operator catalogue (1,500+ operators across 64 domains).
versionCLI 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.

Native CLI v0.1.0 · in development

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.