DocsGetting StartedInstallation

Installation

Install the Deployzy CLI on any platform.

Works on macOS, Linux, and Windows with Node.js 16+:

bash
npm install -g deployzy-cli

Homebrew

macOS and Linux:

bash
brew install jams24/serverme/deployzy

Shell script

Auto-detects your OS and architecture:

bash
curl -fsSL https://raw.githubusercontent.com/jams24/serverme/main/deploy/get.sh | sh

Go install

If you have Go 1.24+:

bash
go install github.com/jams24/serverme/cli/cmd/deployzy@latest

Manual download

Download pre-built binaries from GitHub Releases:

PlatformArchitectureFile
macOSApple Silicondeployzy_darwin_arm64.tar.gz
macOSInteldeployzy_darwin_amd64.tar.gz
Linuxx86_64deployzy_linux_amd64.tar.gz
LinuxARM64deployzy_linux_arm64.tar.gz
Windowsx86_64deployzy_windows_amd64.zip
WindowsARM64deployzy_windows_arm64.zip

Verify

bash
deployzy version