VibeBox icon
VibeBox icon

VibeBox

VibeBox is a per-project micro-VM sandbox for running coding agents on macOS (Apple Virtualization Framework). It’s optimized for a daily-driver workflow: fast warm re-entry, explicit mounts, and reusable sessions.

VibeBox screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Mac
0likes
0comments
0alternatives
0articles

Features

  1.  Rust
  2.  Sandbox

VibeBox News & Activities

Highlights All activities

Recent activities

  • robcholz added VibeBox

VibeBox information

  • Developed by

    US flagrobcholz
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    0 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  182 Stars
  •  18 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub
VibeBox was added to AlternativeTo by robcholz on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is VibeBox?

VibeBox is a per-project micro-VM sandbox for running coding agents on macOS (Apple Virtualization Framework). It’s optimized for a daily-driver workflow: fast warm re-entry, explicit mounts, and reusable sessions.

Who it’s for: macOS users running coding agents who want real isolation without giving up a fast daily workflow.

Quick facts: warm re-entry is typically <5s on my M3 (varies by machine/cache); first run downloads and provisions a Debian base image (network dependent).

Security model: Linux guest VM with explicit mount allowlists from vibebox.toml (repo-first, everything else opt-in). enter/attach in seconds: vibebox drops you into a reusable sandbox for the current repo project-scoped by default: explicit mounts + repo-contained changes (repo-first, everything else is allowlisted) sessioned: multi-instance + session management (reuse, multiple terminals, cleanup)

Official Links