Install the Make CLI
The Make CLI is available for macOS, Linux, and Windows. Choose the installation method that suits your setup.
Install via npm
To install via npm, install Node.js and run this command in your terminal:
npm install -g @makehq/cliOr to run directly without installing:
npx @makehq/cli <command>Example
npx @makehq/cli scenarios list --team-id=123Install via Homebrew (macOS and Linux)
To install via Homebrew, run this command in your terminal:
brew install make-cli integromat/tap/make-cliInstall via binary (macOS, Linux, Windows)
The following pre-built binaries are available:
Linux
x86_64
make-cli-linux-amd64.tar.gz
Linux
arm64
make-cli-linux-arm64.tar.gz
macOS
x86_64 (Intel)
make-cli-darwin-amd64.tar.gz
macOS
arm64 (Apple Silicon)
make-cli-darwin-arm64.tar.gz
Windows
x86_64
make-cli-windows-amd64.tar.gz
To install from a binary:
Download the archive for your platform from the Make CLI releases page.
Extract the archive.
Move the binary to a directory on your
PATH.
Install via .deb package (Linux)
.deb packages are available for Linux:
x86_64
make-cli-linux-amd64.deb
arm64
make-cli-linux-arm64.deb
To install via .deb package:
Download the package from the Make releases page.
Run this command in your terminal:
Replace the filename with the one matching your architecture.
Last updated

