Install TODOforAI CLI

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

One-liner Install
macOS· Linux·WSL
curl -fsSL https://todofor.ai/cli | sh
Windows PowerShell
irm https://todofor.ai/cli.ps1 | iex
Package Manager
bun (recommended)
bun install -g @todoforai/cli
npm
npm install -g @todoforai/cli
After Install
1
Run the edge agent
todoai --api-key YOUR_API_KEY
2
Get your API key from the dashboard
Settings → API Keys → New Key
3
Your machine is now connected
Start assigning TODOs from the dashboard
GitHub — todoforai/cli·Download precompiled binaries