H
Hostess

Installation

Install the Hostess CLI on macOS, Linux, or Windows and verify your installation.

Install

macOS / Linux:

Terminal
curl -fsSL https://hostess.sh/install.sh | sh

Windows:

PowerShell
irm https://hostess.sh/install.ps1 | iex

Verify your installation

Terminal
hostess --version
# hostess version 0.2.x

Updating

Terminal
hostess update

Uninstalling

Terminal
rm -f ~/.local/bin/hostess
rm -rf ~/.hostess

Next steps

After installing, log in and follow the Quick Start to deploy your first application.

On this page