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/hivemindor
Install via npx
npx @hexmos/ipm i activeloopai/hivemindPrerequisites
Node.js
runtimeVersion: >=22.0.0
npm
package_managerManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Quick Start (npm)
npm install -g @deeplake/hivemind
hivemind installQuick Start (npm - Headless/CI)
HIVEMIND_TOKEN=<your-token> npm install -g @deeplake/hivemind
HIVEMIND_TOKEN=<your-token> hivemind installInstall for Claude Code only
npm install -g @deeplake/hivemind
hivemind install --only claudeInstall for Codex only
npm install -g @deeplake/hivemind
hivemind install --only codexInstall for Cursor only
npm install -g @deeplake/hivemind
hivemind install --only cursorInstall for Hermes Agent only
npm install -g @deeplake/hivemind
hivemind install --only hermesInstall for pi only
npm install -g @deeplake/hivemind
hivemind install --only piClaude Code plugin marketplace
/plugin marketplace add activeloopai/hivemind
/plugin install hivemind
/reload-plugins
/hivemind:loginOpenClaw ClawHub
openclaw plugins install clawhub:hivemind
/hivemind_loginCodex (manual install)
git clone https://github.com/activeloopai/hivemind.git ~/.codex/hivemind
~/.codex/hivemind/codex/install.shCursor (manual install)
npm install -g @deeplake/hivemind
hivemind cursor installHermes Agent (manual install)
npm install -g @deeplake/hivemind
hivemind hermes installpi (manual install)
npm install -g @deeplake/hivemind
hivemind pi installInstall with embeddings
npm install -g @deeplake/hivemind
hivemind install --with-embeddingsDevelopment - Build
git clone https://github.com/activeloopai/hivemind.git
cd hivemind
npm install
npm run buildPost 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.
