Skip to content

Installation

homeport runs on your laptop or CI. The server needs nothing installed but SSH — the CLI does everything else over the wire.

Terminal window
brew install homeport-sh/tap/homeport

Upgrades come through brew upgrade homeport.

Terminal window
curl -fsSL https://homeport.sh/install | sh

Grab the archive for your OS and architecture from the releases page, unpack it, and put homeport on your PATH. Builds ship for macOS and Linux on both amd64 and arm64.

Machine Needs
Your laptop / CI the homeport CLI
The server SSH only (Caddy + the homeportd helper are installed by bootstrap)

Next: go from a bare VPS to a live app in Quick start.