Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.1 KB

File metadata and controls

34 lines (22 loc) · 1.1 KB

Start CLI

Start CLI

The official command-line tool for building, packaging, and managing StartOS services.

About

This repo hosts the Start CLI installer script via GitHub Pages. The source code and release binaries live in the StartOS monorepo.

For full documentation — CLI reference, service packaging guide, and remote management — see the Start CLI docs.

Install

curl -fsSL https://start9labs.github.io/start-cli/install.sh | sh

The installer detects your platform (macOS/Linux, x86_64/ARM64), downloads the correct binary, and adds it to your PATH.

Update

Re-run the install command. The installer detects the existing installation and replaces it.

Links