Skip to content llms.txt

Installation

RequirementDetails
OSLinux, macOS, Windows (WSL or msys/mingw/cygwin)
Architecturex86_64 (amd64) or arm64
Go1.25+ (only for go install or building from source)

Downloads the latest release binary and verifies its SHA-256 checksum. Works on Linux, macOS, and Windows.

Terminal window
curl -fsSL https://raw.githubusercontent.com/OpenScribbler/syllago/main/install.sh | sh

Installs to ~/.local/bin by default. To override the install directory:

Terminal window
curl -fsSL https://raw.githubusercontent.com/OpenScribbler/syllago/main/install.sh | INSTALL_DIR=/usr/local/bin sh

The install script creates a syl alias symlink automatically, so you can use either syllago or syl to run commands.

Terminal window
brew install openscribbler/tap/syllago
Terminal window
go install github.com/OpenScribbler/syllago/cli/cmd/syllago@latest

Requires Go 1.25+.

Requires Go 1.25+.

Terminal window
git clone https://github.com/OpenScribbler/syllago.git
cd syllago
make build
Terminal window
syllago version
Terminal window
syllago update

Updates syllago to the latest release.

syllago generates completions for bash, zsh, fish, and PowerShell.

Current session:

Terminal window
source <(syllago completion bash)

Permanent (Linux):

Terminal window
syllago completion bash > /etc/bash_completion.d/syllago

Permanent (macOS):

Terminal window
syllago completion bash > $(brew --prefix)/etc/bash_completion.d/syllago

Head to the Quick Start to start managing your AI coding tool content.