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 | bashSystem 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 | bashTo install a specific version: curl -fsSL https://syndicatecode.ca/install.sh | bash -s v1.2.3
Homebrew
brew install syndicatecode/tap/syndicateBuild from source
Requires Go 1.21+.
git clone https://gitlab.mikeholownych.com/ai-syndicate/syndicatecode.git && cd syndicatecode && go build -o syndicate ./cmd/syndicateVerify installation
syndicate --versionNext steps
After installing, run syndicate init to configure your environment, then syndicate session start to begin.