Download Spacewave
Self-hosted in your browser. Available for macOS, Windows, and Linux.
Pick a build below.
Windows
Interim unsigned build
- Click Download, save the zip, and extract it.
- Run spacewave.exe. If SmartScreen shows "Windows protected your PC", click More info, then Run anyway.
- 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.
- 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.