CLI · InstallInstall eqs

Install eqs

Download the binary and put eqs on your PATH.

eqs is the eQuantic Space command line — manage services, deploy, stream logs and more, against SaaS and on-premise installations. It's a single binary, with no Node dependency on your machine.

Quick install

bash
curl -fsSL https://get.equantic.space/cli | sh

The script detects your OS/architecture, downloads the correct binary and puts it on your PATH. Verify with:

bash
eqs version

Other methods

MethodCommand
Homebrew (coming soon)brew install equantic/tap/eqs
npm (coming soon)npm i -g @equantic/cli
ManualDownload the release binary from GitHub and move it to /usr/local/bin.
The CLI is versioned independently from the platform (the cli-vX.Y.Z tag stream). eqs version shows the binary version.