Installation
Global Install
Install the SwarmVault CLI globally with npm:
npm install -g @swarmvaultai/cliThis installs the swarmvault command system-wide. The legacy vault alias is also available.
Requirements
- **Node.js**
>=24 - npm, pnpm, or yarn
Verify Installation
swarmvault --versionIncluded 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 buildThe built CLI entry point will be available at packages/cli/dist/index.js.