GET STARTED
Install TLCPD CLI
For Your Machine (Detected: macOS (Apple Silicon))
Download for macOSVersion v0.1.1 (Stable) · gzip archive tar.gz
Quick Installer
Run it in your terminal — or paste it to your coding agent and let it install the CLI and wire up the MCP for you.
Manual Release Binary Index (v0.1.1)
Shell Autocompletion Setup
# For Zsh (default macOS)
echo 'source <(gan completion zsh)' >> ~/.zshrc
# For Bash (default Linux)
echo 'source <(gan completion bash)' >> ~/.bashrc
# For PowerShell (Windows)
gan completion powershell >> $PROFILE