Installation
Install the ServerMe CLI on any platform.
npm (recommended)
Works on macOS, Linux, and Windows with Node.js 16+:
bash
npm install -g serverme-cliHomebrew
macOS and Linux:
bash
brew install jams24/serverme/servermeShell script
Auto-detects your OS and architecture:
bash
curl -fsSL https://raw.githubusercontent.com/jams24/serverme/main/deploy/get.sh | shGo install
If you have Go 1.24+:
bash
go install github.com/jams24/serverme/cli/cmd/serverme@latestManual download
Download pre-built binaries from GitHub Releases:
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | serverme_darwin_arm64.tar.gz |
| macOS | Intel | serverme_darwin_amd64.tar.gz |
| Linux | x86_64 | serverme_linux_amd64.tar.gz |
| Linux | ARM64 | serverme_linux_arm64.tar.gz |
| Windows | x86_64 | serverme_windows_amd64.zip |
| Windows | ARM64 | serverme_windows_arm64.zip |
Verify
bash
serverme version