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

curl -fsSL https://throughputlinesofcodeperday.com/install.sh | sh

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)

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
Windows (x86_64)Download

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