Comment on macOS's Little-Known Command-Line Sandboxing Tool (2025)Comments−cjbarber6moSee also:https://github.com/obra/packnplayhttps://github.com/strongdm/leashhttps://github.com/lynaghk/vibe(I've been collecting different tools for sandboxing coding agents)−cjbarber6moAnd from this thread I also see:https://github.com/eugene1g/agent-safehouse via CGamesPlayhttps://multitui.com/ via davidcann−jpeeler6moI've been collecting a list of sandboxing related projects as well, some lower level than others. I wish I had time to evaluate them all:- https://github.com/jingkaihe/matchlock- https://github.com/mishushakov/libkrun-go- https://github.com/earendil-works/gondolin- https://github.com/butter-dot-dev/bvisor- https://github.com/amlalabs/amla-sandbox- https://github.com/eryx-org/eryx- https://github.com/containers/bubblewrap (not new)- https://github.com/coplane/localsandbox- https://github.com/sd2k/conch- https://github.com/Gerharddc/litterbox- https://github.com/finbarr/yolobox- https://github.com/coventry/sandbox-codex- https://github.com/osks/ctenv- https://github.com/tianon/gosu- https://github.com/colony-2/shai- https://github.com/rcarmo/agentbox- https://github.com/coder/httpjail- https://github.com/bytecodealliance/componentize-py- https://github.com/tursodatabase/agentfs- https://github.com/always-further/nono- (another list on HN Deno Sandbox: https://news.ycombinator.com/item?id=46876022)- Did not check if any/all of these are here: https://github.com/arjan/awesome-agent-sandboxes−selridge6moGot a weird one https://github.com/Protonk/PAWL−johnmw6moAlso (in case people haven't already seen this), I recently discovered Docker now has an easy way to run agents in a sandbox, ie: docker sandbox run claude ~/project-a https://docs.docker.com/ai/sandboxes/
Comments
See also:
https://github.com/obra/packnplay
https://github.com/strongdm/leash
https://github.com/lynaghk/vibe
(I've been collecting different tools for sandboxing coding agents)
And from this thread I also see:
https://github.com/eugene1g/agent-safehouse via CGamesPlay
https://multitui.com/ via davidcann
I've been collecting a list of sandboxing related projects as well, some lower level than others. I wish I had time to evaluate them all:
- https://github.com/jingkaihe/matchlock
- https://github.com/mishushakov/libkrun-go
- https://github.com/earendil-works/gondolin
- https://github.com/butter-dot-dev/bvisor
- https://github.com/amlalabs/amla-sandbox
- https://github.com/eryx-org/eryx
- https://github.com/containers/bubblewrap (not new)
- https://github.com/coplane/localsandbox
- https://github.com/sd2k/conch
- https://github.com/Gerharddc/litterbox
- https://github.com/finbarr/yolobox
- https://github.com/coventry/sandbox-codex
- https://github.com/osks/ctenv
- https://github.com/tianon/gosu
- https://github.com/colony-2/shai
- https://github.com/rcarmo/agentbox
- https://github.com/coder/httpjail
- https://github.com/bytecodealliance/componentize-py
- https://github.com/tursodatabase/agentfs
- https://github.com/always-further/nono
- (another list on HN Deno Sandbox: https://news.ycombinator.com/item?id=46876022)
- Did not check if any/all of these are here: https://github.com/arjan/awesome-agent-sandboxes
Got a weird one https://github.com/Protonk/PAWL
Also (in case people haven't already seen this), I recently discovered Docker now has an easy way to run agents in a sandbox, ie:
https://docs.docker.com/ai/sandboxes/