Download Spacewave

Self-hosted in your browser. Available for macOS, Windows, and Linux.

Pick a build below.

Windows

Interim unsigned build

  1. Click Download, save the zip, and extract it.
  2. Run spacewave.exe. If SmartScreen shows "Windows protected your PC", click More info, then Run anyway.
  3. Only needed once per install.

The Windows build is unsigned during Microsoft's code-signing identity validation. The signed MSIX build returns once validation completes; the SmartScreen prompt disappears at that point.

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.