Skip to content

Installation

AllAgents can be installed globally using npm or run directly with npx.

When using npm or npx, Node.js 22 or newer is required.

Terminal window
npm install -g allagents

Run AllAgents without installing:

Terminal window
npx allagents
Terminal window
bun install -g allagents

After installation, verify it’s working:

Terminal window
allagents --version

AllAgents automatically checks for new versions in the background when you use the interactive TUI. If an update is available, you’ll see a notice on startup.

To update manually:

Terminal window
allagents self update

This auto-detects whether you installed with npm or bun and uses the same package manager. You can also force a specific one with --npm or --bun.