Installation

Global Install

Install the SwarmVault CLI globally with npm:

npm install -g @swarmvaultai/cli

This installs the swarmvault command system-wide. The legacy vault alias is also available.

Requirements

  • **Node.js** >=24
  • npm, pnpm, or yarn

Verify Installation

swarmvault --version

Included Runtime

The global CLI includes everything needed for the standard local workflow, including swarmvault graph serve. End users do not need to install @swarmvaultai/viewer separately.

From Source

git clone https://github.com/swarmclawai/swarmvault.git
cd swarmvault
pnpm install
pnpm build

The built CLI entry point will be available at packages/cli/dist/index.js.