One Go binary

Headless and CLI installation

Use Switchyard on SSH hosts, CI workers, WSL2, or any machine where you do not want the native desktop shell.

Stable archives

No stable release published

Release archives include the Switchyard binary, license, README, CLI contract, and compatibility policy. The binary serves the browser UI and MCP surface without a JavaScript runtime.

Verified archives will appear here after the first GitHub Release.

Until then, build the binary from the reviewed source tree.

Build from source

Use the pinned toolchain.

This produces an unsigned local binary. It has no updater authority and should not be redistributed as an official release.

pnpm install --frozen-lockfile
make build
install -m 0755 bin/switchyard "$HOME/.local/bin/switchyard"
switchyard doctor