mirror of
https://github.com/robcholz/vibebox.git
synced 2026-04-01 00:10:15 +02:00
doc: changes
This commit is contained in:
16
README.md
16
README.md
@@ -24,8 +24,20 @@
|
||||
<a href="README.zh.md">简体中文</a>
|
||||
</p>
|
||||
|
||||
VibeBox is a lightweight, ultra-fast sandbox for AI agents to run commands, edit files, and execute code inside an
|
||||
isolated Apple Virtualization Framework micro-VM, no repeated permission prompts, minimal memory/disk overhead.
|
||||
**VibeBox is a per-project micro-VM sandbox for coding agents on macOS (Apple Virtualization Framework), fast to enter,
|
||||
configurable, and built around sessions.**
|
||||
|
||||
- **Enter in seconds:** `vibebox` drops you into a reusable sandbox for the current repo
|
||||
- **Project-scoped:** explicit mounts + repo-contained changes
|
||||
- **Sessioned:** multi-instance + session management (reuse, multiple terminals, cleanup)
|
||||
|
||||
### Quick Demo
|
||||
|
||||
```bash
|
||||
# 1) from any repo
|
||||
cd my-project
|
||||
vibebox
|
||||
```
|
||||
|
||||
[](https://vibebox.robcholz.com)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user