Download Spacewave CLI

Standalone command-line builds for macOS, Windows, and Linux.

Spacewave CLI

Standalone command-line binary. Install it alongside the desktop app to script your workflow, drive headless servers, or pipe spacewave output through other Unix tools.

Pick a build below.

macOS

macOS (Apple Silicon) ships as a signed and notarized zip archive.

  1. Download spacewave-cli-macos-arm64.zip and extract it.
  2. Move spacewave-cli somewhere on your PATH, such as /usr/local/bin.
  3. Open a new terminal and run spacewave status.

Windows

Windows (x86_64) ships as a portable zip until a packaged installer is available.

  1. Download spacewave-cli-windows-amd64.zip and extract it.
  2. Move spacewave.exe somewhere on your PATH (for example a folder you create at %USERPROFILE%\bin and add to PATH).
  3. Open a new terminal and run spacewave status.

Linux

One-line install for Linux (x86_64). Extracts the spacewave binary into /usr/local/bin.

curl -fsSL https://github.com/s4wave/spacewave/releases/latest/download/spacewave-cli-linux-amd64.tar.gz | tar -xz -C /usr/local/bin spacewave

Run spacewave status to confirm the binary is on your PATH.