GET STARTED

Install TLCPD CLI

For Your Machine (Detected: macOS (Apple Silicon))

Download for macOSVersion v0.1.1 (Stable) · gzip archive tar.gz

Quick Shell Installer

curl -fsSL https://ganvil.app/install.sh | sh

Manual Release Binary Index (v0.1.1)

PlatformSHA256 Checksum HashSizeAction
macOS Apple Silicon (aarch64)af93167...e2a4a684.6 MBDownload
macOS Intel (x86_64)af931b7...9e2a4a91.2 MBDownload
Linux (x86_64)af931b7...329e7c91.2 MBDownload

Shell Autocompletion Setup

# For Zsh (default macOS)

echo 'source <(gan completion zsh)' >> ~/.zshrc

# For Bash (default Linux)

echo 'source <(gan completion bash)' >> ~/.bashrc