// download

Get spwn

One static binary, ~7 MB, zero additional dependencies.

Linux & macOS

curl -fsSL https://spwn.stream/install.sh | sh

Installs to ~/.local/bin (or /usr/local/bin).

Windows

irm https://spwn.stream/install.ps1 | iex

PowerShell, no admin rights. Installs to %LOCALAPPDATA%\Programs\spwn and adds it to your user PATH.

copied