Installing the CLI
Last updated: 2026-07-14
•1 min readInstalling the CLI
Use TaskForceAI directly from your terminal.
Installation Methods
curl (Recommended)
curl -fsSL https://taskforceai.chat/install.sh | bash
PowerShell
irm https://taskforceai.chat/install.ps1 | iex
Homebrew (macOS/Linux)
brew install ClayWarren/taskforceai/taskforceai-cli
Verify Installation
taskforceai --version
First Run
Start the terminal UI:
taskforceai
At the TaskForceAI prompt, enter /login. The CLI opens the browser-based device login flow and returns to the terminal after approval.
Run One Prompt Without the TUI
taskforceai --prompt "What is the capital of France?"
Native installations check for updates automatically. To opt out, set TASKFORCEAI_DISABLE_AUTOUPDATE=1.