Skip to main content

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 | bash

Windows

Run in PowerShell:

irm https://install.syndicatecode.ca/install.ps1 | iex

Other install methods

Homebrew (macOS and Linux)
brew install ai-syndicate/tap/syndicate

Homebrew 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 doctor
syndicate --version

Update

syndicate update

System requirements

PlatformRequirement
macOS13.0 (Ventura) or later
LinuxUbuntu 20.04+ or equivalent
WindowsWindows 10 (1809+), Git Bash
RAM4 GB minimum, 8 GB recommended
Disk200 MB for binary and DB
NetworkRequired (for provider calls)
Install Syndicate Code | Syndicate Code