# TaskZilla Get (CDN) > Canonical installers and signed addon tarballs for TaskZilla (OpenClaw addon). Humans usually start at onboard; agents and shells talk to this host directly. This host is **get.taskzilla.ai** (alias update.taskzilla.ai). It is not the product docs site and not the license magic-link desk. **Agent rules** - Prefer machine surfaces: `/llms.txt`, `/agents.md`, `/index.md`, `Accept: text/markdown` on `/`, JSON on `/` without HTML Accept. - Never put license keys in URLs. Download auth is `POST /api/auth/token` then `Authorization: Bearer`. - Do not scrape the decorative quips as product truth — use `/latest.json` and the endpoint list. ## Install (humans & agents) - [Linux/macOS/WSL installer](https://get.taskzilla.ai/install.sh): `curl -fsSL https://get.taskzilla.ai/install.sh | bash` (optional `--setup-code` / `--license`) - [Windows installer](https://get.taskzilla.ai/install.ps1): PowerShell one-liner via `irm …/install.ps1` - [Guided onboard](https://onboard.taskzilla.ai): setup-code wizard (preferred for first-time humans) - [Current ship metadata](https://get.taskzilla.ai/latest.json): version + sha256 for the CDN tarball ## Machine map - [agents.md](https://get.taskzilla.ai/agents.md): how an agent should install / fetch without guessing - [llms-full.txt](https://get.taskzilla.ai/llms-full.txt): expanded endpoint + security notes - [index.md](https://get.taskzilla.ai/index.md): markdown mirror of the landing intent - [ai-catalog.json](https://get.taskzilla.ai/.well-known/ai-catalog.json): Agentic Resource Discovery index - [Health](https://get.taskzilla.ai/health): liveness JSON ## Related TaskZilla surfaces - [License desk](https://license.taskzilla.ai/llms.txt): activate / magic link / wrapped_keys - [Onboard](https://onboard.taskzilla.ai/llms.txt): Day-One setup codes - [Support](https://support.taskzilla.ai/llms.txt): human help - [Product / fleet hub](https://taskzilla.ai/llms.txt): marketing + agent index ## Optional - [Claude Desktop coach zip](https://get.taskzilla.ai/download/claude-desktop/taskzilla-desktop.zip): install coaching skill (does not run the installer for the user) - [Claude Code coach zip](https://get.taskzilla.ai/download/claude-code/taskzilla-install.zip): alias of the coach zip - [Versions list](https://get.taskzilla.ai/versions): published addon versions (no download URLs)