I run Claude in a Proxmox VM, generally the experience has been great. In my experience it also behaves better than gemini cli, that likes to create files all over the place if set loose (lesson learned to add that requirement to the relevant .md files)
Running Claude Code dangerously (safely)
11–20 of 265 posts
Re: Running Claude Code dangerously (safely)
#12How about running Claude as a different user with very limited permissions?
just give it its own machine and let it check out any code
I PXE boot it from a known image when I feel the need
Re: Running Claude Code dangerously (safely)
#13Re: Running Claude Code dangerously (safely)
#14I run Claude in a Proxmox VM, generally the experience has been great. In my experience it also behaves better than gemini cli, that likes to create files all over the place if set loose (lesson learned to add that requirement to the relevant .md files)
Re: Running Claude Code dangerously (safely)
#15I run Claude in a Proxmox VM, generally the experience has been great. In my experience it also behaves better than gemini cli, that likes to create files all over the place if set loose (lesson learned to add that requirement to the relevant .md files)
Re: Running Claude Code dangerously (safely)
#16How about running Claude as a different user with very limited permissions?
With these powers there's a lot less back-and-forth with me running commands, copying the output, pasting it to Claude, etc.
I'm sure you've had the case where you had to instruct someone to do something (e.g. playing tech support with family, helping another engineer, etc). While it helps the other person learn, it feels soooo slow vs just doing it yourself :) And since I don't have to teach the agent, I think this approach makes sense.
Re: Running Claude Code dangerously (safely)
#17Re: Running Claude Code dangerously (safely)
#18How about running Claude as a different user with very limited permissions?
This breaks the non-interactive mode the post want to achieve. Claude will not be able to install some things and will require user action, which is not desired here.
Re: Running Claude Code dangerously (safely)
#19I run Claude in a Proxmox VM, generally the experience has been great. In my experience it also behaves better than gemini cli, that likes to create files all over the place if set loose (lesson learned to add that requirement to the relevant .md files)
This was also the direction I was initially headed, but then I realized I wanted one-VM-per-project so it can really do anything it wants on the complete VM. So the blast-from-the-past-Vagrant won because of the Vagrantfile + `vagrant up` easiness.
Re: Running Claude Code dangerously (safely)
#20How about running Claude as a different user with very limited permissions?
I run it with sudo enabled - true story just give it its own machine and let it check out any code I PXE boot it from a known image when I feel the need