Back to browse
GitHub Repository

A macOS app for running parallel AI agents in sandboxed local VMs

21 starsSwift

Hivecrew: Native macOS app for parallel long-horizon Omni agents

by johnbean393·Apr 14, 2026·3 points·2 comments

AI Analysis

●●SolidBig BrainShip It

VM isolation beats Docker for agent safety, but macOS virtualization overhead is real.

Strengths
  • VM isolation prevents agents from trashing your host machine configuration.
  • Live intervention lets you take over control when agents get stuck.
  • Parallel execution allows comparing multiple model outputs on same task.
Weaknesses
  • Repo history shows only three commits, suggesting very early alpha status.
  • Running macOS VMs on macOS has significant performance and licensing constraints.
Category
Target Audience

Developers experimenting with computer-use agents

Similar To

OpenHands · Adept ACT-1 · LangGraph

Post Description

Built Hivecrew, a native macOS app for running parallel computer-use agents in isolated macOS VMs.

You can delegate computer use tasks, watch workers live, step in by manually manipulating the VM, and review what happened afterward. It’s designed for longer-running work where safety and visibility matter.

It also has a voice mode so you can launch tasks and get work done just by talking. This is basically the full business school experience; your job is just to talk now!

Would love feedback on the workflow, the VM-based isolation approach, and what kinds of tasks people actually want to hand off.

Similar Projects