EveryDev.ai
Subscribe
Home
Tools

3,891+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. coop
    coop icon

    coop

    Autonomous Systems
    Featured

    A Rust CLI that manages isolated, disposable virtual machines for running Claude Code and Codex agents safely, with full tool access and no risk to the host machine.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free and open-source under the Apache License 2.0. Self-hosted CLI tool.

    Engagement

    Available On

    CLI
    Linux
    macOS

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Autonomous SystemsAI Coding AssistantsApplication Security

    Alternatives

    Agent SafehouseGuardRailAutohand Code
    Developer
    Trail of BitsTrail of Bits builds security tools and conducts security re…

    Listed Sep 2026

    About coop

    coop is an open-source Rust CLI tool built by Trail of Bits that creates and manages disposable virtual machine environments specifically designed for running AI coding agents like Claude Code and Codex. It is available under the Apache License 2.0 and supports macOS arm64 (Apple Silicon) and Linux x86_64 as primary platforms.

    What It Is

    coop sits in the category of sandboxed AI agent execution environments. Its core job is to give AI coding agents — Claude Code and Codex specifically — full, unrestricted tool access (Docker, git, compilers, package managers) inside an isolated VM, so that agent actions cannot affect the developer's host machine. Each VM is designed to be disposable, reproducible, and cheap to spin up and tear down.

    How the Isolation Works

    coop uses different virtualization backends depending on the host platform:

    • Linux: Uses Firecracker microVMs (KVM-based), which coop setup installs automatically along with a guest kernel.
    • macOS: Uses Lima, which must be installed separately via Homebrew (brew install lima) before running coop setup.

    The coop setup command builds a VM template image that subsequent instances are cloned from, making each new environment fast to create. A companion coop-proxy binary is also installed alongside the main CLI.

    Workflow and Commands

    The typical workflow is project-scoped: navigate to a project directory, run coop up to start a VM instance, then launch the desired agent with coop claude or coop codex. The tool also supports multi-instance configurations, workspace sync between host and VM, editor integration, and shell completion. Key documented capabilities include:

    • Images and profiles for customizing VM environments
    • Workspace sync for keeping host and VM files in sync
    • Claude Code and Codex integrations with dedicated documentation
    • Multi-instance support for running parallel agent sessions
    • A trust model and architecture document for understanding the security boundaries

    Platform and Architecture

    coop is written in Rust and builds as two binaries: coop (the main CLI) and coop-proxy. It can be installed via a one-line curl script or built from source using Cargo and CMake. The project's GitHub topics include firecracker, kvm, lima, microvm, sandbox, and vm, reflecting its infrastructure-level approach to agent isolation.

    Update: v0.6.0

    The latest release is v0.6.0, published in September 2026. The repository was created in April 2026 and has seen active development, with the last push recorded in September 2026. The project has 223 stars and 13 forks on GitHub as of the last recorded update, with 35 open issues indicating active community engagement. Linux arm64 builds are available but listed as untested in the documentation.

    coop - 1

    Community Discussions

    Be the first to start a conversation about coop

    Share your experience with coop, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free and open-source under the Apache License 2.0. Self-hosted CLI tool.

    • Isolated VM environments for Claude Code and Codex
    • Firecracker and Lima backend support
    • Full tool access inside VM
    • Workspace sync
    • Multi-instance support

    Capabilities

    Key Features

    • Isolated VM environments for Claude Code and Codex
    • Firecracker microVM backend for Linux (KVM-based)
    • Lima backend for macOS (Apple Silicon)
    • Disposable, reproducible VM instances
    • Full tool access inside VM: Docker, git, compilers, package managers
    • coop up / coop claude / coop codex CLI commands
    • VM template image management via coop setup
    • Workspace sync between host and VM
    • Multi-instance support
    • Editor integration
    • Shell completion
    • Images and profiles for environment customization
    • Self-update via coop update
    • Trust model and architecture documentation

    Integrations

    Claude Code
    Codex
    Docker
    Git
    Firecracker
    Lima
    KVM

    Ratings & Reviews

    No ratings yet

    Be the first to rate coop and help others make informed decisions.

    Developer

    Trail of Bits

    Trail of Bits builds security tools and conducts security research, audits, and assessments for software systems. The organization develops open-source tooling across areas including program analysis, fuzzing, and AI agent sandboxing. Trail of Bits is known for deep technical security work and publishes many of its tools publicly on GitHub under open-source licenses.

    Read more about Trail of Bits
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    Agent Safehouse icon

    Agent Safehouse

    macOS-native kernel-level sandboxing for local AI agents, enforcing deny-first access control so agents can only touch explicitly granted files and directories.

    GuardRail icon

    GuardRail

    Pre-execution security for AI coding agents that intercepts shell commands before they run, blocking destructive operations, secrets leaks, and PII exposure.

    Autohand Code icon

    Autohand Code

    A fast, terminal-native AI coding agent for planning, editing, testing, and automating work across your codebase from the CLI.

    Browse all tools

    Related Topics

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    425 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    849 tools

    Application Security

    AI tools for securing software applications and identifying vulnerabilities.

    121 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions