Zeq CLI
One command core, three mounts: the web terminal at
/apps/zeq-cli/, the Workbench dock, and the nativezeqbinary in your shell.
This is a pointer page — the real documentation lives in two places:
| You want | Go to |
|---|---|
The native terminal CLI — install one-liner, full command reference, zeq verify, zeq tutorial, zeq.py | /cli/ |
| The web CLI app — the same command core running in your browser, with the typed JSON contract for building on top of it | Build → Software-to-Hardware → Zeq CLI (web app) |
App ID zeq-cli Runs at /apps/zeq-cli/ Auth framework sign-in (the /apps/* gate)
In one breath
Compute, inspect your machine, claim credits, drive your state contracts, walk the entangled state — no model, no translator, no quota. The browser terminal, the Workbench dock, and the native binary all run the same commands.ts core, so every recipe works identically across them. The native build installs with the sha256-pinned one-liner:
curl -fsSL https://zeqapi.com/install.sh | sh
zeq tutorial
Reference
- Source:
apps/zeq-dev/public/apps/zeq-cli/(web shell) ·shared/pulse/src/cli/(command core)