Trail of Bits开发了一款名为Coop的Rust命令行工具,为Claude Code和Codex提供隔离的虚拟机环境来执行代码1。该工具使AI助手能够完全访问Docker、git、编译器和包管理器等开发工具,同时保护主机系统的安全1。
Coop支持macOS和Linux系统,其中macOS用户需预先安装Lima1。用户可通过执行curl -fsSL https://raw.githubusercontent.com/trailofbits/coop/main/install.sh | bash命令进行安装1,随后通过coop up启动实例,再使用coop claude或coop codex命令与相应的AI助手进行交互1。
Trail of Bits has released Coop, a Rust command-line tool designed to provide isolated virtual machine environments where Claude Code and Codex can execute code with full tool access while maintaining host system security.1 The tool grants these AI systems access to a comprehensive set of development utilities, including Docker, Git, compilers, and package managers within the sandboxed environment.1
Coop is compatible with macOS arm64 and Linux x86_64 systems.1 Users can install the tool using the command curl -fsSL https://raw.githubusercontent.com/trailofbits/coop/main/install.sh | bash, though macOS users must first install Lima as a prerequisite.1 Once installed, instances can be launched through simple commands: coop up to initialize the environment, followed by either coop claude or coop codex depending on which AI system the user intends to run.1
评论
还没有评论,欢迎留下第一条。