Sandboxing
zed.devThis really isn't enough IMO.
I recently made a bash script to run in a local directory, boot up a lima VM, setup a tailscale network (I like to access from phone + laptop), and completely segment off everything.
Honestly even with this new setup, I am still paranoid, but its a lot better than what I did before (claude code running on my Mac)
> I recently made …
It sounds interesting - is the code available somewhere?
> On macOS, Zed uses Apple's Seatbelt sandbox through sandbox-exec.
From `man sandbox-exec`, "The sandbox-exec command is DEPRECATED." However, a lot of AI harnesses seem to use it anyway - I wonder what this says about long-term Apple support.
There are different levels of sandboxing including kernel level for highest protection. definitely depends on the usecases. industry is moving towards on-demand cloud sandboxes.