Install TODOforAI CLI

Pipe tasks into the AI platform from your terminal — echo "fix bug" | todoai

Install & Run
macOS· Linux·WSL
curl -fsSL https://todofor.ai/cli | sh
Windows PowerShell
irm https://todofor.ai/cli.ps1 | iex
npm
npm install -g @todoforai/cli
Run
todoai --set-default-api-key YOUR_API_KEY
todoai
Get your API key from Settings → API Keys. You can also pass --api-key per command or set TODOFORAI_API_KEY env var.
GitHub — todoforai/cli·Download precompiled binaries