Skip to main content
The TaskForceAI CLI is a powerful tool for managing conversations, running prompts, and orchestrating agents directly from your command line.

Installation

The CLI works on macOS, Linux, and Windows.
Install using curl: curl -fsSL https://taskforceai.chat/install.sh | bash

Quick Start

Launch the interactive TUI:
taskforceai
Run a single prompt:
taskforceai prompt "Explain quantum computing"

Features

  • Interactive TUI: Real-time updates and progress tracking.
  • Agent Orchestration: Live streaming output from your agents.
  • Offline Support: Queue prompts and sync automatically.
  • Mock Server: Run a local mock API for development.

Mock Server

To build and test SDKs locally without an API key, start the mock server:
taskforceai --mock
The server will run at http://localhost:4321/api/developer.