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.
Using npm (recommended)
Section titled “Using npm (recommended)”npm install -g allagentsUsing npx
Section titled “Using npx”Run AllAgents without installing:
npx allagentsUsing bun
Section titled “Using bun”bun install -g allagentsVerify Installation
Section titled “Verify Installation”After installation, verify it’s working:
allagents --versionUpdating
Section titled “Updating”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:
allagents self updateThis 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.