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.
- Download
spacewave-cli-macos-arm64.zipand extract it. - Move
spacewave-clisomewhere on your PATH, such as/usr/local/bin. - Open a new terminal and run
spacewave status.
Windows
Windows (x86_64) ships as a portable zip until a packaged installer is available.
- Download
spacewave-cli-windows-amd64.zipand extract it. - Move
spacewave.exesomewhere on your PATH (for example a folder you create at%USERPROFILE%\binand add to PATH). - 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 spacewaveRun spacewave status to confirm the binary is on your PATH.