Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Install

Koyal supports release-binary installers, source installs, package-manager manifests, and direct Cargo builds.

Unix installer:

./install.sh --version 0.1.0 --binary
./install.sh --source .
./install.sh --minimal --source .

Windows installer:

.\install.ps1 -Version 0.1.0 -Binary
.\install.ps1 -FromSource
setup.bat -Version 0.1.0 -Binary

Package surfaces are staged under dist/ for AUR, Scoop, Homebrew taps, nFPM Linux packages, and FreeBSD services. Before publishing, run:

scripts/release/readiness.sh
scripts/release/preflight.sh

The distribution notes live in docs/distribution.md.