Install Syndicate Code
One command. No dependencies. The install script downloads the latest binary for your platform and places it on your PATH.
macOS and Linux
curl -fsSL https://install.syndicatecode.ca/install.sh | bashWindows
Run in PowerShell:
irm https://install.syndicatecode.ca/install.ps1 | iexOther install methods
▶Homebrew (macOS and Linux)
brew install ai-syndicate/tap/syndicateHomebrew does not auto-update. Run brew upgrade syndicate to update.
▶Go install (from source, requires Go 1.25+ and CGO)
CGO_ENABLED=1 go install \
gitlab.mikeholownych.com/ai-syndicate/syndicate.code/cmd/syndicate@latest▶Direct download
Visit registry.mikeholownych.com/releases to download a pre-built binary for your platform. Verify checksums before installing.
Verify installation
syndicate doctorsyndicate --versionUpdate
syndicate updateSystem requirements
| Platform | Requirement |
|---|---|
| macOS | 13.0 (Ventura) or later |
| Linux | Ubuntu 20.04+ or equivalent |
| Windows | Windows 10 (1809+), Git Bash |
| RAM | 4 GB minimum, 8 GB recommended |
| Disk | 200 MB for binary and DB |
| Network | Required (for provider calls) |