Skip to content

Installation

Install the inz CLI on macOS, Linux, or Windows.

The inz CLI is a single binary — no runtime dependencies, no package manager required.

Terminal window
curl -fsSL https://get.instancez.ai | sh

Installs inz to ~/.local/bin. If that directory isn’t in your PATH, the script will tell you.

Verify the install:

Terminal window
inz version

Each link points at the binary for the latest release:

PlatformDownload
macOS (Apple Silicon)inz_darwin_arm64
macOS (Intel)inz_darwin_amd64
Linux x86-64inz_linux_amd64
Linux ARM64inz_linux_arm64
Windows x86-64inz_windows_amd64.exe
Windows ARM64inz_windows_arm64.exe

For a specific version instead, browse all releases.

On macOS or Linux, make the binary executable, rename it, and move it onto your PATH:

Terminal window
chmod +x inz_darwin_arm64
mv inz_darwin_arm64 ~/.local/bin/inz

Re-run the install command to update to the latest release. The script overwrites the existing binary.

Delete the binary:

Terminal window
rm ~/.local/bin/inz
  • Quick Start — create a project and have an API running in minutes