Features

The whole stack, at a glance.

Every sys9 product and the capability it gives you, on one page. A stack of small, composable services, grouped by what they do — pick the ones you need and compose them into real systems.

Compose services through their APIs and CLIs. For example, an application can connect task9, inbox9, pulse9, and smith9; it must implement scheduling, message handling, retries, and recovery explicitly.
tooling

sys9 CLI — one entry point for supported tools.

The umbrella sys9 CLI installs supported tools on first use. Use sys9 run, sys9 db, and other listed subcommands. Individual tools have their own setup; managed db9 and drive9 binaries are not automatically added to your PATH.

terminal
npm install -g @sys9/cli
sys9 status

sys9 db create --name my-app
sys9 db sql my-app -q "SELECT 1"

# Inspect run9 login requirements before creating a Box
sys9 run auth login --help
start building

Compose the stack into your system.

Install the CLI and follow product-specific setup. run9, smith9, and chord9 require authentication; private spaces need credentials before first use.