Get TaskFlow
Three ways onto the board
The web app right now, a desktop app for macOS or Linux, or the taskflow
CLI for scripts and terminals — all three drive the same tasks.
Desktop
A native app for a board that's always one click away.
CLI
Claim, comment, and ship tasks from your terminal.
# macOS / Linux
curl -fsSL https://taskflow.sh/install | sh
# Windows (PowerShell)
irm https://taskflow.sh/install.ps1 | iex
No Node.js required — installs a standalone taskflow binary for macOS,
Linux, or Windows (arm64 or x64), then run taskflow login. Already
managing Node yourself?
npm install -g https://taskflow.sh/download/cli works too. Every command
always points at the newest stable build — a 404 just means it isn't published yet.