Skip to main content

Install Syndicate Code

The CLI is the primary interface for Syndicate Code. Install it with the command below.

curl -fsSL https://syndicatecode.ca/install.sh | bash

System requirements

  • macOS, Linux, or WSL on Windows
  • x86_64/amd64 or arm64 architecture

Install methods

curl (recommended)

Downloads pre-built binary from GitLab releases.

curl -fsSL https://syndicatecode.ca/install.sh | bash

To install a specific version: curl -fsSL https://syndicatecode.ca/install.sh | bash -s v1.2.3

Homebrew

brew install syndicatecode/tap/syndicate

Build from source

Requires Go 1.21+.

git clone https://gitlab.mikeholownych.com/ai-syndicate/syndicatecode.git && cd syndicatecode && go build -o syndicate ./cmd/syndicate

Verify installation

syndicate --version

Next steps

After installing, run syndicate init to configure your environment, then syndicate session start to begin.