Installation
The CLI ships two ways: an npm package (needs Node 18+) and standalone tarballs that bundle their own Node runtime (no system Node required). The standalone builds back the Homebrew and curl installers.npm
Homebrew (macOS / Linux)
curl (standalone)
SHA256SUMS.txt, unpacks it to
~/.nexspace, and links nexspace onto your PATH. Re-running upgrades in
place. Pin a version with --version cli-vX.Y.Z.
Manual download
Grab a tarball for your platform from the release assets (names embed the version and build sha, e.g.nexspace-v0.2.0-<sha>-darwin-arm64.tar.gz) and the
SHA256SUMS.txt to verify it:
Updating
Requirements
- Node.js 18+ (npm install only — standalone builds bundle Node)
- macOS 12+, Ubuntu 20.04+, or Windows 10+

