Comment by throwayaw84330
Comment by throwayaw84330 4 days ago
I use https://github.com/longregen/claude-sandbox
It uses bubblewrap (no root needed) and only exposes ~/.cache stuff and the current folder (no git credentials, no ssh credentials, and as few permissions as it's feasible).
bubblewrap is a little bit more lightweight than docker (afaiu no overlayfs, launches way faster), but has the same underlying mechanisms for security (cgroups)