trailofbits/coop

▲ 419 stars today★ 674⑂ 30

Isolated VM environment for running Claude Code and Codex

About trailofbits/coop

trailofbits/coop is an open-source project on GitHub, mainly written in Rust. Isolated VM environment for running Claude Code and Codex It currently holds 674 stars and 30 forks with 44 open issues, and was last pushed on 2026-09-26 (repository created 2026-04-02).

Project Overview

Git Homed tracks it on the Today's Trending board.

GitHub Repository Details

Repository trailofbits/coop · default branch main · size 1912 KB · watchers 3 · source: GitHub REST API and repository README

README

coop

Isolated VM environments for running Claude Code and Codex.

Pronunciation: "coop" (/kuːp/) — one syllable, rhymes with "loop", like the thing you keep chickens in. Not "co-op".

coop is a Rust CLI that manages disposable virtual machines where Claude Code and Codex have full tool access: Docker, git, compilers, package managers, all without risk to your host machine. Each VM is isolated, reproducible, and cheap to create and destroy.

Setup

Install the latest release:

curl -fsSL https://raw.githubusercontent.com/trailofbits/coop/main/install.sh | bash

Or build from source (requires Rust and CMake):

cargo build --workspace --release
cp target/release/coop target/release/coop-proxy /usr/local/bin/

Then build the VM template image:

coop setup

On Linux, coop setup also installs Firecracker and fetches a guest kernel. On macOS, install Lima first (brew install lima) — setup fails without it. coop is tested on macOS arm64 (Apple Silicon) and Linux x86_64; Linux arm64 builds are available but untested. Each backend has its own host requirements — see Prerequisites.

Keep coop updated:

coop update

See coop update and the updates config section.

Usage

Start an instance for the current project and launch an agent CLI:

cd ~/code/my-project
coop up
coop claude

or

coop codex

Documentation

GitHub Stars & Activity

674Stars
30Forks
44Open issues
RustLanguage

GitHub Popularity

GitHub stars674
Forks30
Open issues44
Primary languageRust
LicenseApache-2.0
Stars gained today419
Created2026-04-02
Last pushed2026-09-26

Trending History

Weekly boardrank #70 · ▲ 419 stars

Related GitHub Projects

1

rust-lang / rust

Rust★ 119,207⑂ 16,839▲ 54 stars
→
2

zed-industries / zed

Rust★ 90,932⑂ 10,786▲ 64 stars
→
3

juspay / hyperswitch

Rust★ 44,230⑂ 5,617▲ 130 stars
→
4

block / buzz

Rust★ 34,792⑂ 4,594▲ 367 stars
→
5

jdx / mise

Rust★ 34,315⑂ 1,448▲ 33 stars
→
6

bootandy / dust

Rust★ 12,387⑂ 294▲ 34 stars
→
7

pydantic / monty

Rust★ 8,336⑂ 423▲ 48 stars
→
8

hydra-db / hydradb

Rust★ 7,968⑂ 3,122▲ 892 stars
→

More Trending Repositories