Installation
Install the inz CLI on macOS, Linux, or Windows.
The inz CLI is a single binary — no runtime dependencies, no package manager required.
One-line install
Section titled “One-line install”curl -fsSL https://get.instancez.ai | shInstalls inz to ~/.local/bin. If that directory isn’t in your PATH, the script will tell you.
curl -fsSL https://get.instancez.ai | shInstalls inz to ~/.local/bin. Works on x86-64 and ARM64.
irm https://get.instancez.ai/windows | iexInstalls inz.exe to %LOCALAPPDATA%\instancez\bin. Run in PowerShell 5.1+.
Alternatively, download the .exe directly and place it anywhere on your PATH.
Verify the install:
inz versionManual download
Section titled “Manual download”Each link points at the binary for the latest release:
| Platform | Download |
|---|---|
| macOS (Apple Silicon) | inz_darwin_arm64 |
| macOS (Intel) | inz_darwin_amd64 |
| Linux x86-64 | inz_linux_amd64 |
| Linux ARM64 | inz_linux_arm64 |
| Windows x86-64 | inz_windows_amd64.exe |
| Windows ARM64 | inz_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:
chmod +x inz_darwin_arm64mv inz_darwin_arm64 ~/.local/bin/inzUpdating
Section titled “Updating”Re-run the install command to update to the latest release. The script overwrites the existing binary.
Uninstalling
Section titled “Uninstalling”Delete the binary:
rm ~/.local/bin/inzRemove-Item "$env:LOCALAPPDATA\instancez\bin\inz.exe"What’s next
Section titled “What’s next”- Quick Start — create a project and have an API running in minutes