hivemind CLI manages the background daemon that syncs your coding sessions to HiveMind.
Installation
Quick start
Commands
Daemon management
Starting the daemon
hivemind start picks the right service manager for your platform and sets it up for you:
- macOS: Homebrew services
- Linux: systemd user service
- Fallback: plain background process
Checking status
--json for machine-readable output.
Viewing logs
- macOS (Homebrew):
$(brew --prefix)/var/log/hivemind.log - macOS (other):
~/Library/Logs/hivemind/hivemind.log - Linux:
~/.local/state/hivemind/hivemind.logor syslog
Diagnosing issues
Authentication
Sessions
Searching sessions
Importing sessions
If you started using HiveMind after you already had agent sessions on disk,import backfills them:
Configuration
All config lives in~/.hivemind/config.toml.