Don’t keep your laptop open. Opensource agent workspace that deploys microVMs.

Reddit r/AI_Agents Tools

Summary

Krowoc is an open-source agent workspace that launches micro-VMs to give each AI agent an isolated machine with shell, filesystem, and headless Chrome. It supports multiple model providers via Fireworks or bring-your-own-key, and lets long-running tasks persist independently of your laptop.

Open sourcing what I’ve been building. Krowoc gives an agent a real machine — shell, filesystem, headless Chrome — in its own micro-VM. Close the tab, close the laptop. Long tasks keep running and scheduled jobs fire on their own. Models: open weights through Fireworks (Kimi, GLM 5.2, DeepSeek V4, MiniMax M3), or bring your own key — Anthropic, OpenAI, OpenRouter, local Ollama, any OpenAI-compatible endpoint. No proxy in the middle, nothing marked up. Why micro-VMs An agent holding shell access and your MCP tokens is the highest-trust software you’ll run. On a shared container, one prompt injection off a browsed page reaches every other tenant’s keys and files. Full VMs fix the blast radius but are too slow and expensive to hand one to every user. Micro-VMs boot in ms with hardware-level isolation — VM-grade separation at roughly container cost. That’s the only reason per-user isolation is affordable here at all. It’s also what makes the close-your-laptop part real. The environment is durable infrastructure, not a session. Cron on your own machine dies when the lid shuts. Why BYO key and open source Same reasoning. Something holding your shell, your files, and your Gmail and Notion tokens should be code you can read, running where you choose. No proxy means your keys never touch my server — self-host and they never leave your box. Apache 2.0. Self-host it, or use the hosted instance. krowoc.com github.com/nikonr7/krowoc Rough edges: no Bedrock/Vertex auth yet, scheduled triggers are the newest piece, solo maintainer. Open an issue and let’s collaborate
Original Article

Similar Articles

OpenComputer | An Open Source Computer Built For Agents.

Reddit r/LocalLLaMA

OpenComputer is an open-source virtual machine environment for AI agents that provides a human-accessible computer interface, allowing agents to safely operate while users can observe and collaborate. It runs locally with small context models and avoids screenshot-based navigation for efficiency.

run coding agents in localised airlocked microVMs

Reddit r/AI_Agents

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.

stablyai/orca

GitHub Trending (daily)

Orca is an open-source desktop app that lets developers run multiple AI coding agents (like Codex, ClaudeCode) in parallel isolated worktrees and manage them from a mobile companion.

InstaVM

Product Hunt

InstaVM provides instant, isolated computer environments specifically designed for AI agents to operate securely.