vladimirtadev/antigravity-safe-yolo-sandbox — explained in plain English
Analysis updated 2026-05-18
Let an AI coding agent work autonomously on a project without risking your main computer.
Test risky or experimental AI-agent changes in a disposable virtual machine.
Run Antigravity's dangerous auto-approve mode while keeping your host OS untouched.
| vladimirtadev/antigravity-safe-yolo-sandbox | eternal-flame-ad/veracrypt-w10-patcher | newmatrix/winrtp | |
|---|---|---|---|
| Stars | 0 | — | 12 |
| Language | Batchfile | Batchfile | Batchfile |
| Last pushed | — | 2018-05-02 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 3/5 | 3/5 | 1/5 |
| Audience | vibe coder | ops devops | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Windows 10/11 Pro or higher with Windows Sandbox enabled and Antigravity pre-installed.
This project is a bootstrap script that lets you run Google Antigravity, an AI coding agent, in its full autonomous mode without putting your own computer at risk. Autonomous mode, sometimes called YOLO mode, gives the AI agent permission to make changes without asking for approval each time, which is powerful but also risky if something goes wrong. This script solves that problem by running the agent inside an isolated Windows Sandbox instead of directly on your machine. Because everything happens inside a temporary virtual machine, your actual operating system stays protected even if the AI agent makes a mistake or misbehaves. The script automatically carries your existing login credentials into the sandbox so you do not have to sign in twice, and when you are done, it merges your conversation history and settings back to your host computer before the sandbox closes. It also installs a modern terminal inside the sandbox to avoid display glitches, and installs Node.js so tools that rely on the Model Context Protocol work correctly. Setup requires Windows 10 or 11 Pro, Enterprise, or Education, since the Home edition does not support Windows Sandbox. You also need Windows Sandbox turned on through Windows features, and the Antigravity agent already installed and signed in on your host machine. To use it, you place the launch script into the folder of the project you want the agent to work on and double click it, which builds and starts the sandbox automatically. The README includes an important warning. While your main operating system stays fully protected, the specific project folder you launch the script from is shared with the sandbox and can be freely modified or deleted by the AI agent. The author strongly recommends using version control before letting the agent work unsupervised, and takes no responsibility for lost data or broken code.
A Windows script that runs the Google Antigravity AI coding agent in full autonomous mode safely inside an isolated sandbox VM.
Mainly Batchfile. The stack also includes Batchfile, PowerShell, Windows Sandbox.
No license information is stated in the README.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.