logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install activeloopai/hivemind. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

activeloopai/hivemind Installation Guide

How to install activeloopai/hivemind. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for activeloopai/hivemind. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i activeloopai/hivemind
or

Install via npx

npx @hexmos/ipm i activeloopai/hivemind

Prerequisites

Node.js

runtime

Version: >=22.0.0

npm

package_manager

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Quick Start (npm)

npm install -g @deeplake/hivemind

hivemind install

Quick Start (npm - Headless/CI)

HIVEMIND_TOKEN=<your-token> npm install -g @deeplake/hivemind

HIVEMIND_TOKEN=<your-token> hivemind install

Install for Claude Code only

npm install -g @deeplake/hivemind

hivemind install --only claude

Install for Codex only

npm install -g @deeplake/hivemind

hivemind install --only codex

Install for Cursor only

npm install -g @deeplake/hivemind

hivemind install --only cursor

Install for Hermes Agent only

npm install -g @deeplake/hivemind

hivemind install --only hermes

Install for pi only

npm install -g @deeplake/hivemind

hivemind install --only pi

Claude Code plugin marketplace

/plugin marketplace add activeloopai/hivemind

/plugin install hivemind

/reload-plugins

/hivemind:login

OpenClaw ClawHub

openclaw plugins install clawhub:hivemind

/hivemind_login

Codex (manual install)

git clone https://github.com/activeloopai/hivemind.git ~/.codex/hivemind

~/.codex/hivemind/codex/install.sh

Cursor (manual install)

npm install -g @deeplake/hivemind

hivemind cursor install

Hermes Agent (manual install)

npm install -g @deeplake/hivemind

hivemind hermes install

pi (manual install)

npm install -g @deeplake/hivemind

hivemind pi install

Install with embeddings

npm install -g @deeplake/hivemind

hivemind install --with-embeddings

Development - Build

git clone https://github.com/activeloopai/hivemind.git

cd hivemind

npm install

npm run build

Post Installation Steps

  • Restart your assistants after installation for changes to take effect.
  • Run 'hivemind status' to check what's wired up.
  • Run 'hivemind login' to enable shared memory if not done during install.