DocsGetting StartedInstallation

Installation

Install the ServerMe CLI on any platform.

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

bash
npm install -g serverme-cli

Homebrew

macOS and Linux:

bash
brew install jams24/serverme/serverme

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/serverme@latest

Manual download

Download pre-built binaries from GitHub Releases:

PlatformArchitectureFile
macOSApple Siliconserverme_darwin_arm64.tar.gz
macOSIntelserverme_darwin_amd64.tar.gz
Linuxx86_64serverme_linux_amd64.tar.gz
LinuxARM64serverme_linux_arm64.tar.gz
Windowsx86_64serverme_windows_amd64.zip
WindowsARM64serverme_windows_arm64.zip

Verify

bash
serverme version