run coding agents in localised airlocked microVMs
Summary
code-airlock is an open-source tool that runs AI coding agents inside disposable microVMs to avoid granting them direct access to the host filesystem. It clones the repo into a sandbox so agents can work freely, and after completion, users review and pull back only desired changes.
Similar Articles
Running my agents in a VPS
The author outlines a method for running AI coding agents on an isolated VPS to enable autonomous, asynchronous work without compromising their local machine's security.
I’ve been building an execution environment for AI agents
The author is developing an isolated execution environment for AI agents using Firecracker microVMs, featuring networking isolation, resource limits, and production-grade enhancements.
AI coding agents need a local safety boundary before they touch files or run commands
Discussion on the need for local safety boundaries in AI coding agents to prevent unauthorized file access or command execution.
Coding Agent VMs on NixOS with microvm.nix
A technical guide on using microvm.nix on NixOS to create ephemeral VMs for safely running coding agents without access to personal files.
Docker Sandboxes – Disposable, isolated sandboxes for AI agents
Docker Sandboxes provides disposable, isolated microVM environments for AI coding agents like Claude Code and Gemini CLI, enabling safe unattended execution with network and filesystem controls.