xllify

Download xllify Tools

Install with one command

$curl -fsSL https://xllify.com/install.sh | bash
PS>irm https://xllify.com/install.ps1 | iex

Direct download

Fetching latest version…
macOS
Apple Silicon (arm64)
Download .tar.gz
Linux
x86_64 (amd64)
Download .tar.gz
Windows
x86_64 (amd64)
Download .zip

Manual install steps

macOS (Apple Silicon)
  • Download the .tar.gz above and extract:
    tar -xzf xllify-cli-darwin-arm64-*.tar.gz
  • Move the binaries to a directory on your PATH:
    install -m 755 xllify xllify-lua ~/.local/bin/
  • If ~/.local/bin is not on your PATH, add this to ~/.zshrc or ~/.bashrc:
    export PATH="$HOME/.local/bin:$PATH"
  • Verify:
    xllify --version
macOS may show a security warning the first time. Go to System Settings → Privacy & Security and click "Allow Anyway", or run xattr -d com.apple.quarantine xllify xllify-lua after extracting.
Linux (x86_64)
  • Download the .tar.gz above and extract:
    tar -xzf xllify-cli-linux-amd64-*.tar.gz
  • Move the binaries to a directory on your PATH:
    install -m 755 xllify xllify-lua ~/.local/bin/
  • If ~/.local/bin is not on your PATH, add this to ~/.bashrc:
    export PATH="$HOME/.local/bin:$PATH"
  • Verify:
    xllify --version
Windows (x86_64)
  • Download the .zip above and extract (right-click → Extract All, or in PowerShell):
    Expand-Archive xllify-cli-windows-amd64-*.zip .
  • Copy the executables to the install directory:
    Copy-Item xllify.exe, xllify-lua.exe "$env:LOCALAPPDATA\xllify\bin\" -Force
  • Add to your user PATH (PowerShell, once):
    [Environment]::SetEnvironmentVariable("PATH", $env:PATH + ";$env:LOCALAPPDATA\xllify\bin", "User")
  • Restart your terminal and verify:
    xllify --version

Get started with xllify Assistant, then use Build > Export to continue locally. Or create a repo from the local-starter template with Claude Code support.