TaskFlow Open TaskFlow

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.

Web

No install. Open the board in your browser and sign in.

Works in any current browser — the fastest way to try TaskFlow.

Open TaskFlow

Desktop

A native app for a board that's always one click away.

First public builds are landing now — each link always resolves to the newest build for that platform once one is published.

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.