@tillmanbuildstech/serv
v0.1.9
Published
Cross-platform Windows service / systemd / launchd process supervisor
Readme
@tillmanbuildstech/serv
npm wrapper for serv, a cross-platform Windows service / systemd / launchd process supervisor.
This package does not contain the serv binary itself. On install, a
postinstall script downloads the release archive matching your platform
from GitHub Releases,
verifies its SHA256 checksum against the value pinned in checksums.json,
and extracts it into bin/.
Usage
Run once without installing anything permanently:
npx @tillmanbuildstech/serv status myappOr install it:
npm install -g @tillmanbuildstech/serv
serv status myappSupported platforms: Windows, macOS, Linux — amd64 and arm64.
See the main installation docs
for other install methods (Scoop, winget, Homebrew, go install).
