Skip to content

Installation

Terminal window
npm install -g @staydistributed/stay
# or
pnpm add -g @staydistributed/stay

Use stay to install individual products:

Terminal window
stay check init
stay signal init

This runs npm install -g (or pnpm add -g if pnpm is available) for the product package and places its binary on your PATH.

You can override the package manager by setting the STAY_PM environment variable:

Terminal window
STAY_PM=pnpm stay check init
Terminal window
stay check remove
stay signal remove

You can also install products directly:

Terminal window
npm install -g @staydistributed/check
npm install -g @staydistributed/signal

The product binaries will be available as staydistributed-check and staydistributed-signal.