macOS support shipped in v1.14. HiveMind now installs and runs on macOS with a launchd LaunchAgent for the sync daemon, alongside the existing Linux and WSL2 support.
It passes the full test suite and an installer smoke test on GitHub's macos-latest runners. A CI runner cannot cover everything a real Mac does: it has no GUI login session, no reboot, and no live Tailscale tailnet. A few things are still unverified on actual hardware, and that is where we could use your help.
What you need
- A Mac (Apple Silicon or Intel), macOS 13 or newer
- A few minutes, plus a second machine if you want to test multi-device sync
Install
curl -fsSL https://raw.githubusercontent.com/projectmentor/hive-mind/main/scripts/installer/install.sh | bash
hive-mind install
What to check and report back
How to report
Comment here with your macOS version, your chip (Apple Silicon or Intel), how you installed Tailscale, and the output of hv doctor. Anything that needed a manual step or did not work is exactly what we want to hear.
HiveMind is open source under AGPL v3, so you can read every line the installer runs before you trust it: https://github.com/projectmentor/hive-mind
Thanks for helping get Mac support solid.
macOS support shipped in v1.14. HiveMind now installs and runs on macOS with a launchd LaunchAgent for the sync daemon, alongside the existing Linux and WSL2 support.
It passes the full test suite and an installer smoke test on GitHub's
macos-latestrunners. A CI runner cannot cover everything a real Mac does: it has no GUI login session, no reboot, and no live Tailscale tailnet. A few things are still unverified on actual hardware, and that is where we could use your help.What you need
Install
curl -fsSL https://raw.githubusercontent.com/projectmentor/hive-mind/main/scripts/installer/install.sh | bash hive-mind installWhat to check and report back
launchctl print gui/$(id -u)/com.projectmentor.hive-syncshows the service, and the daemon answerscurl http://127.0.0.1:9876/sync/helloRunAtLoad+KeepAlive)brew install tailscalehv doctorreports everything healthy (please paste the output)hv rememberon one shows up on the other afterhv sync nowhive-mind uninstallremoves the agents cleanly (launchctl print ...no longer finds them)How to report
Comment here with your macOS version, your chip (Apple Silicon or Intel), how you installed Tailscale, and the output of
hv doctor. Anything that needed a manual step or did not work is exactly what we want to hear.HiveMind is open source under AGPL v3, so you can read every line the installer runs before you trust it: https://github.com/projectmentor/hive-mind
Thanks for helping get Mac support solid.