Skip to content

Virtual Bash

IDvirtual_bash
CategoryExecution
Featuresfile_system (unlocks Workspace tab)
Dependenciessession_file_system

Execute bash commands in a sandboxed environment with no access to the host system. Powered by bashkit, a WASM-like execution sandbox. The session filesystem is mounted at /workspace.

Execute a shell command.

ParameterTypeRequiredDescription
commandstringyesShell command to execute
working_dirstringnoWorking directory (default: /workspace)
timeoutintegernoTimeout in seconds

Returns stdout, stderr, and exit code.

  • Sandboxed — no network access, no host filesystem access
  • Commands operate on the same /workspace as File System tools
  • Files written by bash are immediately visible to file system tools and vice versa
  • Built-in shell commands: cd, ls, cat, echo, grep, head, tail, etc.
  • Resource limits prevent infinite loops