Spawn daemon installer
Download the right daemon for this host.
The installer detects macOS or Linux on the machine where it runs, downloads the matching prebuilt binary, then starts the daemon as a user service.
Detected browser OS
Unknown OS
The browser could not identify this OS. The installer supports macOS and Linux, and will detect the actual host when it runs.
macOS LaunchAgent or Linux user systemd, depending on the host.
Run from a host terminal
Run this in the host terminal.
curl -fsSL https://spawnd.dev/install.sh | shUse this command from a supported macOS or Linux terminal, not from this browser OS.
macOS
Downloads a Darwin build for Apple Silicon or Intel, then starts a LaunchAgent.
Linux
Downloads an x86_64 or arm64 Linux build, then starts user systemd when available.
Remote hosts
SSH into the machine that should run agents, then run the same command there.
Prebuilt-only smoke test
Use this when you want to prove the hosted binary path works and fail instead of building from source.
curl -fsSL https://spawnd.dev/install.sh | sh -s -- --prebuilt-only