
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
taskforceai-cli
Advanced tools
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.
# 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.
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.
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/.
MIT
FAQs
TaskForceAI terminal client (Go-based) with SQLite support.
The npm package taskforceai-cli receives a total of 3 weekly downloads. As such, taskforceai-cli popularity was classified as not popular.
We found that taskforceai-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.