A deterministic, sandbox-only, bash-like runtime for AI agents, implemented in Go. Virtual filesystem, registry-backed command execution, policy enforcement, and structured tracing.
Try it - no install required
go run github.com/ewhauser/gbash/cmd/gbash@latest -c 'echo hello; pwd; ls -la'CLI
go install github.com/ewhauser/gbash/cmd/gbash@latest
Go library
go get github.com/ewhauser/gbash