@sys9/run9-cli
v0.7.1
Published
run9 CLI with bundled native binaries for Linux and macOS
Readme
@sys9/run9-cli
Install:
npm install -g @sys9/run9-clibun install -g @sys9/run9-cliThe installed run9 launcher is a POSIX shell wrapper around the bundled
native binary, so bun install -g works even when node is not present.
This package only supports Linux/macOS on x64/arm64; npm metadata rejects Windows.
Run:
run9 auth login \
--endpoint https://api.run.sys9.ai \
--ak ak-... \
--sk sk-...