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)
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.
> 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.
4 comments
[ 1.7 ms ] story [ 13.9 ms ] threadI 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)
It sounds interesting - is the code available somewhere?
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.