New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

taskforceai-cli

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taskforceai-cli

TaskForceAI terminal client with SQLite database support for npm-based installs.

npmnpm
Version
0.6.3
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

taskforceai-cli

The TaskForceAI terminal client packaged for npm-compatible registries. It bundles the Go-based Bubble Tea TUI and exposes it as a cross-platform executable.

Installation

# Using Bun (recommended)
bun add -g taskforceai-cli

# Using npm
npm install -g taskforceai-cli

# Using yarn
yarn global add taskforceai-cli

The installer will attempt to build the latest Go binary locally. If Go is not available in your PATH, the script logs a warning and skips the build—you will need to install Go or provide a prebuilt binary before running taskforceai.

Usage

Once installed you will have the taskforceai (and taskforceai-tui) commands on your PATH:

taskforceai

The CLI launches the full TaskForceAI TUI with streaming agent telemetry, device-code authentication, and slash-command shortcuts. Provide the TASKFORCEAI_API_URL and TASKFORCEAI_API_KEY environment variables to target self-hosted deployments.

Development

This package is a thin wrapper around the Go sources in apps/cmd/taskforceai-tui. To build locally without installing:

bun run --cwd packages/taskforceai-cli build

This compiles the Go binary into packages/taskforceai-cli/dist/.

License

MIT

Keywords

taskforceai

FAQs

Package last updated on 10 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts