Installation
HiveMind OS installs as a single desktop app — the Rust daemon starts automatically in the background, so there's nothing extra to configure.
Download
Pick the installer for your platform:
| Platform | Download | Format |
|---|---|---|
| macOS (Apple Silicon) | HiveMind-aarch64-signed.pkg | .pkg |
| macOS (Intel) | HiveMind-x86_64-signed.pkg | .pkg |
| Windows (x64) | HiveMind-x64-setup.exe | .exe |
| Windows (ARM64) | HiveMind-arm64-setup.exe | .exe |
All installers are available on the GitHub Releases page.
Install
# Open the downloaded .pkg installer and follow the prompts
open HiveMind-*-signed.pkg# Run the NSIS installer — follow the wizard prompts
.\HiveMind.OS_*-setup.exeWhat Happens on First Launch
The daemon starts automatically. The Rust daemon (
hive-daemon) launches in the background and exposes a local HTTP API. You don't need to start it manually — the desktop app handles this for you.A system tray icon appears. Look for the HiveMind OS icon in your menu bar (macOS) or system tray (Windows/Linux). Right-click it for quick access to settings, logs, and quit.
The main window opens. The Tauri desktop app (SolidJS frontend) connects to the daemon's local API. You're ready to chat, configure providers, and create personas.
No daemon? No problem.
If you ever need to start the daemon manually — for example, when using just the CLI — run:
hive daemon startVerify Your Installation
After launching, confirm everything is working:
# Check that the daemon is running
hive daemon statusYou should see output like:
✔ HiveMind OS daemon is running
API: http://localhost:9180
Version: 0.1.0
Uptime: 12sYou can also verify from the desktop app — open Settings → About to see the daemon version and connection status.
Next Steps
You're all set! Head to the Quickstart to add your first provider and start chatting, or jump to First Five Minutes for a guided walkthrough.
